Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
YGOPRO-520DIY
ygopro
Commits
549d7793
Commit
549d7793
authored
Aug 19, 2014
by
Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c88610708.lua
装備モンスターの戦闘によって発生する自分への戦闘ダメージは0になる。
parent
c383b611
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
script/c88610708.lua
script/c88610708.lua
+0
-4
No files found.
script/c88610708.lua
View file @
549d7793
...
...
@@ -26,7 +26,6 @@ function c88610708.initial_effect(c)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_EQUIP
)
e4
:
SetCode
(
EFFECT_AVOID_BATTLE_DAMAGE
)
e4
:
SetCondition
(
c88610708
.
damcon
)
e4
:
SetValue
(
1
)
c
:
RegisterEffect
(
e4
)
end
...
...
@@ -50,6 +49,3 @@ function c88610708.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Equip
(
tp
,
c
,
tc
)
end
end
function
c88610708
.
damcon
(
e
)
return
Duel
.
GetAttacker
()
==
e
:
GetHandler
():
GetEquipTarget
()
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