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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
2efe66cd
Commit
2efe66cd
authored
Jun 24, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
12
parent
58110c43
Pipeline
#3800
passed with stages
in 32 minutes and 23 seconds
Changes
40
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
40 changed files
with
53 additions
and
53 deletions
+53
-53
expansions/script/c21520082.lua
expansions/script/c21520082.lua
+5
-5
expansions/script/c21520083.lua
expansions/script/c21520083.lua
+5
-5
expansions/script/c21520087.lua
expansions/script/c21520087.lua
+5
-5
expansions/script/c21520088.lua
expansions/script/c21520088.lua
+1
-1
expansions/script/c21520098.lua
expansions/script/c21520098.lua
+1
-1
expansions/script/c21520157.lua
expansions/script/c21520157.lua
+1
-1
expansions/script/c21520158.lua
expansions/script/c21520158.lua
+1
-1
expansions/script/c21520159.lua
expansions/script/c21520159.lua
+1
-1
expansions/script/c21520160.lua
expansions/script/c21520160.lua
+1
-1
expansions/script/c21520175.lua
expansions/script/c21520175.lua
+1
-1
expansions/script/c21520182.lua
expansions/script/c21520182.lua
+1
-1
expansions/script/c21520183.lua
expansions/script/c21520183.lua
+1
-1
expansions/script/c21520211.lua
expansions/script/c21520211.lua
+1
-1
expansions/script/c21520212.lua
expansions/script/c21520212.lua
+1
-1
expansions/script/c21520213.lua
expansions/script/c21520213.lua
+1
-1
expansions/script/c21520214.lua
expansions/script/c21520214.lua
+1
-1
expansions/script/c21520215.lua
expansions/script/c21520215.lua
+1
-1
expansions/script/c21520216.lua
expansions/script/c21520216.lua
+1
-1
expansions/script/c21520217.lua
expansions/script/c21520217.lua
+1
-1
expansions/script/c21520218.lua
expansions/script/c21520218.lua
+1
-1
expansions/script/c21520219.lua
expansions/script/c21520219.lua
+1
-1
expansions/script/c21520220.lua
expansions/script/c21520220.lua
+1
-1
expansions/script/c21520221.lua
expansions/script/c21520221.lua
+2
-2
expansions/script/c21520222.lua
expansions/script/c21520222.lua
+1
-1
expansions/script/c21520223.lua
expansions/script/c21520223.lua
+1
-1
expansions/script/c21520224.lua
expansions/script/c21520224.lua
+1
-1
expansions/script/c21520225.lua
expansions/script/c21520225.lua
+1
-1
expansions/script/c21520226.lua
expansions/script/c21520226.lua
+1
-1
expansions/script/c21520227.lua
expansions/script/c21520227.lua
+1
-1
expansions/script/c21520228.lua
expansions/script/c21520228.lua
+1
-1
expansions/script/c21520229.lua
expansions/script/c21520229.lua
+1
-1
expansions/script/c21520230.lua
expansions/script/c21520230.lua
+1
-1
expansions/script/c21520231.lua
expansions/script/c21520231.lua
+1
-1
expansions/script/c21520232.lua
expansions/script/c21520232.lua
+1
-1
expansions/script/c21520233.lua
expansions/script/c21520233.lua
+1
-1
expansions/script/c21520234.lua
expansions/script/c21520234.lua
+1
-1
expansions/script/c21520235.lua
expansions/script/c21520235.lua
+1
-1
expansions/script/c21520236.lua
expansions/script/c21520236.lua
+1
-1
expansions/script/c21520237.lua
expansions/script/c21520237.lua
+1
-1
expansions/script/c21520238.lua
expansions/script/c21520238.lua
+1
-1
No files found.
expansions/script/c21520082.lua
View file @
2efe66cd
...
...
@@ -14,7 +14,7 @@ function c21520082.initial_effect(c)
local
e00
=
Effect
.
CreateEffect
(
c
)
e00
:
SetType
(
EFFECT_TYPE_FIELD
)
e00
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e00
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e00
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e00
:
SetRange
(
LOCATION_EXTRA
)
e00
:
SetCondition
(
c21520082
.
sprcon
)
e00
:
SetTarget
(
c21520082
.
sprtg
)
...
...
@@ -70,19 +70,19 @@ end
function
c21520082
.
fcheck2
(
c
)
return
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c21520082
.
fgoal
(
sg
,
tp
)
return
sg
:
GetCount
()
>
1
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
)
>
0
and
sg
:
IsExists
(
c21520082
.
fcheck
,
1
,
nil
,
sg
)
function
c21520082
.
fgoal
(
sg
,
tp
,
spc
)
return
sg
:
GetCount
()
>
1
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
,
spc
)
>
0
and
sg
:
IsExists
(
c21520082
.
fcheck
,
1
,
nil
,
sg
)
end
function
c21520082
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
local
mg
=
Duel
.
GetMatchingGroup
(
c21520082
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tp
)
return
mg
:
CheckSubGroup
(
c21520082
.
fgoal
,
1
,
nil
,
tp
)
return
mg
:
CheckSubGroup
(
c21520082
.
fgoal
,
1
,
nil
,
tp
,
c
)
end
function
c21520082
.
sprtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
)
local
mg
=
Duel
.
GetMatchingGroup
(
c21520082
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tp
)
local
cancel
=
Duel
.
GetCurrentChain
()
==
0
local
sg
=
mg
:
SelectSubGroup
(
tp
,
c21520082
.
fgoal
,
cancel
,
1
,
nil
,
tp
)
local
sg
=
mg
:
SelectSubGroup
(
tp
,
c21520082
.
fgoal
,
cancel
,
1
,
nil
,
tp
,
c
)
if
sg
then
sg
:
KeepAlive
()
e
:
SetLabelObject
(
sg
)
...
...
expansions/script/c21520083.lua
View file @
2efe66cd
...
...
@@ -14,7 +14,7 @@ function c21520083.initial_effect(c)
local
e00
=
Effect
.
CreateEffect
(
c
)
e00
:
SetType
(
EFFECT_TYPE_FIELD
)
e00
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e00
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e00
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e00
:
SetRange
(
LOCATION_EXTRA
)
e00
:
SetCondition
(
c21520083
.
sprcon
)
e00
:
SetTarget
(
c21520083
.
sprtg
)
...
...
@@ -69,19 +69,19 @@ end
function
c21520083
.
fcheck2
(
c
)
return
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
c21520083
.
fgoal
(
sg
,
tp
)
return
sg
:
GetCount
()
>
1
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
)
>
0
and
sg
:
IsExists
(
c21520083
.
fcheck
,
1
,
nil
,
sg
)
function
c21520083
.
fgoal
(
sg
,
tp
,
spc
)
return
sg
:
GetCount
()
>
1
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
,
spc
)
>
0
and
sg
:
IsExists
(
c21520083
.
fcheck
,
1
,
nil
,
sg
)
end
function
c21520083
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
local
mg
=
Duel
.
GetMatchingGroup
(
c21520083
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tp
)
return
mg
:
CheckSubGroup
(
c21520083
.
fgoal
,
1
,
nil
,
tp
)
return
mg
:
CheckSubGroup
(
c21520083
.
fgoal
,
1
,
nil
,
tp
,
c
)
end
function
c21520083
.
sprtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
)
local
mg
=
Duel
.
GetMatchingGroup
(
c21520083
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tp
)
local
cancel
=
Duel
.
GetCurrentChain
()
==
0
local
sg
=
mg
:
SelectSubGroup
(
tp
,
c21520083
.
fgoal
,
cancel
,
1
,
nil
,
tp
)
local
sg
=
mg
:
SelectSubGroup
(
tp
,
c21520083
.
fgoal
,
cancel
,
1
,
nil
,
tp
,
c
)
if
sg
then
sg
:
KeepAlive
()
e
:
SetLabelObject
(
sg
)
...
...
expansions/script/c21520087.lua
View file @
2efe66cd
...
...
@@ -6,7 +6,7 @@ function c21520087.initial_effect(c)
--spsummon condition
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520087
.
sprcon
)
...
...
@@ -94,19 +94,19 @@ end
function
c21520087
.
spfilter
(
c
)
return
c21520087
.
fsfilter
(
c
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
end
function
c21520087
.
fgoal
(
sg
,
tp
)
return
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
)
>
0
and
sg
:
IsExists
(
aux
.
TRUE
,
2
,
nil
)
function
c21520087
.
fgoal
(
sg
,
tp
,
spc
)
return
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
,
spc
)
>
0
and
sg
:
IsExists
(
aux
.
TRUE
,
2
,
nil
)
end
function
c21520087
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
local
mg
=
Duel
.
GetMatchingGroup
(
c21520087
.
spfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
return
mg
:
CheckSubGroup
(
c21520087
.
fgoal
,
1
,
nil
,
tp
)
return
mg
:
CheckSubGroup
(
c21520087
.
fgoal
,
1
,
nil
,
tp
,
c
)
end
function
c21520087
.
sprtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
)
local
mg
=
Duel
.
GetMatchingGroup
(
c21520087
.
spfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
local
cancel
=
Duel
.
GetCurrentChain
()
==
0
local
sg
=
mg
:
SelectSubGroup
(
tp
,
c21520087
.
fgoal
,
cancel
,
1
,
2
,
tp
)
local
sg
=
mg
:
SelectSubGroup
(
tp
,
c21520087
.
fgoal
,
cancel
,
1
,
2
,
tp
,
c
)
if
sg
then
sg
:
KeepAlive
()
e
:
SetLabelObject
(
sg
)
...
...
expansions/script/c21520088.lua
View file @
2efe66cd
...
...
@@ -6,7 +6,7 @@ function c21520088.initial_effect(c)
--spsummon condition
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520088
.
sprcon
)
...
...
expansions/script/c21520098.lua
View file @
2efe66cd
...
...
@@ -5,7 +5,7 @@ function c21520098.initial_effect(c)
e00
:
SetDescription
(
1165
)
e00
:
SetType
(
EFFECT_TYPE_FIELD
)
e00
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e00
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e00
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e00
:
SetRange
(
LOCATION_EXTRA
)
e00
:
SetCondition
(
c21520098
.
sprcon
)
e00
:
SetTarget
(
c21520098
.
sprtg
)
...
...
expansions/script/c21520157.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520157.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520157
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520157
.
sprcon
)
...
...
expansions/script/c21520158.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520158.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520158
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520158
.
sprcon
)
...
...
expansions/script/c21520159.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520159.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520159
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520159
.
sprcon
)
...
...
expansions/script/c21520160.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520160.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520160
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520160
.
sprcon
)
...
...
expansions/script/c21520175.lua
View file @
2efe66cd
...
...
@@ -2,7 +2,7 @@
function
c21520175
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
--fusion material
aux
.
AddFusionProcMixRep
(
c
,
false
,
false
,
c21520175
.
sefilter
,
3
,
1
00
)
aux
.
AddFusionProcMixRep
(
c
,
false
,
false
,
c21520175
.
sefilter
,
3
,
2
00
)
--[[ local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
...
...
expansions/script/c21520182.lua
View file @
2efe66cd
...
...
@@ -2,7 +2,7 @@
function
c21520182
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
--fusion material
aux
.
AddFusionProcMixRep
(
c
,
false
,
false
,
c21520182
.
sefilter
,
3
,
1
00
)
aux
.
AddFusionProcMixRep
(
c
,
false
,
false
,
c21520182
.
sefilter
,
3
,
2
00
)
--spsummon condition
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c21520183.lua
View file @
2efe66cd
...
...
@@ -13,7 +13,7 @@ function c21520183.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e2
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
+
EFFECT_FLAG_IGNORE_IMMUNE
)
e2
:
SetRange
(
LOCATION_GRAVE
+
LOCATION_EXTRA
)
e2
:
SetCondition
(
c21520183
.
spcon
)
e2
:
SetOperation
(
c21520183
.
spop
)
...
...
expansions/script/c21520211.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520211.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520211
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520211
.
sprcon
)
...
...
expansions/script/c21520212.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520212.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520212
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520212
.
sprcon
)
...
...
expansions/script/c21520213.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520213.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520213
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520213
.
sprcon
)
...
...
expansions/script/c21520214.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520214.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520214
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520214
.
sprcon
)
...
...
expansions/script/c21520215.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520215.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520215
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520215
.
sprcon
)
...
...
expansions/script/c21520216.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520216.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520216
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520216
.
sprcon
)
...
...
expansions/script/c21520217.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520217.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520217
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520217
.
sprcon
)
...
...
expansions/script/c21520218.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520218.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520218
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520218
.
sprcon
)
...
...
expansions/script/c21520219.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520219.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520219
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520219
.
sprcon
)
...
...
expansions/script/c21520220.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520220.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520220
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520220
.
sprcon
)
...
...
expansions/script/c21520221.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520221.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520221
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520221
.
sprcon
)
...
...
@@ -121,7 +121,7 @@ function c21520221.igop(e,tp,eg,ep,ev,re,r,rp)
local
tdg
=
dg
:
Filter
(
Card
.
IsSetCard
,
nil
,
0x491
)
dg
:
Sub
(
tdg
)
if
dg
:
GetCount
()
>
0
and
not
Duel
.
IsExistingMatchingCard
(
c21520221
.
effectfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
then
Duel
.
Damage
(
tp
,
dg
:
GetCount
()
*
600
,
REASON_RULE
)
Duel
.
SetLP
(
tp
,
Duel
.
GetLP
(
tp
)
-
dg
:
GetCount
()
*
600
)
end
if
spcard
:
IsAbleToHand
()
then
Duel
.
DisableShuffleCheck
()
...
...
expansions/script/c21520222.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520222.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520222
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520222
.
sprcon
)
...
...
expansions/script/c21520223.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520223.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520223
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520223
.
sprcon
)
...
...
expansions/script/c21520224.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520224.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520224
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520224
.
sprcon
)
...
...
expansions/script/c21520225.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520225.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520225
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520225
.
sprcon
)
...
...
expansions/script/c21520226.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520226.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520226
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520226
.
sprcon
)
...
...
expansions/script/c21520227.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520227.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520227
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520227
.
sprcon
)
...
...
expansions/script/c21520228.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520228.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520228
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520228
.
sprcon
)
...
...
expansions/script/c21520229.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520229.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520229
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520229
.
sprcon
)
...
...
expansions/script/c21520230.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520230.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520230
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520230
.
sprcon
)
...
...
expansions/script/c21520231.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520231.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520231
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520231
.
sprcon
)
...
...
expansions/script/c21520232.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520232.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520232
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520232
.
sprcon
)
...
...
expansions/script/c21520233.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520233.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520233
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520233
.
sprcon
)
...
...
expansions/script/c21520234.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520234.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520234
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520234
.
sprcon
)
...
...
expansions/script/c21520235.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520235.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520235
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520235
.
sprcon
)
...
...
expansions/script/c21520236.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520236.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520236
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520236
.
sprcon
)
...
...
expansions/script/c21520237.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520237.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520237
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520237
.
sprcon
)
...
...
expansions/script/c21520238.lua
View file @
2efe66cd
...
...
@@ -7,7 +7,7 @@ function c21520238.initial_effect(c)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetDescription
(
aux
.
Stringid
(
21520238
,
0
))
e0
:
SetType
(
EFFECT_TYPE_FIELD
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e0
:
SetProperty
(
EFFECT_FLAG_
CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e0
:
SetRange
(
LOCATION_EXTRA
)
e0
:
SetCondition
(
c21520238
.
sprcon
)
...
...
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