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
f4713e2d
Commit
f4713e2d
authored
Jan 03, 2020
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
only once in this turn
parent
14a89637
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
c46710683.lua
c46710683.lua
+1
-1
c68819554.lua
c68819554.lua
+1
-1
c74578720.lua
c74578720.lua
+1
-1
c7714344.lua
c7714344.lua
+1
-1
c91407982.lua
c91407982.lua
+1
-1
No files found.
c46710683.lua
View file @
f4713e2d
...
...
@@ -18,6 +18,6 @@ function c46710683.operation(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_AVOID_BATTLE_DAMAGE
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_DAMAGE_CAL
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_DAMAGE_CAL
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
c68819554.lua
View file @
f4713e2d
...
...
@@ -63,7 +63,7 @@ function c68819554.damop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_AVOID_BATTLE_DAMAGE
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_DAMAGE_CAL
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_DAMAGE_CAL
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
c68819554
.
thfilter
(
c
)
...
...
c74578720.lua
View file @
f4713e2d
...
...
@@ -39,7 +39,7 @@ function c74578720.bdop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_REFLECT_BATTLE_DAMAGE
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_DAMAGE_CAL
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_DAMAGE_CAL
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
c74578720
.
cfilter
(
c
,
tp
)
...
...
c7714344.lua
View file @
f4713e2d
...
...
@@ -75,6 +75,6 @@ function c7714344.damop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_AVOID_BATTLE_DAMAGE
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_DAMAGE_CAL
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_DAMAGE_CAL
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
c91407982.lua
View file @
f4713e2d
...
...
@@ -66,6 +66,6 @@ function c91407982.damop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCode
(
EFFECT_AVOID_BATTLE_DAMAGE
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_DAMAGE_CAL
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_DAMAGE_CAL
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
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