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
64625434
Commit
64625434
authored
Feb 01, 2022
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Rapid Trigger etc.
parent
b8deac90
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
9 deletions
+15
-9
c20071842.lua
c20071842.lua
+3
-1
c41373230.lua
c41373230.lua
+3
-2
c43582229.lua
c43582229.lua
+3
-1
c55787576.lua
c55787576.lua
+3
-3
c67526112.lua
c67526112.lua
+3
-2
No files found.
c20071842.lua
View file @
64625434
...
...
@@ -97,5 +97,7 @@ function c20071842.indval(e,c)
return
c
:
IsSummonLocation
(
LOCATION_EXTRA
)
end
function
c20071842
.
immval
(
e
,
te
)
return
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
IsActivated
()
and
te
:
GetHandler
():
IsSummonLocation
(
LOCATION_EXTRA
)
local
tc
=
te
:
GetOwner
()
return
tc
~=
e
:
GetHandler
()
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
IsActivated
()
and
te
:
GetActivateLocation
()
==
LOCATION_MZONE
and
tc
:
IsSummonLocation
(
LOCATION_EXTRA
)
end
c41373230.lua
View file @
64625434
...
...
@@ -63,8 +63,9 @@ function c41373230.imop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e1
)
end
function
c41373230
.
efilter
(
e
,
te
)
return
e
:
GetHandler
()
~=
te
:
GetHandler
()
and
te
:
GetActivateLocation
()
==
LOCATION_MZONE
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
IsActivated
()
and
te
:
GetHandler
():
IsSummonLocation
(
LOCATION_EXTRA
)
local
tc
=
te
:
GetOwner
()
return
tc
~=
e
:
GetHandler
()
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
IsActivated
()
and
te
:
GetActivateLocation
()
==
LOCATION_MZONE
and
tc
:
IsSummonLocation
(
LOCATION_EXTRA
)
end
function
c41373230
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
c43582229.lua
View file @
64625434
...
...
@@ -52,6 +52,8 @@ function c43582229.condition(e)
return
Duel
.
IsExistingMatchingCard
(
c43582229
.
imfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
3
,
nil
)
end
function
c43582229
.
efilter
(
e
,
te
)
local
tc
=
te
:
GetOwner
()
return
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
IsActivated
()
and
te
:
GetOwnerPlayer
()
==
1
-
e
:
GetHandlerPlayer
()
and
te
:
GetHandler
():
IsSummonLocation
(
LOCATION_EXTRA
)
and
te
:
GetOwnerPlayer
()
==
1
-
e
:
GetHandlerPlayer
()
and
te
:
GetActivateLocation
()
==
LOCATION_MZONE
and
tc
:
IsSummonLocation
(
LOCATION_EXTRA
)
end
c55787576.lua
View file @
64625434
...
...
@@ -36,9 +36,9 @@ function c55787576.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c55787576
.
immval
(
e
,
te
)
local
tc
=
te
:
Get
Handl
er
()
return
t
e
:
GetOwner
()
~=
e
:
GetHandler
()
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
IsActivated
()
and
tc
:
IsSummonType
(
SUMMON_TYPE_SPECIAL
)
and
tc
:
IsSummonLocation
(
LOCATION_EXTRA
)
local
tc
=
te
:
Get
Own
er
()
return
t
c
~=
e
:
GetHandler
()
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
IsActivated
(
)
and
te
:
GetActivateLocation
()
==
LOCATION_MZONE
and
tc
:
IsSummonLocation
(
LOCATION_EXTRA
)
end
function
c55787576
.
tgtg
(
e
,
c
)
return
e
:
GetHandler
()
==
c
or
(
c
:
IsSetCard
(
0xfe
)
and
e
:
GetHandler
():
GetColumnGroup
():
IsContains
(
c
))
...
...
c67526112.lua
View file @
64625434
...
...
@@ -101,6 +101,7 @@ function c67526112.bttg(e,c)
return
not
c
:
IsSummonLocation
(
LOCATION_EXTRA
)
end
function
c67526112
.
immval
(
e
,
te
)
return
te
:
GetOwner
()
~=
e
:
GetHandler
()
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
IsActivated
()
and
te
:
GetOwner
():
IsSummonLocation
(
LOCATION_EXTRA
)
local
tc
=
te
:
GetOwner
()
return
tc
~=
e
:
GetHandler
()
and
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
IsActivated
()
and
te
:
GetActivateLocation
()
==
LOCATION_MZONE
and
tc
:
IsSummonLocation
(
LOCATION_EXTRA
)
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