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
cfef0aad
Commit
cfef0aad
authored
Oct 19, 2023
by
songtongtong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
bb9b7776
Pipeline
#23784
passed with stages
in 25 minutes and 53 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
300 additions
and
301 deletions
+300
-301
expansions/script/c16172005.lua
expansions/script/c16172005.lua
+4
-5
expansions/script/c47350505.lua
expansions/script/c47350505.lua
+41
-41
expansions/script/c47350509.lua
expansions/script/c47350509.lua
+119
-119
expansions/script/c47350510.lua
expansions/script/c47350510.lua
+136
-136
No files found.
expansions/script/c16172005.lua
View file @
cfef0aad
...
...
@@ -83,7 +83,6 @@ function cm.activate(e,tp)
Duel
.
SendtoHand
(
tg
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
end
end
end
function
cm
.
check
(
c
)
return
c
:
IsFaceup
()
and
aux
.
IsCodeListed
(
c
,
m
-
1
)
...
...
expansions/script/c47350505.lua
View file @
cfef0aad
...
...
@@ -11,7 +11,7 @@ function s.tg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
s
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToEffect
(
e
)
and
not
tc
:
IsImmuneToEffect
(
e
)
and
tc
:
IsCanTurnSet
()
if
tc
:
IsRelateToEffect
(
e
)
and
not
tc
:
IsImmuneToEffect
(
e
)
and
Duel
.
MoveToField
(
tc
,
tp
,
tc
:
GetOwner
(),
LOCATION_SZONE
,
POS_FACEDOWN
,
true
)
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetCode
(
EFFECT_CHANGE_TYPE
)
...
...
expansions/script/c47350509.lua
View file @
cfef0aad
...
...
@@ -94,7 +94,7 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsType
(
TYPE_SPELL
)
or
tc
:
IsType
(
TYPE_TRAP
)
then
Duel
.
SendtoGrave
(
tc
,
REASON_EFFECT
)
elseif
tc
:
IsType
(
TYPE_MONSTER
)
then
if
Duel
.
MoveToField
(
tc
,
tp
,
tc
:
GetOwner
(),
LOCATION_SZONE
,
POS_FACEDOWN
,
true
)
then
if
not
tc
:
IsImmuneToEffect
(
e
)
and
Duel
.
MoveToField
(
tc
,
tp
,
tc
:
GetOwner
(),
LOCATION_SZONE
,
POS_FACEDOWN
,
true
)
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetCode
(
EFFECT_CHANGE_TYPE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c47350510.lua
View file @
cfef0aad
...
...
@@ -124,7 +124,7 @@ function s.atcon(e,tp,eg,ep,ev,re,r,rp)
return
aux
.
bdocon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
and
e
:
GetHandler
():
IsChainAttackable
()
end
function
s
.
atop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
ChainAttack
(
e
:
GetHandler
())
Duel
.
ChainAttack
(
)
end
function
s
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
...
...
@@ -133,5 +133,5 @@ function s.initial_effect(c)
s
.
tograve
(
c
)
end
function
s
.
fmatfilter
(
c
)
return
c
:
IsRace
(
RACE_FIEND
)
and
c
:
Is
Type
(
TYPE_MONSTER
)
return
c
:
IsRace
(
RACE_FIEND
)
and
c
:
Is
FusionType
(
TYPE_MONSTER
)
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