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
1147556c
Commit
1147556c
authored
Sep 19, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/LEDE' into master
parents
17fd7605
9974b610
Changes
57
Show whitespace changes
Inline
Side-by-side
Showing
57 changed files
with
68 additions
and
83 deletions
+68
-83
c18969888.lua
c18969888.lua
+1
-1
c19181420.lua
c19181420.lua
+1
-1
c21036656.lua
c21036656.lua
+1
-1
c23093373.lua
c23093373.lua
+1
-1
c2333466.lua
c2333466.lua
+1
-1
c24215921.lua
c24215921.lua
+1
-1
c25096909.lua
c25096909.lua
+1
-1
c25218587.lua
c25218587.lua
+1
-1
c26334139.lua
c26334139.lua
+1
-1
c26548709.lua
c26548709.lua
+1
-1
c27483935.lua
c27483935.lua
+1
-1
c28279365.lua
c28279365.lua
+1
-1
c31458630.lua
c31458630.lua
+1
-1
c32270212.lua
c32270212.lua
+1
-1
c38491852.lua
c38491852.lua
+1
-1
c38505587.lua
c38505587.lua
+1
-1
c39114494.lua
c39114494.lua
+1
-1
c39321065.lua
c39321065.lua
+1
-1
c39931513.lua
c39931513.lua
+3
-8
c43129357.lua
c43129357.lua
+1
-1
c45464587.lua
c45464587.lua
+1
-1
c4841383.lua
c4841383.lua
+1
-1
c52543404.lua
c52543404.lua
+1
-1
c52607696.lua
c52607696.lua
+1
-1
c53329234.lua
c53329234.lua
+1
-1
c53541822.lua
c53541822.lua
+1
-1
c53765052.lua
c53765052.lua
+1
-1
c56208713.lua
c56208713.lua
+1
-1
c57420265.lua
c57420265.lua
+1
-1
c5786513.lua
c5786513.lua
+1
-1
c58143852.lua
c58143852.lua
+1
-1
c59369430.lua
c59369430.lua
+1
-1
c59481082.lua
c59481082.lua
+1
-1
c60203670.lua
c60203670.lua
+1
-1
c64603182.lua
c64603182.lua
+1
-1
c64664373.lua
c64664373.lua
+1
-1
c64881644.lua
c64881644.lua
+1
-1
c65326118.lua
c65326118.lua
+5
-10
c65496951.lua
c65496951.lua
+1
-1
c65726770.lua
c65726770.lua
+1
-1
c67457739.lua
c67457739.lua
+1
-1
c6908161.lua
c6908161.lua
+1
-1
c7020743.lua
c7020743.lua
+1
-1
c70514456.lua
c70514456.lua
+1
-1
c71858682.lua
c71858682.lua
+1
-1
c74150658.lua
c74150658.lua
+1
-1
c78679226.lua
c78679226.lua
+1
-1
c79791878.lua
c79791878.lua
+1
-1
c82570174.lua
c82570174.lua
+1
-1
c83793721.lua
c83793721.lua
+1
-1
c84631951.lua
c84631951.lua
+1
-1
c85753549.lua
c85753549.lua
+1
-1
c89824842.lua
c89824842.lua
+1
-1
c90276649.lua
c90276649.lua
+1
-1
c90946420.lua
c90946420.lua
+1
-1
c91098230.lua
c91098230.lua
+1
-1
c91810826.lua
c91810826.lua
+6
-11
No files found.
c18969888.lua
View file @
1147556c
c19181420.lua
View file @
1147556c
c21036656.lua
View file @
1147556c
c23093373.lua
View file @
1147556c
c2333466.lua
View file @
1147556c
c24215921.lua
View file @
1147556c
c25096909.lua
View file @
1147556c
c25218587.lua
View file @
1147556c
c26334139.lua
View file @
1147556c
c26548709.lua
View file @
1147556c
c27483935.lua
View file @
1147556c
c28279365.lua
View file @
1147556c
c31458630.lua
View file @
1147556c
c32270212.lua
View file @
1147556c
c38491852.lua
View file @
1147556c
c38505587.lua
View file @
1147556c
c39114494.lua
View file @
1147556c
c39321065.lua
View file @
1147556c
c39931513.lua
View file @
1147556c
...
@@ -66,21 +66,16 @@ function s.sccon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -66,21 +66,16 @@ function s.sccon(e,tp,eg,ep,ev,re,r,rp)
local
ph
=
Duel
.
GetCurrentPhase
()
local
ph
=
Duel
.
GetCurrentPhase
()
return
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
return
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
end
end
function
s
.
mfilter
(
c
)
return
not
c
:
IsStatus
(
STATUS_SUMMONING
)
end
function
s
.
sctarg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
sctarg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
mg
=
Duel
.
GetMatchingGroup
(
s
.
mfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
c
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
c
,
mg
)
end
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
id
,
1
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
id
,
1
))
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_EXTRA
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_EXTRA
)
end
end
function
s
.
scop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
scop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
c
:
IsControler
(
1
-
tp
)
or
not
c
:
IsRelateToEffect
(
e
)
or
c
:
IsFacedown
()
then
return
end
if
c
:
IsControler
(
1
-
tp
)
or
not
c
:
IsRelateToEffect
(
e
)
or
c
:
IsFacedown
()
then
return
end
local
mg
=
Duel
.
GetMatchingGroup
(
s
.
mfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
c
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
c
,
mg
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
...
...
c43129357.lua
View file @
1147556c
c45464587.lua
View file @
1147556c
c4841383.lua
View file @
1147556c
c52543404.lua
View file @
1147556c
c52607696.lua
View file @
1147556c
c53329234.lua
View file @
1147556c
c53541822.lua
View file @
1147556c
c53765052.lua
View file @
1147556c
c56208713.lua
View file @
1147556c
c57420265.lua
View file @
1147556c
c5786513.lua
View file @
1147556c
c58143852.lua
View file @
1147556c
c59369430.lua
View file @
1147556c
c59481082.lua
View file @
1147556c
c60203670.lua
View file @
1147556c
c64603182.lua
View file @
1147556c
c64664373.lua
View file @
1147556c
c64881644.lua
View file @
1147556c
c65326118.lua
View file @
1147556c
--天盃龍ファドラ
--天盃龍ファドラ
function
c65326118
.
initial_effect
(
c
)
function
c65326118
.
initial_effect
(
c
)
--
--
Special summon from grave
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
65326118
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
65326118
,
0
))
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
@@ -19,7 +19,7 @@ function c65326118.initial_effect(c)
...
@@ -19,7 +19,7 @@ function c65326118.initial_effect(c)
e3
:
SetCode
(
EVENT_BATTLE_START
)
e3
:
SetCode
(
EVENT_BATTLE_START
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetRange
(
LOCATION_MZONE
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
--
--
inde
local
e4
=
Effect
.
CreateEffect
(
c
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_FIELD
)
e4
:
SetType
(
EFFECT_TYPE_FIELD
)
e4
:
SetCode
(
EFFECT_INDESTRUCTABLE_BATTLE
)
e4
:
SetCode
(
EFFECT_INDESTRUCTABLE_BATTLE
)
...
@@ -28,7 +28,7 @@ function c65326118.initial_effect(c)
...
@@ -28,7 +28,7 @@ function c65326118.initial_effect(c)
e4
:
SetTarget
(
c65326118
.
indtg
)
e4
:
SetTarget
(
c65326118
.
indtg
)
e4
:
SetValue
(
1
)
e4
:
SetValue
(
1
)
c
:
RegisterEffect
(
e4
)
c
:
RegisterEffect
(
e4
)
--
--
synchro summon
local
e5
=
Effect
.
CreateEffect
(
c
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetDescription
(
aux
.
Stringid
(
65326118
,
2
))
e5
:
SetDescription
(
aux
.
Stringid
(
65326118
,
2
))
e5
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e5
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
@@ -69,20 +69,15 @@ function c65326118.sccon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -69,20 +69,15 @@ function c65326118.sccon(e,tp,eg,ep,ev,re,r,rp)
local
ph
=
Duel
.
GetCurrentPhase
()
local
ph
=
Duel
.
GetCurrentPhase
()
return
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
return
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
end
end
function
c65326118
.
mfilter
(
c
)
return
not
c
:
IsStatus
(
STATUS_SUMMONING
)
end
function
c65326118
.
sctg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c65326118
.
sctg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
mg
=
Duel
.
GetMatchingGroup
(
c65326118
.
mfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
:
GetHandler
())
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
:
GetHandler
(),
mg
)
end
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
65326118
,
2
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
65326118
,
2
))
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_EXTRA
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_EXTRA
)
end
end
function
c65326118
.
scop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65326118
.
scop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
mg
=
Duel
.
GetMatchingGroup
(
c65326118
.
mfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
if
c
:
IsControler
(
1
-
tp
)
or
not
c
:
IsRelateToEffect
(
e
)
or
c
:
IsFacedown
()
then
return
end
if
c
:
IsControler
(
1
-
tp
)
or
not
c
:
IsRelateToEffect
(
e
)
or
c
:
IsFacedown
()
then
return
end
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
c
,
mg
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
c
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
...
...
c65496951.lua
View file @
1147556c
c65726770.lua
View file @
1147556c
c67457739.lua
View file @
1147556c
c6908161.lua
View file @
1147556c
c7020743.lua
View file @
1147556c
c70514456.lua
View file @
1147556c
c71858682.lua
View file @
1147556c
c74150658.lua
View file @
1147556c
c78679226.lua
View file @
1147556c
c79791878.lua
View file @
1147556c
c82570174.lua
View file @
1147556c
c83793721.lua
View file @
1147556c
c84631951.lua
View file @
1147556c
c85753549.lua
View file @
1147556c
c89824842.lua
View file @
1147556c
c90276649.lua
View file @
1147556c
c90946420.lua
View file @
1147556c
c91098230.lua
View file @
1147556c
c91810826.lua
View file @
1147556c
--天盃龍チュンドラ
--天盃龍チュンドラ
function
c91810826
.
initial_effect
(
c
)
function
c91810826
.
initial_effect
(
c
)
--
--
Self special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
91810826
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
91810826
,
0
))
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
@@ -11,7 +11,7 @@ function c91810826.initial_effect(c)
...
@@ -11,7 +11,7 @@ function c91810826.initial_effect(c)
e1
:
SetTarget
(
c91810826
.
sptg
)
e1
:
SetTarget
(
c91810826
.
sptg
)
e1
:
SetOperation
(
c91810826
.
spop
)
e1
:
SetOperation
(
c91810826
.
spop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--
--
Special summon from deck
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
91810826
,
1
))
e2
:
SetDescription
(
aux
.
Stringid
(
91810826
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
@@ -23,7 +23,7 @@ function c91810826.initial_effect(c)
...
@@ -23,7 +23,7 @@ function c91810826.initial_effect(c)
e2
:
SetTarget
(
c91810826
.
sptg2
)
e2
:
SetTarget
(
c91810826
.
sptg2
)
e2
:
SetOperation
(
c91810826
.
spop2
)
e2
:
SetOperation
(
c91810826
.
spop2
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--
--
Synchro summon
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
91810826
,
2
))
e3
:
SetDescription
(
aux
.
Stringid
(
91810826
,
2
))
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
...
@@ -75,20 +75,15 @@ function c91810826.sccon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -75,20 +75,15 @@ function c91810826.sccon(e,tp,eg,ep,ev,re,r,rp)
local
ph
=
Duel
.
GetCurrentPhase
()
local
ph
=
Duel
.
GetCurrentPhase
()
return
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
return
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
end
end
function
c91810826
.
mfilter
(
c
)
return
not
c
:
IsStatus
(
STATUS_SUMMONING
)
end
function
c91810826
.
sctg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c91810826
.
sctg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
mg
=
Duel
.
GetMatchingGroup
(
c91810826
.
mfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
:
GetHandler
())
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
:
GetHandler
(),
mg
)
end
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
91810826
,
2
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
91810826
,
2
))
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_EXTRA
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_EXTRA
)
end
end
function
c91810826
.
scop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c91810826
.
scop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
c
:
IsControler
(
1
-
tp
)
or
not
c
:
IsRelateToEffect
(
e
)
or
c
:
IsFacedown
()
then
return
end
if
c
:
IsControler
(
1
-
tp
)
or
not
c
:
IsRelateToEffect
(
e
)
or
c
:
IsFacedown
()
then
return
end
local
mg
=
Duel
.
GetMatchingGroup
(
c91810826
.
mfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
c
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsSynchroSummonable
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
c
,
mg
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
...
...
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