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
ddaaeb03
Commit
ddaaeb03
authored
Oct 08, 2021
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 時械神
Battled: e:GetHandler():GetBattledGroupCount()>0
parent
0b41d5e2
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
c33015627.lua
c33015627.lua
+1
-1
c34137269.lua
c34137269.lua
+1
-1
c60222213.lua
c60222213.lua
+1
-1
c6616912.lua
c6616912.lua
+1
-1
c67508932.lua
c67508932.lua
+1
-1
c7733560.lua
c7733560.lua
+1
-1
No files found.
c33015627.lua
View file @
ddaaeb03
...
...
@@ -71,7 +71,7 @@ function c33015627.ntcon(e,c,minc)
and
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>
0
end
function
c33015627
.
damcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetBattledGroupCount
()
>
0
or
e
:
GetHandler
():
GetAttackedCount
()
>
0
return
e
:
GetHandler
():
GetBattledGroupCount
()
>
0
end
function
c33015627
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
...
...
c34137269.lua
View file @
ddaaeb03
...
...
@@ -61,7 +61,7 @@ function c34137269.ntcon(e,c,minc)
and
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>
0
end
function
c34137269
.
damcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetBattledGroupCount
()
>
0
or
e
:
GetHandler
():
GetAttackedCount
()
>
0
return
e
:
GetHandler
():
GetBattledGroupCount
()
>
0
end
function
c34137269
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
...
...
c60222213.lua
View file @
ddaaeb03
...
...
@@ -63,7 +63,7 @@ function c60222213.damfilter(c,e)
return
c
:
IsFaceup
()
and
e
:
GetHandler
():
GetBattledGroup
():
IsContains
(
c
)
end
function
c60222213
.
damcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetBattledGroupCount
()
>
0
or
e
:
GetHandler
():
GetAttackedCount
()
>
0
return
e
:
GetHandler
():
GetBattledGroupCount
()
>
0
end
function
c60222213
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
...
...
c6616912.lua
View file @
ddaaeb03
...
...
@@ -61,7 +61,7 @@ function c6616912.ntcon(e,c,minc)
and
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>
0
end
function
c6616912
.
tdcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetBattledGroupCount
()
>
0
or
e
:
GetHandler
():
GetAttackedCount
()
>
0
return
e
:
GetHandler
():
GetBattledGroupCount
()
>
0
end
function
c6616912
.
tdtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
...
...
c67508932.lua
View file @
ddaaeb03
...
...
@@ -42,7 +42,7 @@ function c67508932.initial_effect(c)
end
function
c67508932
.
rmcond
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsSummonLocation
(
LOCATION_EXTRA
)
and
c
:
IsRelateToBattle
()
return
c
:
IsSummonLocation
(
LOCATION_EXTRA
)
and
c
:
GetBattledGroupCount
()
>
0
end
function
c67508932
.
rmtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToRemove
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
end
...
...
c7733560.lua
View file @
ddaaeb03
...
...
@@ -58,7 +58,7 @@ function c7733560.ntcon(e,c,minc)
and
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>
0
end
function
c7733560
.
lpcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetBattledGroupCount
()
>
0
or
e
:
GetHandler
():
GetAttackedCount
()
>
0
return
e
:
GetHandler
():
GetBattledGroupCount
()
>
0
end
function
c7733560
.
lpop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
SetLP
(
1
-
tp
,
math.ceil
(
Duel
.
GetLP
(
1
-
tp
)
/
2
))
...
...
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