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
fa9a0e7b
Commit
fa9a0e7b
authored
Aug 16, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b66a1746
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
c2204038.lua
c2204038.lua
+1
-1
c3026686.lua
c3026686.lua
+1
-1
c38576155.lua
c38576155.lua
+1
-1
c39299733.lua
c39299733.lua
+1
-1
c64961254.lua
c64961254.lua
+1
-1
c65687442.lua
c65687442.lua
+1
-1
c66809920.lua
c66809920.lua
+1
-1
c91969909.lua
c91969909.lua
+1
-1
c92182447.lua
c92182447.lua
+1
-1
No files found.
c2204038.lua
View file @
fa9a0e7b
...
...
@@ -63,5 +63,5 @@ function c2204038.ptop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c2204038
.
ptfilter
(
e
,
c
)
return
c
:
IsSetCard
(
0x
228
)
return
c
:
IsSetCard
(
0x
122
)
end
c3026686.lua
View file @
fa9a0e7b
...
...
@@ -24,7 +24,7 @@ function c3026686.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c3026686
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x
228
)
and
c
:
IsAbleToHand
()
and
not
c
:
IsCode
(
3026686
)
return
c
:
IsSetCard
(
0x
122
)
and
c
:
IsAbleToHand
()
and
not
c
:
IsCode
(
3026686
)
end
function
c3026686
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c3026686
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
...
...
c38576155.lua
View file @
fa9a0e7b
...
...
@@ -18,7 +18,7 @@ function c38576155.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c38576155
.
thcfilter
(
c
)
return
c
:
IsFacedown
()
or
not
c
:
IsSetCard
(
0x
228
)
return
c
:
IsFacedown
()
or
not
c
:
IsSetCard
(
0x
122
)
end
function
c38576155
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
>
0
...
...
c39299733.lua
View file @
fa9a0e7b
...
...
@@ -31,7 +31,7 @@ function c39299733.initial_effect(c)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
e4
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e4
:
SetCode
(
EFFECT_ADD_SETCODE
)
e4
:
SetValue
(
0x
228
)
e4
:
SetValue
(
0x
122
)
c
:
RegisterEffect
(
e4
)
--direct attack
local
e5
=
Effect
.
CreateEffect
(
c
)
...
...
c64961254.lua
View file @
fa9a0e7b
...
...
@@ -19,7 +19,7 @@ function c64961254.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c64961254
.
thcfilter
(
c
)
return
c
:
IsFacedown
()
or
not
c
:
IsSetCard
(
0x
228
)
return
c
:
IsFacedown
()
or
not
c
:
IsSetCard
(
0x
122
)
end
function
c64961254
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
>
0
...
...
c65687442.lua
View file @
fa9a0e7b
...
...
@@ -21,7 +21,7 @@ function c65687442.initial_effect(c)
end
c65687442
.
listed_names
=
{
92182447
}
function
c65687442
.
filter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x
228
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsSetCard
(
0x
122
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
c65687442
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
c66809920.lua
View file @
fa9a0e7b
...
...
@@ -46,7 +46,7 @@ function c66809920.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c66809920
.
cfilter
(
c
)
return
c
:
IsSetCard
(
0x
228
)
and
not
c
:
IsCode
(
66809920
)
return
c
:
IsSetCard
(
0x
122
)
and
not
c
:
IsCode
(
66809920
)
end
function
c66809920
.
rmcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c66809920
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
c91969909.lua
View file @
fa9a0e7b
...
...
@@ -11,7 +11,7 @@ function c91969909.initial_effect(c)
e2
:
SetCode
(
EFFECT_INDESTRUCTABLE_EFFECT
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsSetCard
,
0x
228
))
e2
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsSetCard
,
0x
122
))
e2
:
SetValue
(
c91969909
.
indesval
)
c
:
RegisterEffect
(
e2
)
local
e3
=
e2
:
Clone
()
...
...
c92182447.lua
View file @
fa9a0e7b
...
...
@@ -11,7 +11,7 @@ function c92182447.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c92182447
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x
228
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x
122
)
end
function
c92182447
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetCurrentChain
()
>
0
or
Duel
.
GetCurrentPhase
()
~=
PHASE_BATTLE
or
Duel
.
GetTurnPlayer
()
~=
tp
then
return
false
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