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
e2fb3b70
Commit
e2fb3b70
authored
Jul 22, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix No.1-4
parent
c2d50d66
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
c15232745.lua
c15232745.lua
+1
-2
c4019153.lua
c4019153.lua
+1
-2
c42230449.lua
c42230449.lua
+1
-2
c78625448.lua
c78625448.lua
+1
-2
No files found.
c15232745.lua
View file @
e2fb3b70
...
@@ -28,8 +28,7 @@ function c15232745.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -28,8 +28,7 @@ function c15232745.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
c15232745
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c15232745
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
bc
=
c
:
GetBattleTarget
()
return
c
:
IsRelateToBattle
()
and
c
:
IsStatus
(
STATUS_OPPO_BATTLE
)
return
bc
and
(
bc
:
IsControler
(
1
-
tp
)
or
bc
:
IsType
(
TYPE_TOKEN
)
and
bc
:
GetPreviousControler
()
==
1
-
tp
)
end
end
function
c15232745
.
atkfilter
(
c
)
function
c15232745
.
atkfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x14a
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x14a
)
...
...
c4019153.lua
View file @
e2fb3b70
...
@@ -28,8 +28,7 @@ function c4019153.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -28,8 +28,7 @@ function c4019153.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
c4019153
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c4019153
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
bc
=
c
:
GetBattleTarget
()
return
c
:
IsRelateToBattle
()
and
c
:
IsStatus
(
STATUS_OPPO_BATTLE
)
return
bc
and
(
bc
:
IsControler
(
1
-
tp
)
or
bc
:
IsType
(
TYPE_TOKEN
)
and
bc
:
GetPreviousControler
()
==
1
-
tp
)
end
end
function
c4019153
.
atkfilter
(
c
)
function
c4019153
.
atkfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x14a
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x14a
)
...
...
c42230449.lua
View file @
e2fb3b70
...
@@ -28,8 +28,7 @@ function c42230449.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -28,8 +28,7 @@ function c42230449.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
c42230449
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c42230449
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
bc
=
c
:
GetBattleTarget
()
return
c
:
IsRelateToBattle
()
and
c
:
IsStatus
(
STATUS_OPPO_BATTLE
)
return
bc
and
(
bc
:
IsControler
(
1
-
tp
)
or
bc
:
IsType
(
TYPE_TOKEN
)
and
bc
:
GetPreviousControler
()
==
1
-
tp
)
end
end
function
c42230449
.
atkfilter
(
c
)
function
c42230449
.
atkfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x14a
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x14a
)
...
...
c78625448.lua
View file @
e2fb3b70
...
@@ -28,8 +28,7 @@ function c78625448.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -28,8 +28,7 @@ function c78625448.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
c78625448
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c78625448
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
bc
=
c
:
GetBattleTarget
()
return
c
:
IsRelateToBattle
()
and
c
:
IsStatus
(
STATUS_OPPO_BATTLE
)
return
bc
and
(
bc
:
IsControler
(
1
-
tp
)
or
bc
:
IsType
(
TYPE_TOKEN
)
and
bc
:
GetPreviousControler
()
==
1
-
tp
)
end
end
function
c78625448
.
atkfilter
(
c
)
function
c78625448
.
atkfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x14a
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x14a
)
...
...
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