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
cf265b5e
Commit
cf265b5e
authored
Dec 16, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
y1s1qs
parent
d50ff7eb
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
2 deletions
+7
-2
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c26818026.lua
expansions/script/c26818026.lua
+1
-0
expansions/script/c26818050.lua
expansions/script/c26818050.lua
+1
-0
expansions/script/c81005054.lua
expansions/script/c81005054.lua
+2
-0
expansions/script/c960004.lua
expansions/script/c960004.lua
+3
-2
No files found.
expansions/222DIY.cdb
View file @
cf265b5e
No preview for this file type
expansions/script/c26818026.lua
View file @
cf265b5e
...
@@ -15,6 +15,7 @@ function cm.initial_effect(c)
...
@@ -15,6 +15,7 @@ function cm.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetHintTiming
(
TIMING_DAMAGE_STEP
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetCost
(
cm
.
atkcost
)
e1
:
SetCost
(
cm
.
atkcost
)
e1
:
SetTarget
(
cm
.
atktg
)
e1
:
SetTarget
(
cm
.
atktg
)
...
...
expansions/script/c26818050.lua
View file @
cf265b5e
...
@@ -15,6 +15,7 @@ function cm.initial_effect(c)
...
@@ -15,6 +15,7 @@ function cm.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetHintTiming
(
TIMING_DAMAGE_STEP
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetCost
(
cm
.
atkcost
)
e1
:
SetCost
(
cm
.
atkcost
)
e1
:
SetTarget
(
cm
.
atktg
)
e1
:
SetTarget
(
cm
.
atktg
)
...
...
expansions/script/c81005054.lua
View file @
cf265b5e
...
@@ -11,8 +11,10 @@ function cm.initial_effect(c)
...
@@ -11,8 +11,10 @@ function cm.initial_effect(c)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e1
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetHintTiming
(
TIMING_DAMAGE_STEP
)
e1
:
SetCountLimit
(
1
)
e1
:
SetCountLimit
(
1
)
e1
:
SetCost
(
cm
.
atkcost
)
e1
:
SetCost
(
cm
.
atkcost
)
e1
:
SetOperation
(
cm
.
atkop
)
e1
:
SetOperation
(
cm
.
atkop
)
...
...
expansions/script/c960004.lua
View file @
cf265b5e
...
@@ -27,10 +27,11 @@ function c960004.initial_effect(c)
...
@@ -27,10 +27,11 @@ function c960004.initial_effect(c)
e4
:
SetDescription
(
aux
.
Stringid
(
960004
,
1
))
e4
:
SetDescription
(
aux
.
Stringid
(
960004
,
1
))
e4
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e4
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetHintTiming
(
TIMING_DAMAGE_STEP
)
e4
:
SetCountLimit
(
1
,
960004
)
e4
:
SetCountLimit
(
1
,
960004
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e4
:
SetCost
(
c960004
.
atcost
)
e4
:
SetCost
(
c960004
.
atcost
)
e4
:
SetOperation
(
c960004
.
atop
)
e4
:
SetOperation
(
c960004
.
atop
)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
...
...
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