Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Soulgamer
ygopro-222DIY-cards
Commits
41052761
Commit
41052761
authored
Jul 09, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
6f22a221
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
expansions/script/c71400001.lua
expansions/script/c71400001.lua
+3
-2
expansions/script/c71400023.lua
expansions/script/c71400023.lua
+4
-1
expansions/script/c71400026.lua
expansions/script/c71400026.lua
+1
-1
No files found.
expansions/script/c71400001.lua
View file @
41052761
...
...
@@ -114,7 +114,7 @@ function yume.YumeCheck2(e)
return
not
yume
.
IsYumeFieldOnField
(
e
:
GetHandler
():
GetControler
())
end
--Yume Condition
function
yume
.
YumeCon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
yume
.
YumeCon
(
e
,
tp
)
if
not
tp
then
tp
=
e
:
GetHandlerPlayer
()
end
return
yume
.
IsYumeFieldOnField
(
tp
)
end
...
...
@@ -237,7 +237,7 @@ function yume.SelfToDeckOp(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoDeck
(
c
,
nil
,
2
,
REASON_EFFECT
)
end
end
--
Field Activation
--
activate field
function
yume
.
YumeFieldCheck
(
tp
,
id
,
ft
,
loc
)
ft
=
ft
or
0
id
=
id
or
0
...
...
@@ -247,6 +247,7 @@ end
function
yume
.
YumeFieldCheckTarget
(
id
,
ft
,
loc
)
return
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
yume
.
YumeFieldCheck
(
tp
,
id
,
ft
,
loc
)
end
if
not
Duel
.
CheckPhaseActivity
()
then
e
:
SetLabel
(
1
)
else
e
:
SetLabel
(
0
)
end
end
end
function
yume
.
ActivateYumeField
(
tp
,
id
,
ft
,
loc
)
...
...
expansions/script/c71400023.lua
View file @
41052761
...
...
@@ -25,7 +25,7 @@ function c71400023.initial_effect(c)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetHintTiming
(
0
,
TIMING_SUMMON
+
TIMING_SPSUMMON
+
TIMING_END_PHASE
)
e2
:
SetCondition
(
aux
.
exccon
)
e2
:
SetCondition
(
c71400023
.
con2
)
e2
:
SetCost
(
aux
.
bfgcost
)
e2
:
SetTarget
(
c71400023
.
tg2
)
e2
:
SetOperation
(
c71400023
.
op2
)
...
...
@@ -103,6 +103,9 @@ function c71400023.efilter(e,ct)
local
tc
=
te
:
GetHandler
()
return
tp
==
e
:
GetHandlerPlayer
()
and
tc
:
IsSetCard
(
0x3714
)
and
tc
:
IsType
(
TYPE_FIELD
)
end
function
c71400023
.
con2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
aux
.
exccon
(
e
)
and
yume
.
YumeCon
(
e
,
tp
)
end
function
c71400023
.
tg2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_ONFIELD
)
and
chkc
:
IsAbleToRemove
()
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
aux
.
TRUE
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
...
...
expansions/script/c71400026.lua
View file @
41052761
...
...
@@ -55,7 +55,7 @@ function c71400026.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_COST
)
end
function
c71400026
.
mixedYumeCon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
yume
.
YumeCon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
and
aux
.
exccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
yume
.
YumeCon
(
e
,
tp
)
and
aux
.
exccon
(
e
)
end
function
c71400026
.
filter2
(
c
)
return
c
:
IsSetCard
(
0xe714
)
and
not
c
:
IsCode
(
71400026
)
and
c
:
IsAbleToHand
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment