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
REIKAI
ygopro-222DIY-cards
Commits
e73ae205
Commit
e73ae205
authored
Jan 12, 2025
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
man!
parent
d2645f0c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c40011114.lua
expansions/script/c40011114.lua
+1
-1
expansions/script/c4204010.lua
expansions/script/c4204010.lua
+1
-1
expansions/script/c65810105.lua
expansions/script/c65810105.lua
+2
-2
No files found.
expansions/FiNALE.cdb
View file @
e73ae205
No preview for this file type
expansions/script/c40011114.lua
View file @
e73ae205
...
...
@@ -26,7 +26,7 @@ function cm.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCountLimit
(
1
,
m
+
100
)
e2
:
SetCondition
(
cm
.
tfcon
)
e2
:
SetTarget
(
cm
.
t
h
tg
)
e2
:
SetTarget
(
cm
.
t
f
tg
)
e2
:
SetOperation
(
cm
.
tfop
)
c
:
RegisterEffect
(
e2
)
end
...
...
expansions/script/c4204010.lua
View file @
e73ae205
...
...
@@ -8,7 +8,7 @@ function cm.initial_effect(c)
.
e
(
"SetType"
,
EFFECT_TYPE_ACTIVATE
)
.
e
(
"SetCode"
,
EVENT_TO_HAND
)
.
e
(
"SetCondition"
,
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
function
(
c
,
tp
)
return
c
:
IsControler
(
tp
)
end
,
1
,
nil
,
1
-
tp
)
end
)
return
eg
:
IsExists
(
function
(
c
,
tp
)
return
c
:
IsControler
(
tp
)
and
c
:
IsReason
(
REASON_EFFECT
)
end
,
1
,
nil
,
1
-
tp
)
end
)
.
e
(
"SetTarget"
,
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
if
Duel
.
IsExistingMatchingCard
(
function
(
c
)
return
c
:
IsCode
(
4204000
)
end
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
then
...
...
expansions/script/c65810105.lua
View file @
e73ae205
...
...
@@ -43,7 +43,7 @@ end
function
c65810105
.
filter
(
c
)
return
c
:
IsRace
(
RACE_INSECT
)
and
Duel
.
GetMZoneCount
(
tp
,
c
,
tp
)
>
0
return
c
:
IsRace
(
RACE_INSECT
)
and
Duel
.
GetMZoneCount
(
tp
,
c
,
tp
)
>
0
and
c
:
IsAbleToRemoveAsCost
()
end
function
c65810105
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
@@ -60,7 +60,7 @@ function c65810105.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
end
function
c65810105
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
local
g
=
e
:
GetLabelObject
()
Duel
.
Remove
(
g
,
nil
,
REASON_SPSUMMON
)
Duel
.
Remove
(
g
,
POS_FACEUP
,
REASON_SPSUMMON
)
end
...
...
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