Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
Vee4
ygopro-scripts-888
Commits
ee531f5a
Commit
ee531f5a
authored
Jul 30, 2022
by
Chrono-Genex
Committed by
GitHub
Jul 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix damage step activate (#1929)
parent
96363508
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
c3779493.lua
c3779493.lua
+1
-1
c77672444.lua
c77672444.lua
+1
-1
c95463814.lua
c95463814.lua
+1
-1
No files found.
c3779493.lua
View file @
ee531f5a
...
@@ -9,7 +9,7 @@ function c3779493.initial_effect(c)
...
@@ -9,7 +9,7 @@ function c3779493.initial_effect(c)
e1
:
SetDescription
(
aux
.
Stringid
(
3779493
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
3779493
,
0
))
e1
:
SetCategory
(
CATEGORY_REMOVE
)
e1
:
SetCategory
(
CATEGORY_REMOVE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetTarget
(
c3779493
.
target
)
e1
:
SetTarget
(
c3779493
.
target
)
e1
:
SetOperation
(
c3779493
.
operation
)
e1
:
SetOperation
(
c3779493
.
operation
)
...
...
c77672444.lua
View file @
ee531f5a
...
@@ -5,7 +5,7 @@ function c77672444.initial_effect(c)
...
@@ -5,7 +5,7 @@ function c77672444.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetCountLimit
(
1
,
77672444
)
e1
:
SetCountLimit
(
1
,
77672444
)
e1
:
SetTarget
(
c77672444
.
atktg
)
e1
:
SetTarget
(
c77672444
.
atktg
)
e1
:
SetOperation
(
c77672444
.
atkop
)
e1
:
SetOperation
(
c77672444
.
atkop
)
...
...
c95463814.lua
View file @
ee531f5a
...
@@ -8,7 +8,7 @@ function c95463814.initial_effect(c)
...
@@ -8,7 +8,7 @@ function c95463814.initial_effect(c)
e1
:
SetDescription
(
aux
.
Stringid
(
95463814
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
95463814
,
0
))
e1
:
SetCategory
(
CATEGORY_DAMAGE
)
e1
:
SetCategory
(
CATEGORY_DAMAGE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCountLimit
(
1
,
95463814
)
e1
:
SetCountLimit
(
1
,
95463814
)
e1
:
SetTarget
(
c95463814
.
target
)
e1
:
SetTarget
(
c95463814
.
target
)
...
...
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