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
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
八宫一月
ygopro-scripts
Commits
8dad14df
Commit
8dad14df
authored
Mar 11, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ceb35537
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
c19801646.lua
c19801646.lua
+1
-1
c47126872.lua
c47126872.lua
+1
-1
c57288708.lua
c57288708.lua
+1
-1
c73734821.lua
c73734821.lua
+1
-1
c94982447.lua
c94982447.lua
+2
-2
No files found.
c19801646.lua
View file @
8dad14df
...
...
@@ -38,7 +38,7 @@ end
function
c19801646
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
(
c
:
IsReason
(
REASON_BATTLE
)
or
(
c
:
GetReasonPlayer
()
~=
tp
and
c
:
IsReason
(
REASON_EFFECT
)))
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
not
c
:
IsLocation
(
LOCATION_DECK
)
end
function
c19801646
.
thfilter
(
c
)
return
c
:
GetLevel
()
==
7
and
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
and
c
:
IsAbleToHand
()
...
...
c47126872.lua
View file @
8dad14df
...
...
@@ -42,7 +42,7 @@ function c47126872.rmop(e,tp,eg,ep,ev,re,r,rp)
end
function
c47126872
.
setcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
e
:
GetLabelObject
():
GetLabelObject
()
return
tc
and
tc
:
GetFlagEffect
(
47126872
)
~=
0
return
tc
and
tc
:
GetFlagEffect
(
47126872
)
~=
0
and
not
e
:
GetHandler
():
IsLocation
(
LOCATION_DECK
)
end
function
c47126872
.
settg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
...
...
c57288708.lua
View file @
8dad14df
...
...
@@ -61,7 +61,7 @@ function c57288708.tgop(e,tp,eg,ep,ev,re,r,rp)
end
function
c57288708
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
not
c
:
IsSummonType
(
SUMMON_TYPE_SPECIAL
)
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
not
c
:
IsSummonType
(
SUMMON_TYPE_SPECIAL
)
and
not
c
:
IsLocation
(
LOCATION_DECK
)
end
function
c57288708
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0xfd
)
and
not
c
:
IsCode
(
57288708
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
...
c73734821.lua
View file @
8dad14df
...
...
@@ -91,7 +91,7 @@ function c73734821.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c73734821
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsPreviousPosition
(
POS_FACEUP
)
return
e
:
GetHandler
():
IsPreviousPosition
(
POS_FACEUP
)
and
not
e
:
GetHandler
():
IsLocation
(
LOCATION_DECK
)
end
function
c73734821
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsOnField
()
end
...
...
c94982447.lua
View file @
8dad14df
...
...
@@ -37,8 +37,8 @@ function c94982447.initial_effect(c)
end
function
c94982447
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsSummonType
(
SUMMON_TYPE_ADVANCE
)
return
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsSummonType
(
SUMMON_TYPE_ADVANCE
)
and
not
c
:
IsLocation
(
LOCATION_DECK
)
end
function
c94982447
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0xf9
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
...
...
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