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
Soulgamer
ygopro-222DIY-cards
Commits
c721edf6
Commit
c721edf6
authored
Dec 28, 2019
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix syuko
parent
a4fd7f6a
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
expansions/script/c81006032.lua
expansions/script/c81006032.lua
+1
-1
expansions/script/c81008007.lua
expansions/script/c81008007.lua
+1
-1
expansions/script/c81040003.lua
expansions/script/c81040003.lua
+1
-1
expansions/script/c81040009.lua
expansions/script/c81040009.lua
+1
-1
expansions/script/c81040010.lua
expansions/script/c81040010.lua
+1
-1
expansions/script/c81040018.lua
expansions/script/c81040018.lua
+1
-1
expansions/script/c81040022.lua
expansions/script/c81040022.lua
+1
-1
expansions/script/c81040028.lua
expansions/script/c81040028.lua
+1
-1
expansions/script/c81040034.lua
expansions/script/c81040034.lua
+1
-1
expansions/script/c81040037.lua
expansions/script/c81040037.lua
+1
-1
expansions/script/c81040045.lua
expansions/script/c81040045.lua
+1
-1
expansions/script/c81040046.lua
expansions/script/c81040046.lua
+1
-1
No files found.
expansions/script/c81006032.lua
View file @
c721edf6
...
...
@@ -18,7 +18,7 @@ function c81006032.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_TOKEN
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_D
AMAGE_STEP
+
EFFECT_FLAG_D
ELAY
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCode
(
EVENT_REMOVE
)
e2
:
SetCountLimit
(
1
,
81006932
)
e2
:
SetCondition
(
c81006032
.
tkcon
)
...
...
expansions/script/c81008007.lua
View file @
c721edf6
...
...
@@ -20,7 +20,7 @@ function c81008007.initial_effect(c)
--spsummon
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_DAMAGE
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_REMOVE
)
e2
:
SetCountLimit
(
1
,
81008007
)
...
...
expansions/script/c81040003.lua
View file @
c721edf6
...
...
@@ -18,7 +18,7 @@ function c81040003.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_POSITION
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_REMOVE
)
e2
:
SetProperty
(
EFFECT_FLAG_
CARD_TARGET
+
EFFECT_FLAG_
DELAY
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCountLimit
(
1
,
81040003
)
e2
:
SetCondition
(
c81040003
.
poscon
)
e2
:
SetTarget
(
c81040003
.
postg
)
...
...
expansions/script/c81040009.lua
View file @
c721edf6
...
...
@@ -19,7 +19,7 @@ function c81040009.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_HANDES
+
CATEGORY_DRAW
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_REMOVE
)
e2
:
SetProperty
(
EFFECT_FLAG_D
AMAGE_STEP
+
EFFECT_FLAG_D
ELAY
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCountLimit
(
1
,
81040909
)
e2
:
SetCondition
(
c81040009
.
drcon
)
e2
:
SetTarget
(
c81040009
.
drtg
)
...
...
expansions/script/c81040010.lua
View file @
c721edf6
...
...
@@ -17,7 +17,7 @@ function c81040010.initial_effect(c)
--activate limit
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_REMOVE
)
e3
:
SetCountLimit
(
1
,
81040910
)
e3
:
SetCondition
(
c81040010
.
aetcon
)
...
...
expansions/script/c81040018.lua
View file @
c721edf6
...
...
@@ -14,7 +14,7 @@ function c81040018.initial_effect(c)
--activate limit
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_D
AMAGE_STEP
+
EFFECT_FLAG_D
ELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_REMOVE
)
e3
:
SetCountLimit
(
1
,
81040918
)
e3
:
SetCondition
(
c81040018
.
aetcon
)
...
...
expansions/script/c81040022.lua
View file @
c721edf6
...
...
@@ -16,7 +16,7 @@ function c81040022.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_REMOVE
)
e2
:
SetProperty
(
EFFECT_FLAG_D
AMAGE_STEP
+
EFFECT_FLAG_D
ELAY
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCountLimit
(
1
,
81040922
)
e2
:
SetCondition
(
c81040022
.
con
)
e2
:
SetOperation
(
c81040022
.
op
)
...
...
expansions/script/c81040028.lua
View file @
c721edf6
...
...
@@ -17,7 +17,7 @@ function c81040028.initial_effect(c)
e3
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_REMOVE
)
e3
:
SetProperty
(
EFFECT_FLAG_D
AMAGE_STEP
+
EFFECT_FLAG_D
ELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCountLimit
(
1
,
81040928
)
e3
:
SetCondition
(
c81040028
.
con
)
e3
:
SetTarget
(
c81040028
.
target
)
...
...
expansions/script/c81040034.lua
View file @
c721edf6
...
...
@@ -15,7 +15,7 @@ function c81040034.initial_effect(c)
--activate limit
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_REMOVE
)
e3
:
SetCountLimit
(
1
,
81040934
)
e3
:
SetCondition
(
c81040034
.
aetcon
)
...
...
expansions/script/c81040037.lua
View file @
c721edf6
...
...
@@ -30,7 +30,7 @@ function cm.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_D
AMAGE_STEP
+
EFFECT_FLAG_D
ELAY
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCode
(
EVENT_REMOVE
)
e2
:
SetCountLimit
(
1
,
m
+
900
)
e2
:
SetCondition
(
cm
.
spcon
)
...
...
expansions/script/c81040045.lua
View file @
c721edf6
...
...
@@ -17,7 +17,7 @@ function c81040045.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCode
(
EVENT_REMOVE
)
e2
:
SetCountLimit
(
1
,
81040945
)
e2
:
SetCondition
(
c81040045
.
btkcon
)
...
...
expansions/script/c81040046.lua
View file @
c721edf6
...
...
@@ -16,7 +16,7 @@ function c81040046.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_REMOVE
)
e2
:
SetProperty
(
EFFECT_FLAG_D
AMAGE_STEP
+
EFFECT_FLAG_D
ELAY
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCountLimit
(
1
,
81040946
)
e2
:
SetCondition
(
c81040046
.
con
)
e2
:
SetOperation
(
c81040046
.
op
)
...
...
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