Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
27153b8c
Commit
27153b8c
authored
Aug 01, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/AC04' into master
parents
f4003fac
c8dced56
Changes
29
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
40 additions
and
34 deletions
+40
-34
c18046862.lua
c18046862.lua
+1
-1
c31322640.lua
c31322640.lua
+4
-4
c31539614.lua
c31539614.lua
+1
-1
c32484853.lua
c32484853.lua
+1
-1
c32762201.lua
c32762201.lua
+1
-1
c33206889.lua
c33206889.lua
+1
-1
c33506331.lua
c33506331.lua
+1
-1
c34323367.lua
c34323367.lua
+1
-1
c4145915.lua
c4145915.lua
+1
-1
c44728989.lua
c44728989.lua
+1
-1
c45445571.lua
c45445571.lua
+1
-1
c5267507.lua
c5267507.lua
+1
-1
c6089145.lua
c6089145.lua
+1
-1
c66532962.lua
c66532962.lua
+1
-1
c6659193.lua
c6659193.lua
+1
-1
c6812770.lua
c6812770.lua
+1
-1
c68316358.lua
c68316358.lua
+9
-3
c68756810.lua
c68756810.lua
+1
-1
c69533836.lua
c69533836.lua
+1
-1
c69655484.lua
c69655484.lua
+1
-1
c69873498.lua
c69873498.lua
+1
-1
c70095046.lua
c70095046.lua
+1
-1
c70417076.lua
c70417076.lua
+1
-1
c70717628.lua
c70717628.lua
+1
-1
c7102732.lua
c7102732.lua
+1
-1
c71939275.lua
c71939275.lua
+1
-1
c7934362.lua
c7934362.lua
+1
-1
c8324284.lua
c8324284.lua
+1
-1
c95937545.lua
c95937545.lua
+1
-1
No files found.
c18046862.lua
View file @
27153b8c
...
@@ -105,4 +105,4 @@ end
...
@@ -105,4 +105,4 @@ end
function
s
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
p
,
d
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
,
CHAININFO_TARGET_PARAM
)
local
p
,
d
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
,
CHAININFO_TARGET_PARAM
)
Duel
.
Damage
(
p
,
d
,
REASON_EFFECT
)
Duel
.
Damage
(
p
,
d
,
REASON_EFFECT
)
end
end
\ No newline at end of file
c31322640.lua
View file @
27153b8c
...
@@ -51,9 +51,9 @@ function s.costfilter(c,code)
...
@@ -51,9 +51,9 @@ function s.costfilter(c,code)
return
c
:
GetFlagEffect
(
code
)
~=
0
return
c
:
GetFlagEffect
(
code
)
~=
0
end
end
function
s
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
qg
=
e
:
GetHandler
():
GetEquipGroup
()
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToGraveAsCost
()
and
qg
:
IsExists
(
s
.
costfilter
,
1
,
nil
,
e
:
GetHandler
():
GetCode
())
end
if
chk
==
0
then
return
c
:
IsAbleToGraveAsCost
()
and
aux
.
IsSelfEquip
(
c
,
FLAG_ID_ALLURE_QUEEN
)
end
Duel
.
SendtoGrave
(
e
:
GetHandler
()
,
REASON_COST
)
Duel
.
SendtoGrave
(
c
,
REASON_COST
)
end
end
function
s
.
spfilter
(
c
,
e
,
tp
)
function
s
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsAttackBelow
(
1500
)
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsAttackBelow
(
1500
)
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
@@ -104,4 +104,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -104,4 +104,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
1
-
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
1
-
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
end
end
\ No newline at end of file
c31539614.lua
View file @
27153b8c
...
@@ -107,4 +107,4 @@ function s.atkop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -107,4 +107,4 @@ function s.atkop2(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
end
end
end
end
end
end
\ No newline at end of file
c32484853.lua
View file @
27153b8c
...
@@ -46,4 +46,4 @@ end
...
@@ -46,4 +46,4 @@ end
function
s
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
eg
:
Filter
(
s
.
desfilter
,
nil
,
e
,
tp
):
Filter
(
Card
.
IsRelateToChain
,
nil
)
local
g
=
eg
:
Filter
(
s
.
desfilter
,
nil
,
e
,
tp
):
Filter
(
Card
.
IsRelateToChain
,
nil
)
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
end
end
\ No newline at end of file
c32762201.lua
View file @
27153b8c
...
@@ -48,4 +48,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -48,4 +48,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
end
end
end
end
end
end
\ No newline at end of file
c33206889.lua
View file @
27153b8c
...
@@ -70,4 +70,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -70,4 +70,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
c33506331.lua
View file @
27153b8c
...
@@ -53,4 +53,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -53,4 +53,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
#
g
>
0
then
if
#
g
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
\ No newline at end of file
c34323367.lua
View file @
27153b8c
...
@@ -103,4 +103,4 @@ end
...
@@ -103,4 +103,4 @@ end
function
s
.
poscon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
poscon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
return
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
return
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
and
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
end
end
\ No newline at end of file
c4145915.lua
View file @
27153b8c
...
@@ -120,4 +120,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -120,4 +120,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
end
end
\ No newline at end of file
c44728989.lua
View file @
27153b8c
...
@@ -55,4 +55,4 @@ function s.descon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -55,4 +55,4 @@ function s.descon(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Destroy
(
e
:
GetLabelObject
(),
REASON_EFFECT
)
Duel
.
Destroy
(
e
:
GetLabelObject
(),
REASON_EFFECT
)
end
end
\ No newline at end of file
c45445571.lua
View file @
27153b8c
...
@@ -87,4 +87,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -87,4 +87,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
end
end
end
end
\ No newline at end of file
c5267507.lua
View file @
27153b8c
...
@@ -56,4 +56,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -56,4 +56,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
end
end
end
end
\ No newline at end of file
c6089145.lua
View file @
27153b8c
...
@@ -73,4 +73,4 @@ function s.cfilter(c)
...
@@ -73,4 +73,4 @@ function s.cfilter(c)
end
end
function
s
.
ieecon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
ieecon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
end
\ No newline at end of file
c66532962.lua
View file @
27153b8c
...
@@ -59,4 +59,4 @@ function s.naop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -59,4 +59,4 @@ function s.naop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
end
end
end
end
end
end
\ No newline at end of file
c6659193.lua
View file @
27153b8c
...
@@ -65,4 +65,4 @@ function s.val(e,re,ev,r,rp,rc)
...
@@ -65,4 +65,4 @@ function s.val(e,re,ev,r,rp,rc)
return
true
return
true
end
end
return
false
return
false
end
end
\ No newline at end of file
c6812770.lua
View file @
27153b8c
...
@@ -166,4 +166,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -166,4 +166,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RaiseSingleEvent
(
tc
,
EVENT_DETACH_MATERIAL
,
e
,
0
,
0
,
0
,
0
)
Duel
.
RaiseSingleEvent
(
tc
,
EVENT_DETACH_MATERIAL
,
e
,
0
,
0
,
0
,
0
)
Duel
.
RaiseEvent
(
tc
,
EVENT_DETACH_MATERIAL
,
e
,
0
,
0
,
0
,
0
)
Duel
.
RaiseEvent
(
tc
,
EVENT_DETACH_MATERIAL
,
e
,
0
,
0
,
0
,
0
)
end
end
end
end
\ No newline at end of file
c68316358.lua
View file @
27153b8c
...
@@ -16,6 +16,7 @@ function s.initial_effect(c)
...
@@ -16,6 +16,7 @@ function s.initial_effect(c)
e2
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e2
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTarget
(
s
.
atktg
)
e2
:
SetValue
(
s
.
val
)
e2
:
SetValue
(
s
.
val
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--spsummon
--spsummon
...
@@ -46,11 +47,16 @@ function s.atkfilter(c,code)
...
@@ -46,11 +47,16 @@ function s.atkfilter(c,code)
return
c
:
IsFaceup
()
and
bit
.
band
(
c
:
GetOriginalType
(),
TYPE_MONSTER
)
==
TYPE_MONSTER
return
c
:
IsFaceup
()
and
bit
.
band
(
c
:
GetOriginalType
(),
TYPE_MONSTER
)
==
TYPE_MONSTER
and
c
:
GetFlagEffect
(
code
)
~=
0
and
c
:
GetFlagEffect
(
code
)
~=
0
end
end
function
s
.
atktg
(
e
,
c
)
return
c
:
IsSetCard
(
0x3
)
end
function
s
.
val
(
e
,
c
)
function
s
.
val
(
e
,
c
)
local
g
=
c
:
GetEquipGroup
():
Filter
(
s
.
atkfilter
,
nil
,
c
:
GetCode
()
)
local
g
=
c
:
GetEquipGroup
():
Filter
(
s
.
atkfilter
,
nil
,
FLAG_ID_ALLURE_QUEEN
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
return
g
:
GetSum
(
Card
.
GetBaseAttack
)
return
g
:
GetSum
(
Card
.
GetBaseAttack
)
else
return
0
end
else
return
0
end
end
end
function
s
.
spcfilter
(
c
,
tp
)
function
s
.
spcfilter
(
c
,
tp
)
return
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
return
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
...
@@ -78,4 +84,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -78,4 +84,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
aux
.
dncheck
,
false
,
ft
,
ft
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
aux
.
dncheck
,
false
,
ft
,
ft
)
if
sg
then
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
if
sg
then
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
\ No newline at end of file
c68756810.lua
View file @
27153b8c
...
@@ -77,4 +77,4 @@ function s.cthop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -77,4 +77,4 @@ function s.cthop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
\ No newline at end of file
c69533836.lua
View file @
27153b8c
...
@@ -125,4 +125,4 @@ function s.atkop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -125,4 +125,4 @@ function s.atkop2(e,tp,eg,ep,ev,re,r,rp)
qc
:
RegisterEffect
(
e1
)
qc
:
RegisterEffect
(
e1
)
end
end
end
end
end
end
\ No newline at end of file
c69655484.lua
View file @
27153b8c
...
@@ -108,4 +108,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -108,4 +108,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
\ No newline at end of file
c69873498.lua
View file @
27153b8c
...
@@ -113,4 +113,4 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -113,4 +113,4 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
HintSelection
(
g
)
Duel
.
HintSelection
(
g
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c70095046.lua
View file @
27153b8c
...
@@ -73,4 +73,4 @@ function s.limval(e,re,rp)
...
@@ -73,4 +73,4 @@ function s.limval(e,re,rp)
return
rc
:
IsLocation
(
LOCATION_MZONE
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
return
rc
:
IsLocation
(
LOCATION_MZONE
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
rc
:
IsSummonType
(
SUMMON_TYPE_SPECIAL
)
and
rc
:
IsSummonType
(
SUMMON_TYPE_SPECIAL
)
and
rc
:
GetAttack
()
<
e
:
GetHandler
():
GetAttack
()
and
rc
:
GetAttack
()
<
e
:
GetHandler
():
GetAttack
()
end
end
\ No newline at end of file
c70417076.lua
View file @
27153b8c
...
@@ -156,4 +156,4 @@ function s.lvop3(e,tp,eg,ep,ev,re,r,rp)
...
@@ -156,4 +156,4 @@ function s.lvop3(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
c70717628.lua
View file @
27153b8c
...
@@ -73,4 +73,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -73,4 +73,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
~=
0
and
Duel
.
IsPlayerCanDiscardDeck
(
1
-
tp
,
1
)
then
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
~=
0
and
Duel
.
IsPlayerCanDiscardDeck
(
1
-
tp
,
1
)
then
Duel
.
DiscardDeck
(
1
-
tp
,
3
,
REASON_EFFECT
)
Duel
.
DiscardDeck
(
1
-
tp
,
3
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c7102732.lua
View file @
27153b8c
...
@@ -57,4 +57,4 @@ end
...
@@ -57,4 +57,4 @@ end
function
s
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
p
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
)
local
p
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
)
Duel
.
Damage
(
p
,
Duel
.
GetFieldGroupCount
(
p
,
LOCATION_HAND
,
0
)
*
300
,
REASON_EFFECT
)
Duel
.
Damage
(
p
,
Duel
.
GetFieldGroupCount
(
p
,
LOCATION_HAND
,
0
)
*
300
,
REASON_EFFECT
)
end
end
\ No newline at end of file
c71939275.lua
View file @
27153b8c
...
@@ -185,4 +185,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -185,4 +185,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
c7934362.lua
View file @
27153b8c
...
@@ -95,4 +95,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -95,4 +95,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
tc
:
RegisterEffect
(
e1
)
end
end
end
end
\ No newline at end of file
c8324284.lua
View file @
27153b8c
...
@@ -82,4 +82,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -82,4 +82,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
Duel
.
SendtoGrave
(
c
,
REASON_EFFECT
)
Duel
.
SendtoGrave
(
c
,
REASON_EFFECT
)
end
end
end
end
\ No newline at end of file
c95937545.lua
View file @
27153b8c
...
@@ -90,4 +90,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -90,4 +90,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetValue
(
1
)
e1
:
SetValue
(
1
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
\ No newline at end of file
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