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
Ai
ygopro-222DIY-cards
Commits
f30a8073
Commit
f30a8073
authored
Mar 27, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ybb
parent
1fb21530
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
8 deletions
+14
-8
expansions/script/c12003017.lua
expansions/script/c12003017.lua
+2
-0
expansions/script/c13959994.lua
expansions/script/c13959994.lua
+3
-3
expansions/script/c13959996.lua
expansions/script/c13959996.lua
+3
-3
expansions/script/c16172018.lua
expansions/script/c16172018.lua
+1
-1
expansions/script/c16172019.lua
expansions/script/c16172019.lua
+0
-1
expansions/script/c52520023.lua
expansions/script/c52520023.lua
+5
-0
No files found.
expansions/script/c12003017.lua
View file @
f30a8073
--水歌 永奏的希亚丝
local
m
=
12003017
local
cm
=
_G
[
"c"
..
m
]
function
c12003017
.
initial_effect
(
c
)
--link summon
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsLinkAttribute
,
ATTRIBUTE_WATER
),
2
,
2
)
...
...
expansions/script/c13959994.lua
View file @
f30a8073
This diff is collapsed.
Click to expand it.
expansions/script/c13959996.lua
View file @
f30a8073
This source diff could not be displayed because it is too large. You can
view the blob
instead.
expansions/script/c16172018.lua
View file @
f30a8073
...
...
@@ -42,7 +42,7 @@ function cm.mfilter(c,xyzc)
end
function
cm
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
return
e
:
GetHandler
():
CheckRemoveOverlayCard
(
tp
,
1
,
REASON_COST
)
end
if
chk
==
0
then
return
e
:
GetHandler
():
CheckRemoveOverlayCard
(
tp
,
1
,
REASON_COST
)
end
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
expansions/script/c16172019.lua
View file @
f30a8073
...
...
@@ -8,7 +8,6 @@ function cm.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
m
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCost
(
cm
.
negreg
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
activate
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/script/c52520023.lua
View file @
f30a8073
...
...
@@ -67,6 +67,11 @@ function cm.remop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Remove
(
tc
,
POS_FACEUP
,
REASON_EFFECT
)
end
end
function
cm
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
c
:
IsSummonType
(
SUMMON_TYPE_FUSION
)
and
c
:
IsPreviousControler
(
tp
)
end
function
cm
.
filter1
(
c
)
return
c
:
IsAttack
(
2200
)
and
c
:
IsDefense
(
700
)
and
c
:
IsAbleToHand
()
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