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
8dabb795
Commit
8dabb795
authored
Feb 14, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
a326cee7
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
25 additions
and
6 deletions
+25
-6
expansions/lflist.conf
expansions/lflist.conf
+1
-0
expansions/script/c11600001.lua
expansions/script/c11600001.lua
+2
-0
expansions/script/c11600002.lua
expansions/script/c11600002.lua
+2
-0
expansions/script/c11600003.lua
expansions/script/c11600003.lua
+2
-0
expansions/script/c11600004.lua
expansions/script/c11600004.lua
+2
-0
expansions/script/c11600005.lua
expansions/script/c11600005.lua
+2
-0
expansions/script/c11600006.lua
expansions/script/c11600006.lua
+2
-0
expansions/script/c11600011.lua
expansions/script/c11600011.lua
+2
-0
expansions/script/c11600015.lua
expansions/script/c11600015.lua
+2
-0
expansions/script/c11600026.lua
expansions/script/c11600026.lua
+2
-0
expansions/script/c11600030.lua
expansions/script/c11600030.lua
+4
-4
expansions/script/c12841122.lua
expansions/script/c12841122.lua
+2
-2
No files found.
expansions/lflist.conf
View file @
8dabb795
...
...
@@ -358,6 +358,7 @@
12895003
1
--绚丽狂欢-猩红刺客
12899006
1
--
H
.
P
.
T
.-囚禁
12899015
0
--
D
.
H
.
P
.
K
.-修女塔莉亚
12866605
1
--电锯人
12847702
1
--绝对毁灭的阎炮
12866600
1
--支配恶魔
12866610
1
--血之恶魔
...
...
expansions/script/c11600001.lua
View file @
8dabb795
...
...
@@ -144,6 +144,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
tfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
if
not
tc
:
IsImmuneToEffect
(
e
)
then
--fusion
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
...
...
@@ -174,6 +175,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetLabelObject
(
e3
)
e4
:
SetOperation
(
s
.
chop
)
Duel
.
RegisterEffect
(
e4
,
tp
)
end
end
function
s
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
(
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN1
or
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN2
)
...
...
expansions/script/c11600002.lua
View file @
8dabb795
...
...
@@ -58,6 +58,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
tfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
if
not
tc
:
IsImmuneToEffect
(
e
)
then
--atk up
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
...
...
@@ -84,6 +85,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetLabelObject
(
e3
)
e4
:
SetOperation
(
s
.
chop
)
Duel
.
RegisterEffect
(
e4
,
tp
)
end
end
--
function
s
.
efcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c11600003.lua
View file @
8dabb795
...
...
@@ -68,6 +68,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
tfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
if
not
tc
:
IsImmuneToEffect
(
e
)
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e1
:
SetProperty
(
EFFECT_FLAG_CLIENT_HINT
)
...
...
@@ -103,6 +104,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetLabelObject
(
e3
)
e4
:
SetOperation
(
s
.
chop
)
Duel
.
RegisterEffect
(
e4
,
tp
)
end
end
function
s
.
efcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_FUSION
)
~=
0
...
...
expansions/script/c11600004.lua
View file @
8dabb795
...
...
@@ -77,6 +77,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
tfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
if
not
tc
:
IsImmuneToEffect
(
e
)
then
--atk down
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
...
...
@@ -104,6 +105,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetLabelObject
(
e3
)
e4
:
SetOperation
(
s
.
chop
)
Duel
.
RegisterEffect
(
e4
,
tp
)
end
end
function
s
.
efcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_FUSION
)
~=
0
...
...
expansions/script/c11600005.lua
View file @
8dabb795
...
...
@@ -77,6 +77,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
tfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
if
not
tc
:
IsImmuneToEffect
(
e
)
then
--atk down
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
...
...
@@ -104,6 +105,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetLabelObject
(
e3
)
e4
:
SetOperation
(
s
.
chop
)
Duel
.
RegisterEffect
(
e4
,
tp
)
end
end
function
s
.
efcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_FUSION
)
~=
0
...
...
expansions/script/c11600006.lua
View file @
8dabb795
...
...
@@ -77,6 +77,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
tfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
if
not
tc
:
IsImmuneToEffect
(
e
)
then
--atk down
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
...
...
@@ -104,6 +105,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetLabelObject
(
e3
)
e4
:
SetOperation
(
s
.
chop
)
Duel
.
RegisterEffect
(
e4
,
tp
)
end
end
function
s
.
efcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_FUSION
)
~=
0
...
...
expansions/script/c11600011.lua
View file @
8dabb795
...
...
@@ -87,6 +87,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
tfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
if
not
tc
:
IsImmuneToEffect
(
e
)
then
--pierce
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
...
...
@@ -110,6 +111,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetLabelObject
(
e3
)
e4
:
SetOperation
(
s
.
chop
)
Duel
.
RegisterEffect
(
e4
,
tp
)
end
end
--
function
s
.
efcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c11600015.lua
View file @
8dabb795
...
...
@@ -159,6 +159,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
tfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
if
not
tc
:
IsImmuneToEffect
(
e
)
then
--draw
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
...
...
@@ -186,6 +187,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetLabelObject
(
e3
)
e4
:
SetOperation
(
s
.
chop
)
Duel
.
RegisterEffect
(
e4
,
tp
)
end
end
function
s
.
efcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_FUSION
)
~=
0
...
...
expansions/script/c11600026.lua
View file @
8dabb795
...
...
@@ -62,6 +62,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
tfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
if
not
tc
:
IsImmuneToEffect
(
e
)
then
--atk down
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
...
...
@@ -89,6 +90,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetLabelObject
(
e3
)
e4
:
SetOperation
(
s
.
chop
)
Duel
.
RegisterEffect
(
e4
,
tp
)
end
end
function
s
.
efcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_FUSION
)
~=
0
...
...
expansions/script/c11600030.lua
View file @
8dabb795
...
...
@@ -88,12 +88,12 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
tfilter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
)
local
tc
=
g
:
GetFirst
()
if
not
tc
:
IsImmuneToEffect
(
e
)
then
--immune
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e2
:
SetProperty
(
EFFECT_FLAG_CLIENT_HINT
)
e2
:
SetProperty
(
EFFECT_FLAG_CLIENT_HINT
+
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCode
(
EFFECT_IMMUNE_EFFECT
)
e2
:
SetValue
(
s
.
efilter
)
...
...
@@ -114,6 +114,7 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetLabelObject
(
e3
)
e4
:
SetOperation
(
s
.
chop
)
Duel
.
RegisterEffect
(
e4
,
tp
)
end
end
function
s
.
efcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_FUSION
)
~=
0
...
...
@@ -124,9 +125,8 @@ function s.efop(e,tp,eg,ep,ev,re,r,rp)
--immune
local
e2
=
Effect
.
CreateEffect
(
rc
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e2
:
SetProperty
(
EFFECT_FLAG_CLIENT_HINT
)
e2
:
SetProperty
(
EFFECT_FLAG_CLIENT_HINT
+
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCode
(
EFFECT_IMMUNE_EFFECT
)
e2
:
SetValue
(
s
.
efilter
)
...
...
expansions/script/c12841122.lua
View file @
8dabb795
...
...
@@ -12,7 +12,7 @@ function c12841122.initial_effect(c)
e1
:
SetCondition
(
c12841122
.
sccon
)
e1
:
SetTarget
(
c12841122
.
sctg
)
e1
:
SetOperation
(
c12841122
.
scop
)
--
c:RegisterEffect(e1)
c
:
RegisterEffect
(
e1
)
--token
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
12841122
,
1
))
...
...
@@ -24,7 +24,7 @@ function c12841122.initial_effect(c)
e2
:
SetCondition
(
c12841122
.
spcon
)
e2
:
SetTarget
(
c12841122
.
sptg
)
e2
:
SetOperation
(
c12841122
.
spop
)
--
c:RegisterEffect(e2)
c
:
RegisterEffect
(
e2
)
end
function
c12841122
.
sccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ph
=
Duel
.
GetCurrentPhase
()
...
...
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