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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
83053adb
Commit
83053adb
authored
Feb 21, 2022
by
Lyris
Committed by
GitHub
Feb 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix エコール・ド・ゾーン (#1818)
A "Mask Token" Summoned by this card took monsters' current ATK off the field
parent
a3480a74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
c60514625.lua
c60514625.lua
+2
-2
No files found.
c60514625.lua
View file @
83053adb
...
...
@@ -50,8 +50,8 @@ function c60514625.tkop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
and
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
~=
0
and
Duel
.
GetLocationCount
(
p
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
p
,
60514626
,
0
,
TYPES_TOKEN_MONSTER
,
-
2
,
-
2
,
1
,
RACE_SPELLCASTER
,
ATTRIBUTE_DARK
)
then
local
atk
=
tc
:
Get
Attack
()
local
def
=
tc
:
Get
Defense
()
local
atk
=
tc
:
Get
PreviousAttackOnField
()
local
def
=
tc
:
Get
PreviousDefenseOnField
()
local
token
=
Duel
.
CreateToken
(
tp
,
60514626
)
if
Duel
.
SpecialSummonStep
(
token
,
0
,
p
,
p
,
false
,
false
,
POS_FACEUP
)
then
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
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