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
57087107
Commit
57087107
authored
Jul 12, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1145141919810
parent
b6c54765
Pipeline
#14500
passed with stages
in 28 minutes and 49 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
16 deletions
+4
-16
expansions/script/c16104208.lua
expansions/script/c16104208.lua
+1
-1
expansions/script/c65020218.lua
expansions/script/c65020218.lua
+1
-1
expansions/script/c65052306.lua
expansions/script/c65052306.lua
+1
-1
expansions/script/c65052307.lua
expansions/script/c65052307.lua
+1
-13
No files found.
expansions/script/c16104208.lua
View file @
57087107
...
...
@@ -11,7 +11,7 @@ function cm.initial_effect(c)
end
cm
.
dff
=
true
function
cm
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
==
tp
and
Duel
.
GetCurrentChain
()
==
0
return
Duel
.
GetTurnPlayer
()
==
tp
and
Duel
.
GetCurrentChain
()
==
0
and
(
ph
==
PHASE_MAIN1
or
(
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
)
or
ph
==
PHASE_MAIN2
)
end
function
cm
.
thfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0xccd
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
...
...
expansions/script/c65020218.lua
View file @
57087107
...
...
@@ -42,7 +42,7 @@ function c65020218.tg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
function
c65020218
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
eg
:
FilterSelect
(
tp
,
c65020218
.
confil
,
1
,
3
,
nil
)
local
g
=
eg
:
FilterSelect
(
tp
,
c65020218
.
confil
,
1
,
3
,
nil
,
tp
)
local
dg
=
Group
.
CreateGroup
()
local
tc
=
g
:
GetFirst
()
while
tc
do
...
...
expansions/script/c65052306.lua
View file @
57087107
...
...
@@ -25,7 +25,7 @@ function c65052306.effcon(e,tp,eg,ep,ev,re,r,rp)
local
b
=
Duel
.
GetAttackTarget
()
return
b
and
b
:
IsControler
(
tp
)
and
b
:
IsRace
(
RACE_BEAST
)
end
function
c65052306
.
eff
ect
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65052306
.
effop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
a
=
Duel
.
GetAttacker
()
if
a
:
IsRelateToBattle
()
then
Duel
.
Hint
(
HINT_CARD
,
0
,
65052306
)
...
...
expansions/script/c65052307.lua
View file @
57087107
...
...
@@ -19,7 +19,7 @@ function c65052307.initial_effect(c)
e4
:
SetOperation
(
c65052307
.
op
)
c
:
RegisterEffect
(
e4
)
end
function
c65052307
.
targfil
(
c
)
function
c65052307
.
targfil
(
c
,
tp
)
return
c
:
IsRace
(
RACE_BEAST
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
IsControler
(
tp
)
and
c
:
IsFaceup
()
end
function
c65052307
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
@@ -30,18 +30,6 @@ function c65052307.op(e,tp,eg,ep,ev,re,r,rp)
Duel
.
NegateEffect
(
ev
)
end
end
function
c65052307
.
effcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
a
=
Duel
.
GetAttacker
()
local
b
=
Duel
.
GetAttackTarget
()
return
b
and
b
:
IsControler
(
tp
)
and
b
:
IsRace
(
RACE_BEAST
)
end
function
c65052307
.
effectop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
a
=
Duel
.
GetAttacker
()
if
a
:
IsRelateToBattle
()
then
Duel
.
Hint
(
HINT_CARD
,
0
,
65052307
)
Duel
.
Destroy
(
a
,
REASON_EFFECT
)
end
end
function
c65052307
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToGraveAsCost
()
end
Duel
.
SendtoGrave
(
e
:
GetHandler
(),
REASON_COST
)
...
...
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