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
9af73740
Commit
9af73740
authored
Jun 11, 2022
by
Chrono-Genex
Committed by
GitHub
Jun 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Earthbound Immortal Uru and so on (#1893)
parent
be3209c1
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
68 additions
and
27 deletions
+68
-27
c12836042.lua
c12836042.lua
+2
-1
c15187079.lua
c15187079.lua
+5
-5
c53136004.lua
c53136004.lua
+5
-5
c59255742.lua
c59255742.lua
+7
-3
c72287557.lua
c72287557.lua
+20
-4
c72621670.lua
c72621670.lua
+29
-9
No files found.
c12836042.lua
View file @
9af73740
...
@@ -34,7 +34,8 @@ function c12836042.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -34,7 +34,8 @@ function c12836042.cost(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
c12836042
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c12836042
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
1
-
tp
)
and
chkc
:
IsControlerCanBeChanged
()
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
1
-
tp
)
and
chkc
:
IsControlerCanBeChanged
()
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
Card
.
IsControlerCanBeChanged
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
GetMZoneCount
(
tp
,
e
:
GetHandler
(),
tp
,
LOCATION_REASON_CONTROL
)
>
0
and
Duel
.
IsExistingTarget
(
Card
.
IsControlerCanBeChanged
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
true
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONTROL
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONTROL
)
local
g
=
Duel
.
SelectTarget
(
tp
,
Card
.
IsControlerCanBeChanged
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectTarget
(
tp
,
Card
.
IsControlerCanBeChanged
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_CONTROL
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_CONTROL
,
g
,
1
,
0
,
0
)
...
...
c15187079.lua
View file @
9af73740
...
@@ -42,11 +42,11 @@ function c15187079.ctcost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -42,11 +42,11 @@ function c15187079.ctcost(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
SetLabel
(
1
)
e
:
SetLabel
(
1
)
return
true
return
true
end
end
function
c15187079
.
filter
(
c
)
function
c15187079
.
filter
(
c
,
check
)
return
c
:
IsFaceup
()
and
c
:
Is
AbleToChangeControler
(
)
return
c
:
IsFaceup
()
and
c
:
Is
ControlerCanBeChanged
(
check
)
end
end
function
c15187079
.
costfilter
(
c
,
tp
)
function
c15187079
.
costfilter
(
c
,
tp
)
return
Duel
.
IsExistingTarget
(
c15187079
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
c
)
return
Duel
.
GetMZoneCount
(
tp
,
c
,
tp
,
LOCATION_REASON_CONTROL
)
>
0
and
Duel
.
IsExistingTarget
(
c15187079
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
c
,
true
)
end
end
function
c15187079
.
cttg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c15187079
.
cttg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
@@ -56,7 +56,7 @@ function c15187079.cttg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -56,7 +56,7 @@ function c15187079.cttg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
e
:
SetLabel
(
0
)
e
:
SetLabel
(
0
)
return
Duel
.
CheckReleaseGroup
(
tp
,
c15187079
.
costfilter
,
1
,
c
,
tp
)
return
Duel
.
CheckReleaseGroup
(
tp
,
c15187079
.
costfilter
,
1
,
c
,
tp
)
else
else
return
Duel
.
IsExistingTarget
(
c15187079
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
return
Duel
.
IsExistingTarget
(
c15187079
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
false
)
end
end
end
end
if
e
:
GetLabel
()
==
1
then
if
e
:
GetLabel
()
==
1
then
...
@@ -65,7 +65,7 @@ function c15187079.cttg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -65,7 +65,7 @@ function c15187079.cttg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel
.
Release
(
sg
,
REASON_COST
)
Duel
.
Release
(
sg
,
REASON_COST
)
end
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONTROL
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONTROL
)
local
g
=
Duel
.
SelectTarget
(
tp
,
c15187079
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectTarget
(
tp
,
c15187079
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
,
false
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_CONTROL
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_CONTROL
,
g
,
1
,
0
,
0
)
end
end
function
c15187079
.
ctop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c15187079
.
ctop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
c53136004.lua
View file @
9af73740
...
@@ -13,18 +13,18 @@ function c53136004.initial_effect(c)
...
@@ -13,18 +13,18 @@ function c53136004.initial_effect(c)
e1
:
SetOperation
(
c53136004
.
operation
)
e1
:
SetOperation
(
c53136004
.
operation
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c53136004
.
cfilter1
(
c
)
function
c53136004
.
cfilter1
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsAbleToRemoveAsCost
()
return
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsAbleToRemoveAsCost
()
and
Duel
.
GetMZoneCount
(
tp
,
c
,
tp
,
LOCATION_REASON_CONTROL
)
>
0
end
end
function
c53136004
.
cfilter2
(
c
)
function
c53136004
.
cfilter2
(
c
)
return
c
:
IsSetCard
(
0x106e
)
and
c
:
IsAbleToRemoveAsCost
()
return
c
:
IsSetCard
(
0x106e
)
and
c
:
IsAbleToRemoveAsCost
()
end
end
function
c53136004
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c53136004
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
GetAttackAnnouncedCount
()
==
0
if
chk
==
0
then
return
e
:
GetHandler
():
GetAttackAnnouncedCount
()
==
0
and
Duel
.
IsExistingMatchingCard
(
c53136004
.
cfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
e
:
GetHandler
())
and
Duel
.
IsExistingMatchingCard
(
c53136004
.
cfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
e
:
GetHandler
()
,
tp
)
and
Duel
.
IsExistingMatchingCard
(
c53136004
.
cfilter2
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
and
Duel
.
IsExistingMatchingCard
(
c53136004
.
cfilter2
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
c53136004
.
cfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
e
:
GetHandler
())
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
c53136004
.
cfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
e
:
GetHandler
()
,
tp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g2
=
Duel
.
SelectMatchingCard
(
tp
,
c53136004
.
cfilter2
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
local
g2
=
Duel
.
SelectMatchingCard
(
tp
,
c53136004
.
cfilter2
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
g1
:
Merge
(
g2
)
g1
:
Merge
(
g2
)
...
@@ -37,7 +37,7 @@ function c53136004.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -37,7 +37,7 @@ function c53136004.cost(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
GetHandler
():
RegisterEffect
(
e1
)
e
:
GetHandler
():
RegisterEffect
(
e1
)
end
end
function
c53136004
.
filter
(
c
)
function
c53136004
.
filter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsControlerCanBeChanged
()
return
c
:
IsFaceup
()
and
c
:
IsControlerCanBeChanged
(
true
)
end
end
function
c53136004
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c53136004
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
1
-
tp
)
and
c53136004
.
filter
(
chkc
)
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
1
-
tp
)
and
c53136004
.
filter
(
chkc
)
end
...
...
c59255742.lua
View file @
9af73740
...
@@ -80,13 +80,17 @@ function c59255742.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -80,13 +80,17 @@ function c59255742.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
function
c59255742
.
costfilter
(
c
,
tp
,
g
)
return
c59255742
.
ffilter
(
c
)
and
Duel
.
GetMZoneCount
(
tp
,
c
,
tp
,
LOCATION_REASON_CONTROL
)
>
0
and
g
:
IsExists
(
aux
.
TRUE
,
1
,
c
)
end
function
c59255742
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c59255742
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
c59255742
.
ffilter
,
1
,
nil
)
end
local
g
=
eg
:
Filter
(
c59255742
.
filter
,
nil
,
tp
)
local
g
=
Duel
.
SelectReleaseGroup
(
tp
,
c59255742
.
ffilter
,
1
,
1
,
nil
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
c59255742
.
costfilter
,
1
,
nil
,
tp
,
g
)
end
local
g
=
Duel
.
SelectReleaseGroup
(
tp
,
c59255742
.
costfilter
,
1
,
1
,
nil
,
tp
,
g
)
Duel
.
Release
(
g
,
REASON_COST
)
Duel
.
Release
(
g
,
REASON_COST
)
end
end
function
c59255742
.
filter
(
c
,
tp
)
function
c59255742
.
filter
(
c
,
tp
)
return
c
:
IsSummonPlayer
(
1
-
tp
)
and
c
:
IsControlerCanBeChanged
()
return
c
:
IsSummonPlayer
(
1
-
tp
)
and
c
:
IsControlerCanBeChanged
(
true
)
end
end
function
c59255742
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c59255742
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
eg
:
Filter
(
c59255742
.
filter
,
nil
,
tp
)
local
g
=
eg
:
Filter
(
c59255742
.
filter
,
nil
,
tp
)
...
...
c72287557.lua
View file @
9af73740
...
@@ -17,13 +17,29 @@ function c72287557.condition(e,tp,eg,ep,ev,re,r,rp)
...
@@ -17,13 +17,29 @@ function c72287557.condition(e,tp,eg,ep,ev,re,r,rp)
return
eg
:
GetCount
()
==
1
and
tc
:
IsControler
(
1
-
tp
)
and
tc
:
IsSummonType
(
SUMMON_TYPE_FUSION
)
return
eg
:
GetCount
()
==
1
and
tc
:
IsControler
(
1
-
tp
)
and
tc
:
IsSummonType
(
SUMMON_TYPE_FUSION
)
end
end
function
c72287557
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c72287557
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
nil
,
1
,
nil
)
end
e
:
SetLabel
(
1
)
local
g
=
Duel
.
SelectReleaseGroup
(
tp
,
nil
,
1
,
1
,
nil
)
return
true
Duel
.
Release
(
g
,
REASON_COST
)
end
function
c72287557
.
costfilter
(
c
,
tp
)
return
Duel
.
GetMZoneCount
(
tp
,
c
,
tp
,
LOCATION_REASON_CONTROL
)
>
0
end
end
function
c72287557
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c72287557
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
false
end
if
chkc
then
return
false
end
if
chk
==
0
then
return
eg
:
GetFirst
():
IsCanBeEffectTarget
(
e
)
and
eg
:
GetFirst
():
IsControlerCanBeChanged
()
end
local
tc
=
eg
:
GetFirst
()
if
chk
==
0
then
if
e
:
GetLabel
()
==
1
then
e
:
SetLabel
(
0
)
return
Duel
.
CheckReleaseGroup
(
tp
,
c72287557
.
costfilter
,
1
,
tc
,
tp
)
and
tc
:
IsCanBeEffectTarget
(
e
)
and
tc
:
IsControlerCanBeChanged
(
true
)
else
return
tc
:
IsCanBeEffectTarget
(
e
)
and
tc
:
IsControlerCanBeChanged
()
end
end
if
e
:
GetLabel
()
==
1
then
e
:
SetLabel
(
0
)
local
sg
=
Duel
.
SelectReleaseGroup
(
tp
,
c72287557
.
costfilter
,
1
,
1
,
tc
,
tp
)
Duel
.
Release
(
sg
,
REASON_COST
)
end
Duel
.
SetTargetCard
(
eg
)
Duel
.
SetTargetCard
(
eg
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_CONTROL
,
eg
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_CONTROL
,
eg
,
1
,
0
,
0
)
end
end
...
...
c72621670.lua
View file @
9af73740
...
@@ -6,25 +6,45 @@ function c72621670.initial_effect(c)
...
@@ -6,25 +6,45 @@ function c72621670.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e1
:
SetCost
(
c72621670
.
cost
)
e1
:
SetCost
(
c72621670
.
cost
)
e1
:
SetTarget
(
c72621670
.
target
)
e1
:
SetTarget
(
c72621670
.
target
)
e1
:
SetOperation
(
c72621670
.
activate
)
e1
:
SetOperation
(
c72621670
.
activate
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c72621670
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c72621670
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
nil
,
2
,
nil
)
end
e
:
SetLabel
(
1
)
local
g
=
Duel
.
SelectReleaseGroup
(
tp
,
nil
,
2
,
2
,
nil
)
return
true
Duel
.
Release
(
g
,
REASON_COST
)
end
end
function
c72621670
.
filter
(
c
)
function
c72621670
.
filter
(
c
,
check
)
return
c
:
IsFaceup
()
and
c
:
IsAbleToChangeControler
()
return
c
:
IsFaceup
()
and
c
:
IsAbleToChangeControler
(
check
)
end
function
c72621670
.
fselect
(
g
,
tp
)
return
Duel
.
GetMZoneCount
(
tp
,
g
,
tp
,
LOCATION_REASON_CONTROL
)
>
1
and
Duel
.
CheckReleaseGroup
(
tp
,
aux
.
IsInGroup
,
g
:
GetCount
(),
nil
,
g
)
and
Duel
.
IsExistingTarget
(
c72621670
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
2
,
g
,
true
)
end
end
function
c72621670
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c72621670
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
false
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
1
-
tp
)
and
c72621670
.
filter
(
chkc
,
false
)
end
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
,
1
-
tp
,
LOCATION_REASON_CONTROL
)
>=
0
if
chk
==
0
then
and
Duel
.
IsExistingTarget
(
c72621670
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
2
,
nil
)
end
if
e
:
GetLabel
()
==
1
then
e
:
SetLabel
(
0
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
)
return
rg
:
CheckSubGroup
(
c72621670
.
fselect
,
2
,
2
,
tp
)
else
return
Duel
.
IsExistingTarget
(
c72621670
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
2
,
nil
,
false
)
end
end
if
e
:
GetLabel
()
==
1
then
e
:
SetLabel
(
0
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
sg
=
rg
:
SelectSubGroup
(
tp
,
c72621670
.
fselect
,
false
,
2
,
2
,
tp
)
aux
.
UseExtraReleaseCount
(
sg
,
tp
)
Duel
.
Release
(
sg
,
REASON_COST
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONTROL
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONTROL
)
local
g
=
Duel
.
SelectTarget
(
tp
,
c72621670
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
2
,
2
,
nil
)
local
g
=
Duel
.
SelectTarget
(
tp
,
c72621670
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
2
,
2
,
nil
,
false
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_CONTROL
,
g
,
2
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_CONTROL
,
g
,
2
,
0
,
0
)
end
end
function
c72621670
.
tfilter
(
c
,
e
)
function
c72621670
.
tfilter
(
c
,
e
)
...
...
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