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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
caad39bd
Commit
caad39bd
authored
Sep 23, 2019
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lua and cdb and strings fix
parent
62caf548
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
19 additions
and
20 deletions
+19
-20
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c11200080.lua
expansions/script/c11200080.lua
+1
-1
expansions/script/c11200081.lua
expansions/script/c11200081.lua
+1
-1
expansions/script/c11200082.lua
expansions/script/c11200082.lua
+2
-2
expansions/script/c11200083.lua
expansions/script/c11200083.lua
+4
-4
expansions/script/c11200084.lua
expansions/script/c11200084.lua
+1
-1
expansions/script/c11200085.lua
expansions/script/c11200085.lua
+4
-4
expansions/script/c26809020.lua
expansions/script/c26809020.lua
+2
-2
expansions/script/c65050125.lua
expansions/script/c65050125.lua
+3
-3
expansions/script/c81011203.lua
expansions/script/c81011203.lua
+0
-2
expansions/strings.conf
expansions/strings.conf
+1
-0
No files found.
expansions/222DIY.cdb
View file @
caad39bd
No preview for this file type
expansions/script/c11200080.lua
View file @
caad39bd
...
@@ -37,7 +37,7 @@ function c11200080.filter1(c,e)
...
@@ -37,7 +37,7 @@ function c11200080.filter1(c,e)
return
not
c
:
IsImmuneToEffect
(
e
)
return
not
c
:
IsImmuneToEffect
(
e
)
end
end
function
c11200080
.
filter2
(
c
,
e
,
tp
,
m
,
f
,
chkf
)
function
c11200080
.
filter2
(
c
,
e
,
tp
,
m
,
f
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsSetCard
(
0x
131
)
and
(
not
f
or
f
(
c
))
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsSetCard
(
0x
62e
)
and
(
not
f
or
f
(
c
))
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
end
end
function
c11200080
.
fusiontg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c11200080
.
fusiontg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c11200081.lua
View file @
caad39bd
...
@@ -37,7 +37,7 @@ function c11200081.filter1(c,e)
...
@@ -37,7 +37,7 @@ function c11200081.filter1(c,e)
return
not
c
:
IsImmuneToEffect
(
e
)
return
not
c
:
IsImmuneToEffect
(
e
)
end
end
function
c11200081
.
filter2
(
c
,
e
,
tp
,
m
,
f
,
chkf
)
function
c11200081
.
filter2
(
c
,
e
,
tp
,
m
,
f
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsSetCard
(
0x
131
)
and
(
not
f
or
f
(
c
))
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsSetCard
(
0x
62e
)
and
(
not
f
or
f
(
c
))
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
end
end
function
c11200081
.
fusiontg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c11200081
.
fusiontg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c11200082.lua
View file @
caad39bd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
function
c11200082
.
initial_effect
(
c
)
function
c11200082
.
initial_effect
(
c
)
--fusion material
--fusion material
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
aux
.
AddFusionProcFunRep
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x
131
),
2
,
true
)
aux
.
AddFusionProcFunRep
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x
62e
),
2
,
true
)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_DAMAGE
)
e1
:
SetCategory
(
CATEGORY_DAMAGE
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
...
@@ -29,7 +29,7 @@ function c11200082.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -29,7 +29,7 @@ function c11200082.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c11200082
.
rfilter
(
c
)
function
c11200082
.
rfilter
(
c
)
return
c
:
IsSetCard
(
0x
131
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToRemove
()
return
c
:
IsSetCard
(
0x
62e
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToRemove
()
end
end
function
c11200082
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c11200082
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
c11200082
.
rfilter
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
e
:
GetHandler
())
local
g
=
Duel
.
GetMatchingGroup
(
c11200082
.
rfilter
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_GRAVE
,
0
,
e
:
GetHandler
())
...
...
expansions/script/c11200083.lua
View file @
caad39bd
...
@@ -35,7 +35,7 @@ function c11200083.target(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -35,7 +35,7 @@ function c11200083.target(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToRemove
,
tp
,
LOCATION_HAND
+
LOCATION_ONFIELD
,
0
,
1
,
e
:
GetHandler
())
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToRemove
,
tp
,
LOCATION_HAND
+
LOCATION_ONFIELD
,
0
,
1
,
e
:
GetHandler
())
end
end
end
function
c11200083
.
rfilter
(
c
)
function
c11200083
.
rfilter
(
c
)
return
c
:
IsSetCard
(
0x
131
)
and
c
:
IsAbleToRemove
()
return
c
:
IsSetCard
(
0x
62e
)
and
c
:
IsAbleToRemove
()
end
end
function
c11200083
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c11200083
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
@@ -53,7 +53,7 @@ function c11200083.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -53,7 +53,7 @@ function c11200083.activate(e,tp,eg,ep,ev,re,r,rp)
e3
:
SetValue
(
1
)
e3
:
SetValue
(
1
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e3
,
tp
)
Duel
.
RegisterEffect
(
e3
,
tp
)
if
g
:
IsExists
(
Card
.
IsSetCard
,
1
,
nil
,
0x
131
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
11200083
,
0
))
then
if
g
:
IsExists
(
Card
.
IsSetCard
,
1
,
nil
,
0x
62e
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
11200083
,
0
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
c11200083
.
rfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
c11200083
.
rfilter
,
tp
,
LOCATION_GRAVE
+
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
Duel
.
Remove
(
g1
,
POS_FACEUP
,
REASON_EFFECT
)
Duel
.
Remove
(
g1
,
POS_FACEUP
,
REASON_EFFECT
)
...
@@ -61,7 +61,7 @@ function c11200083.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -61,7 +61,7 @@ function c11200083.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c11200083
.
filter
(
c
)
function
c11200083
.
filter
(
c
)
return
c
:
IsSetCard
(
0x
131
)
and
c
:
IsFaceup
()
return
c
:
IsSetCard
(
0x
62e
)
and
c
:
IsFaceup
()
end
end
--function c11200083.con(e)
--function c11200083.con(e)
-- local ph=Duel.GetCurrentPhase()
-- local ph=Duel.GetCurrentPhase()
...
@@ -73,7 +73,7 @@ function c11200083.con(e)
...
@@ -73,7 +73,7 @@ function c11200083.con(e)
return
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
return
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
end
end
function
c11200083
.
cfilter
(
c
)
function
c11200083
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0x
131
)
and
c
:
IsType
(
TYPE_MONSTER
)
return
c
:
IsSetCard
(
0x
62e
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
end
function
c11200083
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c11200083
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
ep
~=
tp
and
tp
==
rp
and
((
bit
.
band
(
r
,
REASON_BATTLE
)
~=
0
and
c11200083
.
cfilter
(
eg
:
GetFirst
()))
or
(
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
)
and
c11200083
.
cfilter
(
re
:
GetHandler
()))
return
ep
~=
tp
and
tp
==
rp
and
((
bit
.
band
(
r
,
REASON_BATTLE
)
~=
0
and
c11200083
.
cfilter
(
eg
:
GetFirst
()))
or
(
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
)
and
c11200083
.
cfilter
(
re
:
GetHandler
()))
...
...
expansions/script/c11200084.lua
View file @
caad39bd
...
@@ -33,7 +33,7 @@ function c11200084.initial_effect(c)
...
@@ -33,7 +33,7 @@ function c11200084.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c11200084
.
filter
(
c
)
function
c11200084
.
filter
(
c
)
return
c
:
IsSetCard
(
0x
131
)
and
c
:
IsAbleToRemove
()
return
c
:
IsSetCard
(
0x
62e
)
and
c
:
IsAbleToRemove
()
end
end
function
c11200084
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c11200084
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_ONFIELD
,
0
)
<
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_ONFIELD
)
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_ONFIELD
,
0
)
<
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_ONFIELD
)
...
...
expansions/script/c11200085.lua
View file @
caad39bd
...
@@ -32,7 +32,7 @@ function c11200085.initial_effect(c)
...
@@ -32,7 +32,7 @@ function c11200085.initial_effect(c)
end
end
function
c11200085
.
filter
(
c
)
function
c11200085
.
filter
(
c
)
return
c
:
IsSetCard
(
0x
131
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsFaceup
()
return
c
:
IsSetCard
(
0x
62e
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsFaceup
()
end
end
function
c11200085
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c11200085
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c11200085
.
filter
,
tp
,
LOCATION_MZONE
+
LOCATION_REMOVED
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
c11200085
.
filter
,
tp
,
LOCATION_MZONE
+
LOCATION_REMOVED
,
0
,
1
,
nil
)
...
@@ -82,7 +82,7 @@ function c11200085.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -82,7 +82,7 @@ function c11200085.activate(e,tp,eg,ep,ev,re,r,rp)
--Duel.RegisterEffect(e1,tp)
--Duel.RegisterEffect(e1,tp)
end
end
function
c11200085
.
cfilter
(
c
)
function
c11200085
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0x
131
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsOnField
()
return
c
:
IsSetCard
(
0x
62e
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsOnField
()
end
end
function
c11200085
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c11200085
.
ctcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
ep
==
1
-
tp
and
tp
==
rp
and
((
bit
.
band
(
r
,
REASON_BATTLE
)
~=
0
and
c11200085
.
cfilter
(
eg
:
GetFirst
()))
or
(
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
)
and
c11200085
.
cfilter
(
re
:
GetHandler
()))
return
ep
==
1
-
tp
and
tp
==
rp
and
((
bit
.
band
(
r
,
REASON_BATTLE
)
~=
0
and
c11200085
.
cfilter
(
eg
:
GetFirst
()))
or
(
bit
.
band
(
r
,
REASON_EFFECT
)
~=
0
)
and
c11200085
.
cfilter
(
re
:
GetHandler
()))
...
@@ -91,10 +91,10 @@ function c11200085.ctop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -91,10 +91,10 @@ function c11200085.ctop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Damage
(
1
-
tp
,
550
,
REASON_EFFECT
)
Duel
.
Damage
(
1
-
tp
,
550
,
REASON_EFFECT
)
end
end
function
c11200085
.
filter2
(
c
)
function
c11200085
.
filter2
(
c
)
return
c
:
IsSetCard
(
0x
131
)
and
c
:
IsFaceup
()
return
c
:
IsSetCard
(
0x
62e
)
and
c
:
IsFaceup
()
end
end
function
c11200085
.
rcheck
(
c
,
sg
)
function
c11200085
.
rcheck
(
c
,
sg
)
return
c
:
IsSetCard
(
0x
131
)
and
c
:
IsFaceup
()
and
sg
:
IsExists
(
aux
.
TRUE
,
1
,
c
)
return
c
:
IsSetCard
(
0x
62e
)
and
c
:
IsFaceup
()
and
sg
:
IsExists
(
aux
.
TRUE
,
1
,
c
)
end
end
function
c11200085
.
rselect
(
c
,
tp
,
mg
,
sg
)
function
c11200085
.
rselect
(
c
,
tp
,
mg
,
sg
)
sg
:
AddCard
(
c
)
sg
:
AddCard
(
c
)
...
...
expansions/script/c26809020.lua
View file @
caad39bd
...
@@ -41,12 +41,12 @@ function c26809020.spfilter(c,e,tp)
...
@@ -41,12 +41,12 @@ function c26809020.spfilter(c,e,tp)
end
end
function
c26809020
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c26809020
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c26809020
.
spfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
,
e
,
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c26809020
.
spfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
+
LOCATION_GRAVE
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
)
end
end
function
c26809020
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c26809020
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
then
return
end
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c26809020
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c26809020
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
if
tc
and
Duel
.
SpecialSummonStep
(
tc
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
then
if
tc
and
Duel
.
SpecialSummonStep
(
tc
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
then
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c65050125.lua
View file @
caad39bd
...
@@ -29,11 +29,11 @@ function c65050125.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -29,11 +29,11 @@ function c65050125.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
e
:
GetHandler
():
IsDiscardable
()
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsDiscardable
()
end
Duel
.
SendtoGrave
(
e
:
GetHandler
(),
REASON_COST
+
REASON_DISCARD
)
Duel
.
SendtoGrave
(
e
:
GetHandler
(),
REASON_COST
+
REASON_DISCARD
)
end
end
function
c65050125
.
t
hfilter2
(
c
)
function
c65050125
.
t
gfilter
(
c
)
return
c
:
IsSetCard
(
0x5da8
)
and
c
:
IsType
(
TYPE_
SPELL
)
and
c
:
IsAbleToHand
()
and
not
c
:
IsType
(
TYPE_RITUAL
)
return
c
:
IsSetCard
(
0x5da8
)
and
c
:
IsType
(
TYPE_
MONSTER
)
and
c
:
IsAbleToGrave
(
)
end
end
function
c65050125
.
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c65050125
.
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToGrave
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
())
and
Duel
.
IsPlayerCanDraw
(
tp
,
2
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c65050125
.
tgfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
())
and
Duel
.
IsPlayerCanDraw
(
tp
,
2
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
nil
,
1
,
tp
,
LOCATION_HAND
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
nil
,
1
,
tp
,
LOCATION_HAND
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DRAW
,
0
,
0
,
tp
,
2
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DRAW
,
0
,
0
,
tp
,
2
)
end
end
...
...
expansions/script/c81011203.lua
View file @
caad39bd
--选择困难症候群 艾露玛
--选择困难症候群 艾露玛
function
c81011203
.
initial_effect
(
c
)
--选择困难症候群 艾露玛
function
c81011203
.
initial_effect
(
c
)
function
c81011203
.
initial_effect
(
c
)
--summon with s/t
--summon with s/t
local
e0
=
Effect
.
CreateEffect
(
c
)
local
e0
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/strings.conf
View file @
caad39bd
...
@@ -93,6 +93,7 @@
...
@@ -93,6 +93,7 @@
#xig 112 0x620-0x62f
#xig 112 0x620-0x62f
!
setname
0
x621
因幡帝
!
setname
0
x621
因幡帝
!
setname
0
x62e
清兰
!
setname
0
x62f
美树沙耶加
!
setname
0
x62f
美树沙耶加
#xig_ihs_0x132 铃仙·优昙华院·因幡记述
#xig_ihs_0x132 铃仙·优昙华院·因幡记述
#xig_ihs_0x133 因幡帝记述
#xig_ihs_0x133 因幡帝记述
...
...
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