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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
5737da6b
Commit
5737da6b
authored
Nov 15, 2022
by
mercury233
Committed by
GitHub
Nov 15, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 蟲惑の落とし穴 etc. (#1996)
parent
96190902
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
c15613529.lua
c15613529.lua
+1
-1
c27918365.lua
c27918365.lua
+1
-1
c29616929.lua
c29616929.lua
+2
-2
No files found.
c15613529.lua
View file @
5737da6b
...
...
@@ -31,7 +31,7 @@ function c15613529.cfilter(c)
return
c
:
IsType
(
TYPE_NORMAL
)
and
c
:
IsLevelAbove
(
5
)
and
c
:
IsFaceup
()
end
function
c15613529
.
spcon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
loc
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TRIGGERING_LOCATION
)
local
loc
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_LOCATION
)
local
tc
=
re
:
GetHandler
()
return
tc
:
IsControler
(
1
-
tp
)
and
loc
==
LOCATION_MZONE
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
Duel
.
IsChainDisablable
(
ev
)
and
Duel
.
IsExistingMatchingCard
(
c15613529
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
c27918365.lua
View file @
5737da6b
...
...
@@ -48,7 +48,7 @@ function c27918365.spval(e,c)
return
0
,
Duel
.
GetLinkedZone
(
c
:
GetControler
())
end
function
c27918365
.
negcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
loc
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TRIGGERING_LOCATION
)
local
loc
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_LOCATION
)
return
not
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
IsSummonLocation
(
LOCATION_EXTRA
)
and
loc
==
LOCATION_MZONE
and
Duel
.
IsChainNegatable
(
ev
)
end
...
...
c29616929.lua
View file @
5737da6b
...
...
@@ -11,9 +11,9 @@ function c29616929.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c29616929
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
loc
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TRIGGERING_LOCATION
)
local
tgp
,
loc
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_CONTROLER
,
CHAININFO_TRIGGERING_LOCATION
)
local
tc
=
re
:
GetHandler
()
return
t
c
:
IsControler
(
1
-
tp
)
and
loc
==
LOCATION_MZONE
and
tc
:
IsStatus
(
STATUS_SPSUMMON_TURN
)
and
Duel
.
IsChainDisablable
(
ev
)
return
t
gp
==
1
-
tp
and
loc
==
LOCATION_MZONE
and
tc
:
IsStatus
(
STATUS_SPSUMMON_TURN
)
and
Duel
.
IsChainDisablable
(
ev
)
end
function
c29616929
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
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