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
d4d15ba1
Commit
d4d15ba1
authored
Jun 29, 2021
by
mercury233
Committed by
GitHub
Jun 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update クリスタルクリアウィング・シンクロ・ドラゴン
weird ruling
parent
b4bb12ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
c59765225.lua
c59765225.lua
+9
-2
No files found.
c59765225.lua
View file @
d4d15ba1
...
...
@@ -47,8 +47,15 @@ function c59765225.imop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
rc
:
IsRelateToEffect
(
re
)
and
rc
:
IsControler
(
1
-
tp
)
and
rc
:
GetBaseAttack
()
>
0
then
local
atk
=
rc
:
GetBaseAttack
()
local
atk
=
0
if
rc
:
IsRelateToEffect
(
re
)
and
(
rc
:
IsFaceup
()
or
not
rc
:
IsLocation
(
LOCATION_MZONE
))
then
if
rc
:
IsControler
(
1
-
tp
)
then
atk
=
rc
:
GetBaseAttack
()
end
else
atk
=
rc
:
GetTextAttack
()
end
if
atk
>
0
then
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
...
...
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