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
5cac228f
Commit
5cac228f
authored
Aug 24, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 翻弄するエルフの剣士 and so on
parent
317cf0b3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
4 deletions
+20
-4
c20700531.lua
c20700531.lua
+5
-1
c36472900.lua
c36472900.lua
+5
-1
c52077741.lua
c52077741.lua
+5
-1
c70083723.lua
c70083723.lua
+5
-1
No files found.
c20700531.lua
View file @
5cac228f
...
...
@@ -8,5 +8,9 @@ function c20700531.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c20700531
.
indes
(
e
,
c
)
return
c
:
GetAttack
()
>=
1900
if
c
:
IsDefensePos
()
and
Duel
.
GetAttacker
()
==
c
then
return
c
:
IsDefenseAbove
(
1900
)
else
return
c
:
IsAttackAbove
(
1900
)
end
end
c36472900.lua
View file @
5cac228f
...
...
@@ -8,5 +8,9 @@ function c36472900.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c36472900
.
indes
(
e
,
c
)
return
c
:
IsAttackAbove
(
1900
)
if
c
:
IsDefensePos
()
and
Duel
.
GetAttacker
()
==
c
then
return
c
:
IsDefenseAbove
(
1900
)
else
return
c
:
IsAttackAbove
(
1900
)
end
end
c52077741.lua
View file @
5cac228f
...
...
@@ -8,5 +8,9 @@ function c52077741.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c52077741
.
indes
(
e
,
c
)
return
c
:
GetAttack
()
>=
1900
if
c
:
IsDefensePos
()
and
Duel
.
GetAttacker
()
==
c
then
return
c
:
IsDefenseAbove
(
1900
)
else
return
c
:
IsAttackAbove
(
1900
)
end
end
c70083723.lua
View file @
5cac228f
...
...
@@ -16,7 +16,11 @@ function c70083723.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c70083723
.
indes
(
e
,
c
)
return
c
:
GetAttack
()
>=
2000
if
c
:
IsDefensePos
()
and
Duel
.
GetAttacker
()
==
c
then
return
c
:
IsDefenseAbove
(
2000
)
else
return
c
:
IsAttackAbove
(
2000
)
end
end
function
c70083723
.
filter
(
c
)
return
c
:
IsSetCard
(
0x2a
)
and
c
:
IsType
(
TYPE_MONSTER
)
...
...
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