Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
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
MyCard
ygopro-scripts
Commits
5a0a6612
Commit
5a0a6612
authored
Aug 06, 2019
by
mercury233
Committed by
GitHub
Aug 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove EFFECT_FLAG_DAMAGE_STEP for EFFECT_TYPE_SINGLE + EVENT_FLIP effects (#1214)
parent
ae78a2b6
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
19 additions
and
28 deletions
+19
-28
c16719140.lua
c16719140.lua
+1
-1
c16889337.lua
c16889337.lua
+0
-1
c17241370.lua
c17241370.lua
+1
-1
c22134079.lua
c22134079.lua
+1
-1
c26016357.lua
c26016357.lua
+1
-1
c3283679.lua
c3283679.lua
+0
-1
c39711336.lua
c39711336.lua
+1
-1
c39751093.lua
c39751093.lua
+1
-1
c43378076.lua
c43378076.lua
+1
-1
c43543777.lua
c43543777.lua
+1
-1
c45452224.lua
c45452224.lua
+1
-1
c47346845.lua
c47346845.lua
+0
-1
c64749612.lua
c64749612.lua
+1
-1
c68812773.lua
c68812773.lua
+1
-1
c72370114.lua
c72370114.lua
+0
-1
c75421661.lua
c75421661.lua
+1
-1
c80885284.lua
c80885284.lua
+0
-1
c81278754.lua
c81278754.lua
+0
-1
c83550869.lua
c83550869.lua
+1
-1
c84472026.lua
c84472026.lua
+1
-1
c86120751.lua
c86120751.lua
+1
-1
c90365482.lua
c90365482.lua
+1
-1
c90616316.lua
c90616316.lua
+0
-1
c923596.lua
c923596.lua
+0
-1
c92693205.lua
c92693205.lua
+1
-1
c93294869.lua
c93294869.lua
+1
-1
c94215860.lua
c94215860.lua
+1
-1
c99641328.lua
c99641328.lua
+0
-1
No files found.
c16719140.lua
View file @
5a0a6612
...
...
@@ -17,7 +17,7 @@ function c16719140.initial_effect(c)
e2
:
SetDescription
(
aux
.
Stringid
(
16719140
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetCode
(
EVENT_FLIP
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetCountLimit
(
1
,
16719141
)
...
...
c16889337.lua
View file @
5a0a6612
...
...
@@ -13,7 +13,6 @@ function c16889337.initial_effect(c)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetDescription
(
aux
.
Stringid
(
16889337
,
0
))
e4
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e4
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e4
:
SetTarget
(
c16889337
.
thtg
)
...
...
c17241370.lua
View file @
5a0a6612
...
...
@@ -14,7 +14,7 @@ function c17241370.initial_effect(c)
e4
:
SetDescription
(
aux
.
Stringid
(
17241370
,
1
))
e4
:
SetCategory
(
CATEGORY_TODECK
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e4
:
SetTarget
(
c17241370
.
tdtg
)
e4
:
SetOperation
(
c17241370
.
tdop
)
...
...
c22134079.lua
View file @
5a0a6612
...
...
@@ -5,7 +5,7 @@ function c22134079.initial_effect(c)
e1
:
SetDescription
(
aux
.
Stringid
(
22134079
,
0
))
e1
:
SetCategory
(
CATEGORY_TODECK
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetCode
(
EVENT_FLIP
)
e1
:
SetTarget
(
c22134079
.
tdtg
)
e1
:
SetOperation
(
c22134079
.
tdop
)
...
...
c26016357.lua
View file @
5a0a6612
...
...
@@ -15,7 +15,7 @@ function c26016357.initial_effect(c)
e2
:
SetDescription
(
aux
.
Stringid
(
26016357
,
1
))
e2
:
SetCategory
(
CATEGORY_TOHAND
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCode
(
EVENT_FLIP
)
e2
:
SetTarget
(
c26016357
.
thtg
)
e2
:
SetOperation
(
c26016357
.
thop
)
...
...
c3283679.lua
View file @
5a0a6612
...
...
@@ -14,7 +14,6 @@ function c3283679.initial_effect(c)
e2
:
SetDescription
(
aux
.
Stringid
(
3283679
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetCode
(
EVENT_FLIP
)
e2
:
SetTarget
(
c3283679
.
sptg
)
e2
:
SetOperation
(
c3283679
.
spop
)
...
...
c39711336.lua
View file @
5a0a6612
...
...
@@ -15,7 +15,7 @@ function c39711336.initial_effect(c)
e2
:
SetDescription
(
aux
.
Stringid
(
39711336
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_
DAMAGE_STEP
+
EFFECT_FLAG_
CARD_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCode
(
EVENT_FLIP
)
e2
:
SetTarget
(
c39711336
.
sptg
)
e2
:
SetOperation
(
c39711336
.
spop
)
...
...
c39751093.lua
View file @
5a0a6612
...
...
@@ -13,7 +13,7 @@ function c39751093.initial_effect(c)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetDescription
(
aux
.
Stringid
(
39751093
,
1
))
e4
:
SetCategory
(
CATEGORY_POSITION
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e4
:
SetTarget
(
c39751093
.
target
)
...
...
c43378076.lua
View file @
5a0a6612
...
...
@@ -13,7 +13,7 @@ function c43378076.initial_effect(c)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetDescription
(
aux
.
Stringid
(
43378076
,
0
))
e4
:
SetCategory
(
CATEGORY_TOHAND
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e4
:
SetCost
(
c43378076
.
sretcost
)
...
...
c43543777.lua
View file @
5a0a6612
...
...
@@ -13,7 +13,7 @@ function c43543777.initial_effect(c)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetDescription
(
aux
.
Stringid
(
43543777
,
1
))
e4
:
SetCategory
(
CATEGORY_TOHAND
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e4
:
SetCost
(
c43543777
.
thcost
)
...
...
c45452224.lua
View file @
5a0a6612
...
...
@@ -13,7 +13,7 @@ function c45452224.initial_effect(c)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetDescription
(
aux
.
Stringid
(
45452224
,
1
))
e4
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e4
:
SetTarget
(
c45452224
.
sptg
)
...
...
c47346845.lua
View file @
5a0a6612
...
...
@@ -5,7 +5,6 @@ function c47346845.initial_effect(c)
e1
:
SetDescription
(
aux
.
Stringid
(
47346845
,
0
))
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetTarget
(
c47346845
.
sumtg
)
e1
:
SetOperation
(
c47346845
.
sumop
)
...
...
c64749612.lua
View file @
5a0a6612
...
...
@@ -6,7 +6,7 @@ function c64749612.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCountLimit
(
1
,
64749612
)
e1
:
SetTarget
(
c64749612
.
sptg
)
e1
:
SetOperation
(
c64749612
.
spop
)
...
...
c68812773.lua
View file @
5a0a6612
...
...
@@ -4,7 +4,7 @@ function c68812773.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetTarget
(
c68812773
.
sptg
)
e1
:
SetOperation
(
c68812773
.
spop
)
...
...
c72370114.lua
View file @
5a0a6612
...
...
@@ -14,7 +14,6 @@ function c72370114.initial_effect(c)
e2
:
SetDescription
(
aux
.
Stringid
(
72370114
,
1
))
e2
:
SetCategory
(
CATEGORY_DESTROY
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetCode
(
EVENT_FLIP
)
e2
:
SetTarget
(
c72370114
.
destg
)
e2
:
SetOperation
(
c72370114
.
desop
)
...
...
c75421661.lua
View file @
5a0a6612
...
...
@@ -12,7 +12,7 @@ function c75421661.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_DESTROY
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_FLIP
)
e2
:
SetProperty
(
EFFECT_FLAG_
DAMAGE_STEP
+
EFFECT_FLAG_
CARD_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetTarget
(
c75421661
.
destg
)
e2
:
SetOperation
(
c75421661
.
desop
)
c
:
RegisterEffect
(
e2
)
...
...
c80885284.lua
View file @
5a0a6612
...
...
@@ -20,7 +20,6 @@ function c80885284.initial_effect(c)
e3
:
SetDescription
(
aux
.
Stringid
(
80885284
,
1
))
e3
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e3
:
SetCode
(
EVENT_FLIP
)
e3
:
SetCountLimit
(
1
,
80885284
)
e3
:
SetTarget
(
c80885284
.
thtg
)
...
...
c81278754.lua
View file @
5a0a6612
...
...
@@ -14,7 +14,6 @@ function c81278754.initial_effect(c)
e2
:
SetDescription
(
aux
.
Stringid
(
81278754
,
1
))
e2
:
SetCategory
(
CATEGORY_TOHAND
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetCode
(
EVENT_FLIP
)
e2
:
SetTarget
(
c81278754
.
rettg
)
e2
:
SetOperation
(
c81278754
.
retop
)
...
...
c83550869.lua
View file @
5a0a6612
...
...
@@ -5,7 +5,7 @@ function c83550869.initial_effect(c)
e1
:
SetDescription
(
aux
.
Stringid
(
83550869
,
0
))
e1
:
SetCategory
(
CATEGORY_REMOVE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetCost
(
c83550869
.
rmcost
)
e1
:
SetTarget
(
c83550869
.
rmtg
)
...
...
c84472026.lua
View file @
5a0a6612
...
...
@@ -20,7 +20,7 @@ function c84472026.initial_effect(c)
e3
:
SetDescription
(
aux
.
Stringid
(
84472026
,
1
))
e3
:
SetCategory
(
CATEGORY_REMOVE
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e3
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e3
:
SetCode
(
EVENT_FLIP
)
e3
:
SetTarget
(
c84472026
.
indestg
)
e3
:
SetOperation
(
c84472026
.
indesop
)
...
...
c86120751.lua
View file @
5a0a6612
...
...
@@ -19,7 +19,7 @@ function c86120751.initial_effect(c)
e2
:
SetDescription
(
aux
.
Stringid
(
86120751
,
1
))
e2
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
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_SUMMON_SUCCESS
)
e2
:
SetTarget
(
c86120751
.
thtg
)
e2
:
SetOperation
(
c86120751
.
thop
)
...
...
c90365482.lua
View file @
5a0a6612
...
...
@@ -13,7 +13,7 @@ function c90365482.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
90365482
,
0
))
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetTarget
(
c90365482
.
postg
)
e2
:
SetOperation
(
c90365482
.
posop
)
...
...
c90616316.lua
View file @
5a0a6612
...
...
@@ -15,7 +15,6 @@ function c90616316.initial_effect(c)
e2
:
SetDescription
(
aux
.
Stringid
(
90616316
,
1
))
e2
:
SetCategory
(
CATEGORY_TOGRAVE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetCode
(
EVENT_FLIP
)
e2
:
SetCost
(
c90616316
.
cost2
)
e2
:
SetTarget
(
c90616316
.
tg2
)
...
...
c923596.lua
View file @
5a0a6612
...
...
@@ -14,7 +14,6 @@ function c923596.initial_effect(c)
e2
:
SetDescription
(
aux
.
Stringid
(
923596
,
1
))
e2
:
SetCategory
(
CATEGORY_SEARCH
+
CATEGORY_TOHAND
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetCode
(
EVENT_FLIP
)
e2
:
SetTarget
(
c923596
.
shtg
)
e2
:
SetOperation
(
c923596
.
shop
)
...
...
c92693205.lua
View file @
5a0a6612
...
...
@@ -12,7 +12,7 @@ function c92693205.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_DESTROY
)
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_FLIP
)
e2
:
SetCondition
(
c92693205
.
descon
)
e2
:
SetTarget
(
c92693205
.
destg
)
...
...
c93294869.lua
View file @
5a0a6612
...
...
@@ -4,7 +4,7 @@ function c93294869.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
93294869
,
0
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_FLIP
)
e1
:
SetTarget
(
c93294869
.
settg
)
e1
:
SetOperation
(
c93294869
.
setop
)
...
...
c94215860.lua
View file @
5a0a6612
...
...
@@ -13,7 +13,7 @@ function c94215860.initial_effect(c)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetDescription
(
aux
.
Stringid
(
94215860
,
0
))
e4
:
SetCategory
(
CATEGORY_TOHAND
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e4
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e4
:
SetTarget
(
c94215860
.
srettg
)
...
...
c99641328.lua
View file @
5a0a6612
...
...
@@ -5,7 +5,6 @@ function c99641328.initial_effect(c)
e1
:
SetDescription
(
aux
.
Stringid
(
99641328
,
0
))
e1
:
SetCategory
(
CATEGORY_DECKDES
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetCode
(
EVENT_FLIP
)
e1
:
SetTarget
(
c99641328
.
target
)
e1
:
SetOperation
(
c99641328
.
operation
)
...
...
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