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
4
Merge Requests
4
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
655ad739
Commit
655ad739
authored
May 27, 2023
by
Chen Bill
Committed by
GitHub
May 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change setcode: 地縛神 (#2085)
parent
b4a8364f
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
21 additions
and
21 deletions
+21
-21
c10875327.lua
c10875327.lua
+1
-1
c15187079.lua
c15187079.lua
+1
-1
c29934351.lua
c29934351.lua
+1
-1
c33537328.lua
c33537328.lua
+1
-1
c39967326.lua
c39967326.lua
+1
-1
c41181774.lua
c41181774.lua
+1
-1
c44710391.lua
c44710391.lua
+2
-2
c45836982.lua
c45836982.lua
+2
-2
c46263076.lua
c46263076.lua
+1
-1
c56339050.lua
c56339050.lua
+1
-1
c64187086.lua
c64187086.lua
+1
-1
c67987302.lua
c67987302.lua
+1
-1
c69931927.lua
c69931927.lua
+1
-1
c70109009.lua
c70109009.lua
+1
-1
c79798060.lua
c79798060.lua
+1
-1
c82340056.lua
c82340056.lua
+2
-2
c95453143.lua
c95453143.lua
+1
-1
c96907086.lua
c96907086.lua
+1
-1
No files found.
c10875327.lua
View file @
655ad739
--地縛神 Aslla piscu
function
c10875327
.
initial_effect
(
c
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x21
),
LOCATION_MZONE
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x
10
21
),
LOCATION_MZONE
)
--
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c15187079.lua
View file @
655ad739
--地縛神 Uru
function
c15187079
.
initial_effect
(
c
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x21
),
LOCATION_MZONE
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x
10
21
),
LOCATION_MZONE
)
--
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c29934351.lua
View file @
655ad739
...
...
@@ -11,7 +11,7 @@ function c29934351.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c29934351
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x21
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x
10
21
)
end
function
c29934351
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
rp
==
1
-
tp
and
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
and
Duel
.
IsChainNegatable
(
ev
)
...
...
c33537328.lua
View file @
655ad739
--地縛神 Cusillu
function
c33537328
.
initial_effect
(
c
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x21
),
LOCATION_MZONE
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x
10
21
),
LOCATION_MZONE
)
--
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c39967326.lua
View file @
655ad739
...
...
@@ -12,7 +12,7 @@ function c39967326.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c39967326
.
filter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x21
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsSetCard
(
0x
10
21
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
c39967326
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
chkc
:
IsControler
(
tp
)
and
c39967326
.
filter
(
chkc
,
e
,
tp
)
end
...
...
c41181774.lua
View file @
655ad739
--地縛神 Wiraqocha Rasca
function
c41181774
.
initial_effect
(
c
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x21
),
LOCATION_MZONE
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x
10
21
),
LOCATION_MZONE
)
--
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c44710391.lua
View file @
655ad739
...
...
@@ -51,13 +51,13 @@ function c44710391.dttg(e,c)
return
c
:
IsType
(
TYPE_SYNCHRO
)
and
(
c
:
IsFaceup
()
or
c
:
IsControler
(
e
:
GetHandlerPlayer
()))
end
function
c44710391
.
dtval
(
e
,
c
)
return
c
:
IsSetCard
(
0x21
)
and
c
:
IsControler
(
e
:
GetHandlerPlayer
())
return
c
:
IsSetCard
(
0x
10
21
)
and
c
:
IsControler
(
e
:
GetHandlerPlayer
())
end
function
c44710391
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
Card
.
IsType
,
1
,
nil
,
TYPE_SYNCHRO
)
end
function
c44710391
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x21
)
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x
10
21
)
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsAbleToHand
()
end
function
c44710391
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c44710391
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
...
...
c45836982.lua
View file @
655ad739
...
...
@@ -48,7 +48,7 @@ function c45836982.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
function
c45836982
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x21
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x
10
21
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
end
function
c45836982
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c45836982
.
thfilter
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
...
...
@@ -63,7 +63,7 @@ function c45836982.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c45836982
.
lpfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x21
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x
10
21
)
end
function
c45836982
.
lpcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetLP
(
1
-
tp
)
~=
3000
and
not
eg
:
IsContains
(
e
:
GetHandler
())
and
eg
:
IsExists
(
c45836982
.
lpfilter
,
1
,
nil
)
...
...
c46263076.lua
View file @
655ad739
--地縛神 Ccapac Apu
function
c46263076
.
initial_effect
(
c
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x21
),
LOCATION_MZONE
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x
10
21
),
LOCATION_MZONE
)
--
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c56339050.lua
View file @
655ad739
...
...
@@ -20,7 +20,7 @@ function c56339050.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c56339050
.
cfilter
(
c
,
atk
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x21
)
and
c
:
GetAttack
()
>
atk
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x
10
21
)
and
c
:
GetAttack
()
>
atk
end
function
c56339050
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetAttacker
()
...
...
c64187086.lua
View file @
655ad739
...
...
@@ -16,7 +16,7 @@ function c64187086.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
DiscardHand
(
tp
,
Card
.
IsDiscardable
,
1
,
1
,
REASON_COST
+
REASON_DISCARD
)
end
function
c64187086
.
filter1
(
c
)
return
c
:
IsSetCard
(
0x21
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x
10
21
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
end
function
c64187086
.
filter2
(
c
)
return
c
:
IsType
(
TYPE_FIELD
)
and
c
:
IsAbleToHand
()
...
...
c67987302.lua
View file @
655ad739
...
...
@@ -6,7 +6,7 @@ function c67987302.initial_effect(c)
e1
:
SetCode
(
EFFECT_INDESTRUCTABLE_EFFECT
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
LOCATION_MZONE
)
e1
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsSetCard
,
0x21
))
e1
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsSetCard
,
0x
10
21
))
e1
:
SetValue
(
c67987302
.
efilter
)
c
:
RegisterEffect
(
e1
)
end
...
...
c69931927.lua
View file @
655ad739
--地縛神 Chacu Challhua
function
c69931927
.
initial_effect
(
c
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x21
),
LOCATION_MZONE
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x
10
21
),
LOCATION_MZONE
)
--
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c70109009.lua
View file @
655ad739
...
...
@@ -22,7 +22,7 @@ function c70109009.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c70109009
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSummonType
(
SUMMON_TYPE_NORMAL
)
and
c
:
IsSetCard
(
0x21
)
return
c
:
IsFaceup
()
and
c
:
IsSummonType
(
SUMMON_TYPE_NORMAL
)
and
c
:
IsSetCard
(
0x
10
21
)
end
function
c70109009
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c70109009
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
)
...
...
c79798060.lua
View file @
655ad739
--地縛神 Ccarayhua
function
c79798060
.
initial_effect
(
c
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x21
),
LOCATION_MZONE
)
c
:
SetUniqueOnField
(
1
,
1
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0x
10
21
),
LOCATION_MZONE
)
--
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
c82340056.lua
View file @
655ad739
...
...
@@ -14,7 +14,7 @@ function c82340056.condition(e,tp,eg,ep,ev,re,r,rp)
return
Duel
.
GetLP
(
tp
)
<=
3000
and
Duel
.
GetTurnPlayer
()
~=
tp
and
Duel
.
GetAttackTarget
()
==
nil
end
function
c82340056
.
filter
(
c
)
return
c
:
IsSetCard
(
0x21
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x
10
21
)
and
c
:
IsAbleToHand
()
end
function
c82340056
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
...
...
@@ -60,5 +60,5 @@ function c82340056.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummonComplete
()
end
function
c82340056
.
sumlimit
(
e
,
c
)
return
not
c
:
IsSetCard
(
0x21
)
return
not
c
:
IsSetCard
(
0x
10
21
)
end
c95453143.lua
View file @
655ad739
...
...
@@ -77,7 +77,7 @@ function c95453143.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
0
,
LOCATION_DECK
)
end
function
c95453143
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x21
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x
10
21
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
end
function
c95453143
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
...
...
c96907086.lua
View file @
655ad739
...
...
@@ -11,7 +11,7 @@ function c96907086.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c96907086
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x21
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x
10
21
)
end
function
c96907086
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c96907086
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
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