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
770991cb
Commit
770991cb
authored
Mar 24, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reclean
parent
18c8b89f
Pipeline
#26006
passed with stages
in 22 minutes and 18 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
1 deletion
+7
-1
expansions/script/c10703021.lua
expansions/script/c10703021.lua
+1
-1
expansions/script/c10969991.lua
expansions/script/c10969991.lua
+1
-0
expansions/script/c12098003.lua
expansions/script/c12098003.lua
+1
-0
expansions/script/c33585000.lua
expansions/script/c33585000.lua
+1
-0
expansions/script/c33585009.lua
expansions/script/c33585009.lua
+1
-0
expansions/script/c53799173.lua
expansions/script/c53799173.lua
+1
-0
expansions/script/c9910070.lua
expansions/script/c9910070.lua
+1
-0
No files found.
expansions/script/c10703021.lua
View file @
770991cb
...
@@ -28,8 +28,8 @@ function cm.initial_effect(c)
...
@@ -28,8 +28,8 @@ function cm.initial_effect(c)
e3
:
SetTarget
(
cm
.
spftg
)
e3
:
SetTarget
(
cm
.
spftg
)
e3
:
SetOperation
(
cm
.
spfop
)
e3
:
SetOperation
(
cm
.
spfop
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
cm
.
treat_itself_tuner
=
true
--SpecialSummon
--SpecialSummon
function
cm
.
cfilter
(
c
,
tp
)
function
cm
.
cfilter
(
c
,
tp
)
return
(
c
:
IsControler
(
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_HAND
))
or
(
c
:
IsControler
(
1
-
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
))
return
(
c
:
IsControler
(
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_HAND
))
or
(
c
:
IsControler
(
1
-
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
))
...
...
expansions/script/c10969991.lua
View file @
770991cb
...
@@ -31,6 +31,7 @@ function c10969991.initial_effect(c)
...
@@ -31,6 +31,7 @@ function c10969991.initial_effect(c)
e2
:
SetOperation
(
c10969991
.
desop
)
e2
:
SetOperation
(
c10969991
.
desop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
c10969991
.
treat_itself_tuner
=
true
function
c10969991
.
ffilter
(
c
)
function
c10969991
.
ffilter
(
c
)
return
c
:
IsRace
(
RACE_MACHINE
)
and
c
:
IsFusionType
(
TYPE_FUSION
)
return
c
:
IsRace
(
RACE_MACHINE
)
and
c
:
IsFusionType
(
TYPE_FUSION
)
end
end
...
...
expansions/script/c12098003.lua
View file @
770991cb
...
@@ -33,6 +33,7 @@ function cm.initial_effect(c)
...
@@ -33,6 +33,7 @@ function cm.initial_effect(c)
e6
:
SetValue
(
1
)
e6
:
SetValue
(
1
)
c
:
RegisterEffect
(
e6
)
c
:
RegisterEffect
(
e6
)
end
end
cm
.
treat_itself_tuner
=
true
function
cm
.
atklimit
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
atklimit
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c33585000.lua
View file @
770991cb
...
@@ -23,6 +23,7 @@ function cm.initial_effect(c)
...
@@ -23,6 +23,7 @@ function cm.initial_effect(c)
e3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
cm
.
treat_itself_tuner
=
true
function
cm
.
cfilter
(
c
)
function
cm
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_SYNCHRO
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_SYNCHRO
)
end
end
...
...
expansions/script/c33585009.lua
View file @
770991cb
...
@@ -28,6 +28,7 @@ function cm.initial_effect(c)
...
@@ -28,6 +28,7 @@ function cm.initial_effect(c)
Duel
.
AddCustomActivityCounter
(
m
,
ACTIVITY_SUMMON
,
cm
.
counterfilter
)
Duel
.
AddCustomActivityCounter
(
m
,
ACTIVITY_SUMMON
,
cm
.
counterfilter
)
Duel
.
AddCustomActivityCounter
(
m
,
ACTIVITY_SPSUMMON
,
cm
.
counterfilter
)
Duel
.
AddCustomActivityCounter
(
m
,
ACTIVITY_SPSUMMON
,
cm
.
counterfilter
)
end
end
cm
.
treat_itself_tuner
=
true
function
cm
.
counterfilter
(
c
)
function
cm
.
counterfilter
(
c
)
return
c
:
IsRace
(
RACE_FAIRY
)
return
c
:
IsRace
(
RACE_FAIRY
)
end
end
...
...
expansions/script/c53799173.lua
View file @
770991cb
...
@@ -40,6 +40,7 @@ function cm.initial_effect(c)
...
@@ -40,6 +40,7 @@ function cm.initial_effect(c)
e3
:
SetOperation
(
cm
.
operation
)
e3
:
SetOperation
(
cm
.
operation
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
cm
.
treat_itself_tuner
=
true
function
cm
.
cfilter
(
c
,
tp
)
function
cm
.
cfilter
(
c
,
tp
)
return
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
and
c
:
IsPreviousLocation
(
LOCATION_GRAVE
)
return
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
and
c
:
IsPreviousLocation
(
LOCATION_GRAVE
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsPreviousControler
(
tp
)
...
...
expansions/script/c9910070.lua
View file @
770991cb
...
@@ -31,6 +31,7 @@ function c9910070.initial_effect(c)
...
@@ -31,6 +31,7 @@ function c9910070.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
Duel
.
AddCustomActivityCounter
(
9910070
,
ACTIVITY_CHAIN
,
c9910070
.
chainfilter
)
Duel
.
AddCustomActivityCounter
(
9910070
,
ACTIVITY_CHAIN
,
c9910070
.
chainfilter
)
end
end
c9910070
.
treat_itself_tuner
=
true
function
c9910070
.
chainfilter
(
re
,
tp
,
cid
)
function
c9910070
.
chainfilter
(
re
,
tp
,
cid
)
return
not
(
re
:
GetHandler
():
IsRace
(
RACE_FAIRY
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
return
not
(
re
:
GetHandler
():
IsRace
(
RACE_FAIRY
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
Duel
.
GetChainInfo
(
cid
,
CHAININFO_TRIGGERING_LOCATION
)
==
LOCATION_HAND
)
and
Duel
.
GetChainInfo
(
cid
,
CHAININFO_TRIGGERING_LOCATION
)
==
LOCATION_HAND
)
...
...
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