Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
a283210a
Commit
a283210a
authored
May 01, 2025
by
Satty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
90ed3454
Pipeline
#35777
passed with stages
in 35 minutes and 20 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
5 deletions
+9
-5
expansions/script/c33401001.lua
expansions/script/c33401001.lua
+1
-1
expansions/script/c92600200.lua
expansions/script/c92600200.lua
+4
-3
expansions/script/c92600205.lua
expansions/script/c92600205.lua
+2
-1
expansions/script/c92600210.lua
expansions/script/c92600210.lua
+1
-0
expansions/script/c92600215.lua
expansions/script/c92600215.lua
+1
-0
No files found.
expansions/script/c33401001.lua
View file @
a283210a
...
...
@@ -51,7 +51,7 @@ function s.spfilter(c,e,tp)
return
c
:
IsSetCard
(
0x9341
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
Get
MZoneCount
(
tp
,
e
:
GetHandler
()
)
>
0
if
chk
==
0
then
return
Duel
.
Get
LocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
s
.
spfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
...
...
expansions/script/c92600200.lua
View file @
a283210a
--神选士 苍穹
--神选士 苍穹
local
s
,
id
=
GetID
()
function
s
.
initial_effect
(
c
)
c
:
SetSPSummonOnce
(
id
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
3
))
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e1
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCondition
(
s
.
spcon
)
e1
:
SetCondition
(
s
.
spcon
)
e1
:
SetTarget
(
s
.
sptg
)
e1
:
SetOperation
(
s
.
spop
)
e1
:
SetValue
(
SUMMON_VALUE_SELF
)
...
...
@@ -161,6 +161,7 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if
op
==
3
then
typ2
=
4
end
end
e
:
SetLabel
(
typ2
)
Duel
.
ShuffleHand
(
tp
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
...
...
expansions/script/c92600205.lua
View file @
a283210a
--神选士 阿波罗
--神选士 阿波罗
local
s
,
id
=
GetID
()
function
s
.
initial_effect
(
c
)
c
:
SetSPSummonOnce
(
id
)
...
...
@@ -165,6 +165,7 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if
op
==
3
then
typ2
=
4
end
end
e
:
SetLabel
(
typ2
)
Duel
.
ShuffleHand
(
tp
)
end
function
s
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
typ
=
e
:
GetLabel
()
...
...
expansions/script/c92600210.lua
View file @
a283210a
...
...
@@ -165,6 +165,7 @@ function s.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if
op
==
3
then
typ2
=
4
end
end
e
:
SetLabel
(
typ2
)
Duel
.
ShuffleHand
(
tp
)
end
function
s
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
typ
=
e
:
GetLabel
()
...
...
expansions/script/c92600215.lua
View file @
a283210a
...
...
@@ -135,6 +135,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if
op
==
3
then
typ2
=
4
end
end
e
:
SetLabel
(
typ2
)
Duel
.
ShuffleHand
(
tp
)
end
function
s
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetFlagEffect
(
id
)
>
0
and
ep
==
1
-
tp
and
Duel
.
IsChainDisablable
(
ev
)
...
...
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