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
0cba6126
You need to sign in or sign up before continuing.
Commit
0cba6126
authored
Nov 11, 2019
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lua fix
parent
e3a55b28
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
15 deletions
+16
-15
expansions/script/c33400402.lua
expansions/script/c33400402.lua
+2
-1
expansions/script/c33400471.lua
expansions/script/c33400471.lua
+2
-2
expansions/script/c33400472.lua
expansions/script/c33400472.lua
+2
-2
expansions/script/c33401304.lua
expansions/script/c33401304.lua
+5
-5
expansions/script/c81000007.lua
expansions/script/c81000007.lua
+2
-2
expansions/script/c81010057.lua
expansions/script/c81010057.lua
+3
-3
No files found.
expansions/script/c33400402.lua
View file @
0cba6126
...
@@ -5,6 +5,7 @@ function c33400402.initial_effect(c)
...
@@ -5,6 +5,7 @@ function c33400402.initial_effect(c)
e0
:
SetDescription
(
aux
.
Stringid
(
33400402
,
0
))
e0
:
SetDescription
(
aux
.
Stringid
(
33400402
,
0
))
e0
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e0
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e0
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e0
:
SetCode
(
EVENT_EQUIP
)
e0
:
SetCode
(
EVENT_EQUIP
)
e0
:
SetCountLimit
(
1
,
33400402
)
e0
:
SetCountLimit
(
1
,
33400402
)
e0
:
SetCondition
(
c33400402
.
spcon
)
e0
:
SetCondition
(
c33400402
.
spcon
)
...
@@ -27,7 +28,7 @@ function c33400402.spcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -27,7 +28,7 @@ function c33400402.spcon(e,tp,eg,ep,ev,re,r,rp)
return
eg
:
IsExists
(
Card
.
IsSetCard
,
1
,
nil
,
0x6343
)
or
eg
:
IsExists
(
Card
.
IsSetCard
,
1
,
nil
,
0x5343
)
return
eg
:
IsExists
(
Card
.
IsSetCard
,
1
,
nil
,
0x6343
)
or
eg
:
IsExists
(
Card
.
IsSetCard
,
1
,
nil
,
0x5343
)
end
end
function
c33400402
.
spfilter1
(
c
,
e
,
tp
)
function
c33400402
.
spfilter1
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x341
)
or
c
:
IsSetCard
(
0x5342
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsSetCard
(
0x341
)
or
c
:
IsSetCard
(
0x5342
)
and
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
CanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
end
function
c33400402
.
sptg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c33400402
.
sptg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
expansions/script/c33400471.lua
View file @
0cba6126
...
@@ -5,7 +5,7 @@ function c33400471.initial_effect(c)
...
@@ -5,7 +5,7 @@ function c33400471.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SEARCH
+
CATEGORY_TOHAND
)
e1
:
SetCategory
(
CATEGORY_SEARCH
+
CATEGORY_TOHAND
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_TO_GRAVE
)
e1
:
SetCode
(
EVENT_TO_GRAVE
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_CAL
)
e1
:
SetCountLimit
(
1
,
33400471
)
e1
:
SetCountLimit
(
1
,
33400471
)
e1
:
SetCondition
(
c33400471
.
thcon
)
e1
:
SetCondition
(
c33400471
.
thcon
)
e1
:
SetTarget
(
c33400471
.
thtg
)
e1
:
SetTarget
(
c33400471
.
thtg
)
...
@@ -25,7 +25,7 @@ function c33400471.initial_effect(c)
...
@@ -25,7 +25,7 @@ function c33400471.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c33400471
.
cfilter2
(
c
,
tp
,
re
)
function
c33400471
.
cfilter2
(
c
,
tp
,
re
)
return
c
:
IsReason
(
REASON_BATTLE
)
or
c
:
IsReason
(
REASON_EFFECT
)
return
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
Reason
(
REASON_BATTLE
)
or
c
:
IsReason
(
REASON_EFFECT
)
and
c
:
GetPreviousControler
()
==
tp
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
c
:
GetPreviousControler
()
==
tp
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
re
:
GetOwner
():
IsSetCard
(
0x341
)
and
re
:
GetOwner
():
IsSetCard
(
0x341
)
end
end
...
...
expansions/script/c33400472.lua
View file @
0cba6126
...
@@ -5,7 +5,7 @@ function c33400472.initial_effect(c)
...
@@ -5,7 +5,7 @@ function c33400472.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_TO_GRAVE
)
e1
:
SetCode
(
EVENT_TO_GRAVE
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_CAL
)
e1
:
SetCountLimit
(
1
,
33400472
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCountLimit
(
1
,
33400472
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCondition
(
c33400472
.
spcon
)
e1
:
SetCondition
(
c33400472
.
spcon
)
e1
:
SetTarget
(
c33400472
.
sptg
)
e1
:
SetTarget
(
c33400472
.
sptg
)
...
@@ -13,7 +13,7 @@ function c33400472.initial_effect(c)
...
@@ -13,7 +13,7 @@ function c33400472.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c33400472
.
cfilter2
(
c
,
tp
,
re
)
function
c33400472
.
cfilter2
(
c
,
tp
,
re
)
return
c
:
IsReason
(
REASON_BATTLE
)
or
c
:
IsReason
(
REASON_EFFECT
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsReason
(
REASON_BATTLE
)
or
c
:
IsReason
(
REASON_EFFECT
)
and
c
:
GetPreviousControler
()
==
tp
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
c
:
GetPreviousControler
()
==
tp
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
re
:
GetOwner
():
IsSetCard
(
0x341
)
and
re
:
GetOwner
():
IsSetCard
(
0x341
)
end
end
...
...
expansions/script/c33401304.lua
View file @
0cba6126
...
@@ -25,20 +25,20 @@ function c33401304.initial_effect(c)
...
@@ -25,20 +25,20 @@ function c33401304.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c33401304
.
chkfilter1
(
c
,
e
,
tp
)
function
c33401304
.
chkfilter1
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x341
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
return
(
not
c
:
IsSetCard
(
0xc342
))
and
c
:
IsSetCard
(
0x341
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsHasEffect
(
EFFECT_REVIVE_LIMIT
)
and
Duel
.
IsPlayerCanSpecialSummon
(
tp
,
0
,
POS_FACEUP
,
tp
,
c
)
not
c
:
IsHasEffect
(
EFFECT_REVIVE_LIMIT
)
and
Duel
.
IsPlayerCanSpecialSummon
(
tp
,
0
,
POS_FACEUP
,
tp
,
c
)
and
Duel
.
IsExistingMatchingCard
(
c33401304
.
chkfilter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
,
c
:
GetCode
())
and
Duel
.
IsExistingMatchingCard
(
c33401304
.
chkfilter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
,
c
:
GetCode
())
end
end
function
c33401304
.
chkfilter2
(
c
,
e
,
tp
,
cd
)
function
c33401304
.
chkfilter2
(
c
,
e
,
tp
,
cd
)
return
c
:
IsSetCard
(
0x341
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsCode
(
cd
)
return
(
not
c
:
IsSetCard
(
0xc342
))
and
c
:
IsSetCard
(
0x341
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsCode
(
cd
)
and
not
c
:
IsHasEffect
(
EFFECT_REVIVE_LIMIT
)
and
Duel
.
IsPlayerCanSpecialSummon
(
tp
,
0
,
POS_FACEUP
,
1
-
tp
,
c
)
and
not
c
:
IsHasEffect
(
EFFECT_REVIVE_LIMIT
)
and
Duel
.
IsPlayerCanSpecialSummon
(
tp
,
0
,
POS_FACEUP
,
1
-
tp
,
c
)
end
end
function
c33401304
.
filter1
(
c
,
e
,
tp
)
function
c33401304
.
filter1
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x341
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
(
not
c
:
IsSetCard
(
0xc342
))
and
c
:
IsSetCard
(
0x341
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
IsExistingMatchingCard
(
c33401304
.
filter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
,
c
:
GetCode
())
and
Duel
.
IsExistingMatchingCard
(
c33401304
.
filter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
,
c
:
GetCode
())
end
end
function
c33401304
.
filter2
(
c
,
e
,
tp
,
cd
)
function
c33401304
.
filter2
(
c
,
e
,
tp
,
cd
)
return
c
:
IsSetCard
(
0x341
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsCode
(
cd
)
return
(
not
c
:
IsSetCard
(
0xc342
))
and
c
:
IsSetCard
(
0x341
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsCode
(
cd
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP_ATTACK
,
1
-
tp
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP_ATTACK
,
1
-
tp
)
end
end
function
c33401304
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c33401304
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
@@ -103,5 +103,5 @@ end
...
@@ -103,5 +103,5 @@ end
function
c33401304
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c33401304
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
<=
0
then
return
end
if
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
<=
0
then
return
end
local
tc
=
Duel
.
GetFirstTarget
()
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
1
-
tp
,
false
,
false
,
POS_FACEUP
)
end
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
1
-
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
expansions/script/c81000007.lua
View file @
0cba6126
...
@@ -15,10 +15,10 @@ function c81000007.initial_effect(c)
...
@@ -15,10 +15,10 @@ function c81000007.initial_effect(c)
Duel
.
AddCustomActivityCounter
(
81000007
,
ACTIVITY_CHAIN
,
c81000007
.
chainfilter
)
Duel
.
AddCustomActivityCounter
(
81000007
,
ACTIVITY_CHAIN
,
c81000007
.
chainfilter
)
end
end
function
c81000007
.
chainfilter
(
re
,
tp
,
cid
)
function
c81000007
.
chainfilter
(
re
,
tp
,
cid
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
return
not
re
:
IsActiveType
(
TYPE_MONSTER
)
end
end
function
c81000007
.
counterfilter
(
c
)
function
c81000007
.
counterfilter
(
c
)
return
c
:
IsType
(
TYPE_EFFECT
)
return
not
c
:
IsType
(
TYPE_EFFECT
)
end
end
function
c81000007
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c81000007
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetCustomActivityCount
(
81000007
,
tp
,
ACTIVITY_SUMMON
)
==
0
if
chk
==
0
then
return
Duel
.
GetCustomActivityCount
(
81000007
,
tp
,
ACTIVITY_SUMMON
)
==
0
...
...
expansions/script/c81010057.lua
View file @
0cba6126
...
@@ -15,11 +15,11 @@ function c81010057.initial_effect(c)
...
@@ -15,11 +15,11 @@ function c81010057.initial_effect(c)
Duel
.
AddCustomActivityCounter
(
81010057
,
ACTIVITY_FLIPSUMMON
,
c81010057
.
counterfilter
)
Duel
.
AddCustomActivityCounter
(
81010057
,
ACTIVITY_FLIPSUMMON
,
c81010057
.
counterfilter
)
Duel
.
AddCustomActivityCounter
(
81010057
,
ACTIVITY_CHAIN
,
c81010057
.
chainfilter
)
Duel
.
AddCustomActivityCounter
(
81010057
,
ACTIVITY_CHAIN
,
c81010057
.
chainfilter
)
end
end
function
c81010057
.
chainfilter
(
re
,
tp
,
cid
)
function
c81010057
.
chainfilter
(
re
,
tp
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
return
not
re
:
IsActiveType
(
TYPE_MONSTER
)
end
end
function
c81010057
.
counterfilter
(
c
)
function
c81010057
.
counterfilter
(
c
)
return
c
:
IsType
(
TYPE_EFFECT
)
return
not
c
:
IsType
(
TYPE_EFFECT
)
end
end
function
c81010057
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c81010057
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetCustomActivityCount
(
81010057
,
tp
,
ACTIVITY_SUMMON
)
==
0
if
chk
==
0
then
return
Duel
.
GetCustomActivityCount
(
81010057
,
tp
,
ACTIVITY_SUMMON
)
==
0
...
...
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