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
xiaoye
ygopro-222DIY-cards
Commits
5de0101e
Commit
5de0101e
authored
Aug 24, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wadashimo
parent
ffab16a5
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
55 additions
and
41 deletions
+55
-41
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/pics/16100014.jpg
expansions/pics/16100014.jpg
+0
-0
expansions/script/c10900051.lua
expansions/script/c10900051.lua
+1
-1
expansions/script/c10909007.lua
expansions/script/c10909007.lua
+16
-16
expansions/script/c113059.lua
expansions/script/c113059.lua
+18
-12
expansions/script/c12044041.lua
expansions/script/c12044041.lua
+1
-1
expansions/script/c16100008.lua
expansions/script/c16100008.lua
+3
-3
expansions/script/c26801016.lua
expansions/script/c26801016.lua
+2
-2
expansions/script/c33310250.lua
expansions/script/c33310250.lua
+7
-0
expansions/script/c33310251.lua
expansions/script/c33310251.lua
+1
-1
expansions/script/c33501011.lua
expansions/script/c33501011.lua
+1
-0
expansions/script/c66560000.lua
expansions/script/c66560000.lua
+1
-1
expansions/script/c66560002.lua
expansions/script/c66560002.lua
+1
-1
expansions/script/c66560003.lua
expansions/script/c66560003.lua
+2
-2
expansions/strings.conf
expansions/strings.conf
+1
-1
No files found.
expansions/222DIY.cdb
View file @
5de0101e
No preview for this file type
expansions/pics/16100014.jpg
View replaced file @
ffab16a5
View file @
5de0101e
146 KB
|
W:
|
H:
698 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c10900051.lua
View file @
5de0101e
...
@@ -41,7 +41,7 @@ function c10900051.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -41,7 +41,7 @@ function c10900051.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoGrave
(
g1
,
REASON_DISCARD
+
REASON_EFFECT
)
Duel
.
SendtoGrave
(
g1
,
REASON_DISCARD
+
REASON_EFFECT
)
end
end
function
c10900051
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c10900051
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
turn
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
GetAttack
()
==
e
:
GetHandler
():
GetAttack
()
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
GetAttack
()
==
e
:
GetHandler
():
GetAttack
()
end
end
function
c10900051
.
cost2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c10900051
.
cost2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsReleasable
()
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsReleasable
()
end
...
...
expansions/script/c10909007.lua
View file @
5de0101e
...
@@ -55,10 +55,10 @@ function c10909007.thop(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -55,10 +55,10 @@ function c10909007.thop(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
end
end
function
c10909007
.
dfilter
(
c
)
function
c10909007
.
dfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x23c
)
and
c
:
IsType
(
TYPE_FUSION
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x23c
)
and
c
:
IsType
(
TYPE_FUSION
)
end
end
function
c10909007
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c10909007
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c10909006
.
dfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
c10909006
.
dfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
end
function
c10909007
.
spfilter
(
c
,
e
,
tp
)
function
c10909007
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsFaceup
()
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
@@ -77,23 +77,23 @@ function c10909007.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -77,23 +77,23 @@ function c10909007.spop(e,tp,eg,ep,ev,re,r,rp)
if
ft
<=
1
then
return
end
if
ft
<=
1
then
return
end
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
and
tc
:
IsRelateToEffect
(
e
)
and
c
:
IsRelateToEffect
(
e
)
and
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
then
if
tc
and
tc
:
IsRelateToEffect
(
e
)
and
c
:
IsRelateToEffect
(
e
)
and
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
then
tc
:
AddCard
(
c
)
Duel
.
SpecialSummonStep
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
t
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummonStep
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
function
c10909007
.
atktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c10909007
.
atktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
tp
)
and
chkc
:
IsFaceup
()
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
tp
)
and
chkc
:
IsFaceup
()
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
0
,
1
,
e
:
GetHandler
())
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
0
,
1
,
e
:
GetHandler
())
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
Duel
.
SelectTarget
(
tp
,
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
Duel
.
SelectTarget
(
tp
,
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
end
end
function
c10909007
.
atkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c10909007
.
atkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsFacedown
()
or
not
tc
:
IsRelateToEffect
(
e
)
then
return
end
if
tc
:
IsFacedown
()
or
not
tc
:
IsRelateToEffect
(
e
)
then
return
end
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetValue
(
1500
)
e1
:
SetValue
(
1500
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
end
end
\ No newline at end of file
expansions/script/c113059.lua
View file @
5de0101e
--徒手接子弹的铁华团团长奥尔加
--徒手接子弹的铁华团团长奥尔加
function
c
33374570
.
initial_effect
(
c
)
function
c
113059
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--special summon condition
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetCode
(
EFFECT_SPSUMMON_CONDITION
)
e0
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
+
EFFECT_FLAG_CANNOT_DISABLE
)
c
:
RegisterEffect
(
e0
)
--
--
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
+
EFFECT_TYPE_FIELD
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
+
EFFECT_TYPE_FIELD
)
...
@@ -8,25 +14,25 @@ function c33374570.initial_effect(c)
...
@@ -8,25 +14,25 @@ function c33374570.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
)
e1
:
SetCode
(
EVENT_CHAINING
)
e1
:
SetCode
(
EVENT_CHAINING
)
e1
:
SetCategory
(
CATEGORY_NEGATE
+
CATEGORY_TODECK
)
e1
:
SetCategory
(
CATEGORY_NEGATE
+
CATEGORY_TODECK
)
e1
:
SetCountLimit
(
1
,
33374570
)
e1
:
SetCountLimit
(
1
,
113059
)
e1
:
SetCondition
(
c
33374570
.
discon
)
e1
:
SetCondition
(
c
113059
.
discon
)
e1
:
SetTarget
(
c
33374570
.
distg
)
e1
:
SetTarget
(
c
113059
.
distg
)
e1
:
SetOperation
(
c
33374570
.
disop
)
e1
:
SetOperation
(
c
113059
.
disop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c
33374570
.
dfilter
(
c
,
tp
)
function
c
113059
.
dfilter
(
c
,
tp
)
return
c
:
IsRace
(
RACE_WARRIOR
)
and
c
:
IsLevelBelow
(
4
)
and
c
:
IsOnField
()
and
c
:
IsControler
(
tp
)
return
c
:
IsRace
(
RACE_WARRIOR
)
and
c
:
IsLevelBelow
(
4
)
and
c
:
IsOnField
()
and
c
:
IsControler
(
tp
)
end
end
function
c
33374570
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c
113059
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
or
not
Duel
.
IsChainNegatable
(
ev
)
then
return
false
end
if
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
or
not
Duel
.
IsChainNegatable
(
ev
)
then
return
false
end
local
ex
,
tg
,
tc
=
Duel
.
GetOperationInfo
(
ev
,
CATEGORY_NEGATE
)
local
ex
,
tg
,
tc
=
Duel
.
GetOperationInfo
(
ev
,
CATEGORY_NEGATE
)
return
re
:
IsHasCategory
(
CATEGORY_NEGATE
)
and
ex
and
tg
~=
nil
and
tc
+
tg
:
FilterCount
(
c
33374570
.
dfilter
,
nil
,
tp
)
-
tg
:
GetCount
()
>
0
return
re
:
IsHasCategory
(
CATEGORY_NEGATE
)
and
ex
and
tg
~=
nil
and
tc
+
tg
:
FilterCount
(
c
113059
.
dfilter
,
nil
,
tp
)
-
tg
:
GetCount
()
>
0
end
end
function
c
33374570
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c
113059
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
true
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
eg
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
eg
,
1
,
0
,
0
)
end
end
function
c
33374570
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c
113059
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
NegateEffect
(
ev
)
then
if
Duel
.
NegateEffect
(
ev
)
then
Duel
.
SendtoDeck
(
e
:
GetHandler
(),
tp
,
2
,
REASON_EFFECT
)
Duel
.
SendtoDeck
(
e
:
GetHandler
(),
tp
,
2
,
REASON_EFFECT
)
end
end
...
@@ -35,11 +41,11 @@ function c33374570.disop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -35,11 +41,11 @@ function c33374570.disop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e1
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetTarget
(
c
33374570
.
splimit
)
e1
:
SetTarget
(
c
113059
.
splimit
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
function
c
33374570
.
splimit
(
e
,
c
)
function
c
113059
.
splimit
(
e
,
c
)
return
not
c
:
IsCode
(
33374565
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
return
not
c
:
IsCode
(
33374565
)
and
c
:
IsLocation
(
LOCATION_EXTRA
)
end
end
...
...
expansions/script/c12044041.lua
View file @
5de0101e
...
@@ -30,7 +30,7 @@ function cm.initial_effect(c)
...
@@ -30,7 +30,7 @@ function cm.initial_effect(c)
e3
:
SetCode
(
EVENT_PHASE_START
+
PHASE_STANDBY
)
e3
:
SetCode
(
EVENT_PHASE_START
+
PHASE_STANDBY
)
e3
:
SetCountLimit
(
1
)
e3
:
SetCountLimit
(
1
)
e3
:
SetOperation
(
cm
.
drop
)
e3
:
SetOperation
(
cm
.
drop
)
c
.
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
--back
--back
local
e3
=
srre
.
backeffect
(
c
)
local
e3
=
srre
.
backeffect
(
c
)
end
end
...
...
expansions/script/c16100008.lua
View file @
5de0101e
...
@@ -50,7 +50,7 @@ function cm.initial_effect(c)
...
@@ -50,7 +50,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
--
--
local
e5
=
Effect
.
CreateEffect
(
c
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e5
:
SetDescription
(
aux
.
Stringid
(
m
,
2
))
e5
:
SetType
(
EFFECT_TYPE_IGNITION
)
e5
:
SetType
(
EFFECT_TYPE_IGNITION
)
e5
:
SetRange
(
LOCATION_FZONE
)
e5
:
SetRange
(
LOCATION_FZONE
)
e5
:
SetCategory
(
CATEGORY_LVCHANGE
)
e5
:
SetCategory
(
CATEGORY_LVCHANGE
)
...
@@ -135,9 +135,9 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
...
@@ -135,9 +135,9 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
end
end
--
--
function
cm
.
cost2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
cm
.
cost2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsCanRemoveCounter
(
tp
,
1
,
1
,
0xccf
,
1
6
,
REASON_COST
)
and
Duel
.
IsExistingMatchingCard
(
cm
.
fil
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsCanRemoveCounter
(
tp
,
1
,
1
,
0xccf
,
3
6
,
REASON_COST
)
and
Duel
.
IsExistingMatchingCard
(
cm
.
fil
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
e
:
GetDescription
())
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
e
:
GetDescription
())
Duel
.
RemoveCounter
(
tp
,
1
,
1
,
0xccf
,
1
6
,
REASON_COST
)
Duel
.
RemoveCounter
(
tp
,
1
,
1
,
0xccf
,
3
6
,
REASON_COST
)
end
end
--
--
function
cm
.
op2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
op2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c26801016.lua
View file @
5de0101e
...
@@ -8,8 +8,8 @@ function cm.initial_effect(c)
...
@@ -8,8 +8,8 @@ function cm.initial_effect(c)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
)
e1
:
SetCountLimit
(
1
,
m
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCountLimit
(
1
,
m
+
EFFECT_COUNT_CODE_OATH
)
e
4
:
SetTarget
(
cm
.
lvtg
)
e
1
:
SetTarget
(
cm
.
lvtg
)
e
4
:
SetOperation
(
cm
.
lvop
)
e
1
:
SetOperation
(
cm
.
lvop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--destroy replace
--destroy replace
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c33310250.lua
View file @
5de0101e
...
@@ -67,6 +67,13 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -67,6 +67,13 @@ function cm.setop(e,tp,eg,ep,ev,re,r,rp)
e3
:
SetTarget
(
cm
.
destg
)
e3
:
SetTarget
(
cm
.
destg
)
e3
:
SetOperation
(
cm
.
desop
)
e3
:
SetOperation
(
cm
.
desop
)
token
:
RegisterEffect
(
e3
)
token
:
RegisterEffect
(
e3
)
local
e4
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e4
:
SetCode
(
EFFECT_CHANGE_TYPE
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
e4
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
)
e4
:
SetValue
(
TYPE_TRAP
+
TYPE_CONTINUOUS
)
token
:
RegisterEffect
(
e4
)
end
end
end
end
function
cm
.
dirtg
(
e
,
c
)
function
cm
.
dirtg
(
e
,
c
)
...
...
expansions/script/c33310251.lua
View file @
5de0101e
...
@@ -51,7 +51,7 @@ function cm.initial_effect(c)
...
@@ -51,7 +51,7 @@ function cm.initial_effect(c)
end
end
--Act In Set Turn
--Act In Set Turn
function
cm
.
actcon
(
e
)
function
cm
.
actcon
(
e
)
local
tp
=
e
:
GetHandlerPl
s
ayer
()
local
tp
=
e
:
GetHandlerPlayer
()
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
<
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_MZONE
)
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
<
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_MZONE
)
end
end
--Immune
--Immune
...
...
expansions/script/c33501011.lua
View file @
5de0101e
...
@@ -29,6 +29,7 @@ function cm.chainlm(e,rp,tp)
...
@@ -29,6 +29,7 @@ function cm.chainlm(e,rp,tp)
return
not
e
:
GetHandler
():
IsType
(
TYPE_MONSTER
)
return
not
e
:
GetHandler
():
IsType
(
TYPE_MONSTER
)
end
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToDeck
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToDeck
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
if
Duel
.
SendtoDeck
(
g
,
nil
,
0
,
REASON_EFFECT
+
REASON_TEMPORARY
)
~=
0
then
if
Duel
.
SendtoDeck
(
g
,
nil
,
0
,
REASON_EFFECT
+
REASON_TEMPORARY
)
~=
0
then
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
...
...
expansions/script/c66560000.lua
View file @
5de0101e
--神器使 摩卡
--神器使 摩卡
local
m
=
66560000
local
m
=
66560000
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
function
c
66660000
.
initial_effect
(
c
)
function
c
m
.
initial_effect
(
c
)
--Activate
--Activate
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e3
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
...
...
expansions/script/c66560002.lua
View file @
5de0101e
--神器使 集结
--神器使 集结
local
m
=
66560002
local
m
=
66560002
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
function
c
66660002
.
initial_effect
(
c
)
function
c
m
.
initial_effect
(
c
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
expansions/script/c66560003.lua
View file @
5de0101e
--神器使 安托涅瓦
--神器使 安托涅瓦
local
m
=
66660003
local
m
=
m
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
function
c
66660003
.
initial_effect
(
c
)
function
c
m
.
initial_effect
(
c
)
--link summon
--link summon
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsLinkSetCard
,
0xf21
),
3
,
99
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsLinkSetCard
,
0xf21
),
3
,
99
)
...
...
expansions/strings.conf
View file @
5de0101e
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
#AddCodeList(9910376) 丛雨记述
#AddCodeList(9910376) 丛雨记述
#SCL 2798419987 101 0x330-0x33f
#SCL 2798419987 101 0x330-0x33f
!
setname
0
xa335
灰
烬
!
setname
0
xa335
殆
烬
!
setname
0
xc335
薪王
!
setname
0
xc335
薪王
#AddCodeList(10113037) 饥饿狼群卡名记述
#AddCodeList(10113037) 饥饿狼群卡名记述
...
...
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