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
37b7ec8e
Commit
37b7ec8e
authored
May 05, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tnndx
parent
47a28356
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
240 additions
and
107 deletions
+240
-107
expansions/script/c10199991.lua
expansions/script/c10199991.lua
+237
-104
expansions/script/c65010004.lua
expansions/script/c65010004.lua
+1
-1
expansions/script/c65010007.lua
expansions/script/c65010007.lua
+1
-1
expansions/script/c65010009.lua
expansions/script/c65010009.lua
+1
-1
No files found.
expansions/script/c10199991.lua
View file @
37b7ec8e
This diff is collapsed.
Click to expand it.
expansions/script/c65010004.lua
View file @
37b7ec8e
...
...
@@ -11,7 +11,7 @@ function cm.initial_effect(c)
end
local
e3
=
rsef
.
QO
(
c
,
nil
,{
m
,
1
},{
1
,
m
+
100
},
"atk,dis"
,
"tg"
,
LOCATION_SZONE
,
nil
,
rscost
.
cost
(
f
,
"td"
,
LOCATION_GRAVE
),
rstg
.
target2
(
cm
.
regfun
,
Card
.
IsFaceup
,
"atk"
,
LOCATION_MZONE
,
LOCATION_MZONE
),
cm
.
op2
)
end
function
cm
.
regfun
(
g
,
e
,
tp
function
cm
.
regfun
(
g
,
e
,
tp
)
if
rscon
.
excard2
(
Card
.
IsCode
,
LOCATION_MZONE
,
0
,
1
,
nil
,
65010001
)(
e
)
then
e
:
SetLabel
(
1
)
else
...
...
expansions/script/c65010007.lua
View file @
37b7ec8e
...
...
@@ -5,7 +5,7 @@ local cm=_G["c"..m]
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
65010001
)
local
e1
=
rsef
.
ACT
(
c
,
nil
,
nil
,{
1
,
m
,
1
})
local
e2
=
rsef
.
QO
(
c
,
nil
,
nil
,
1
,
"eq"
,
{
"tg"
,
EFFECT_FLAG_NO_TURN_RESET
},
LOCATION_SZONE
,
nil
,
nil
,
rstg
.
target
(
rscf
.
FilterFaceUp
(
Card
.
IsCode
,
65010001
),
"eq"
,
LOCATION_MZONE
),
cm
.
op
)
local
e2
=
rsef
.
QO
(
c
,
nil
,
nil
,
1
,
"eq"
,
"tg,ntr"
,
LOCATION_SZONE
,
nil
,
nil
,
rstg
.
target
(
rscf
.
fufilter
(
Card
.
IsCode
,
65010001
),
"eq"
,
LOCATION_MZONE
),
cm
.
op
)
end
function
cm
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c65010009.lua
View file @
37b7ec8e
...
...
@@ -6,7 +6,7 @@ function cm.initial_effect(c)
aux
.
AddCodeList
(
c
,
65010001
)
local
e1
=
rsef
.
ACT
(
c
)
e1
:
SetCondition
(
cm
.
con
)
local
e2
=
rsef
.
QO
(
c
,
nil
,{
m
,
1
},{
1
,
m
},
"eq"
,
{
"tg"
,
EFFECT_FLAG_NO_TURN_RESET
},
LOCATION_SZONE
,
nil
,
nil
,
rstg
.
target
({
rscf
.
FilterFaceUp
(
Card
.
IsCode
,
65010001
),
"eq"
,
LOCATION_MZONE
}
),
cm
.
op
)
local
e2
=
rsef
.
QO
(
c
,
nil
,{
m
,
1
},{
1
,
m
},
"eq"
,
"tg,ntr"
,
LOCATION_SZONE
,
nil
,
nil
,
rstg
.
target
(
rscf
.
fufilter
(
Card
.
IsCode
,
65010001
),
"eq"
,
LOCATION_MZONE
),
cm
.
op
)
--disable spsummon
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
m
,
2
))
...
...
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