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
REIKAI
ygopro-222DIY-cards
Commits
e5a2a21b
Commit
e5a2a21b
authored
Nov 27, 2024
by
森野さくら
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hop
parent
45c29efc
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
25 additions
and
18 deletions
+25
-18
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/pics/81900013.jpg
expansions/pics/81900013.jpg
+0
-0
expansions/script/c16114268.lua
expansions/script/c16114268.lua
+1
-2
expansions/script/c31710024.lua
expansions/script/c31710024.lua
+4
-3
expansions/script/c31710027.lua
expansions/script/c31710027.lua
+10
-3
expansions/script/c31710030.lua
expansions/script/c31710030.lua
+1
-1
expansions/script/c71403010.lua
expansions/script/c71403010.lua
+5
-5
expansions/script/c81902096.lua
expansions/script/c81902096.lua
+4
-4
No files found.
expansions/FiNALE.cdb
View file @
e5a2a21b
No preview for this file type
expansions/pics/81900013.jpg
View replaced file @
45c29efc
View file @
e5a2a21b
76.1 KB
|
W:
|
H:
58.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c16114268.lua
View file @
e5a2a21b
--是大雪原哟!集合!
--是大雪原哟!集合!
--
local
m
=
16114268
local
m
=
16114268
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetCategory
(
CATEGORY_TOHAND
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
m
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCountLimit
(
1
,
m
+
EFFECT_COUNT_CODE_OATH
)
...
...
expansions/script/c31710024.lua
View file @
e5a2a21b
...
@@ -35,16 +35,17 @@ end
...
@@ -35,16 +35,17 @@ end
function
s
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_
SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_
FIELD
)
e1
:
SetCode
(
EFFECT_INDESTRUCTABLE_BATTLE
)
e1
:
SetCode
(
EFFECT_INDESTRUCTABLE_BATTLE
)
e1
:
SetReset
(
RESET_
EVENT
+
RESETS_STANDARD
+
RESET_
PHASE
+
PHASE_END
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e1
:
SetTarget
(
s
.
ptg
)
e1
:
SetTarget
(
s
.
ptg
)
e1
:
SetValue
(
1
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
function
s
.
ptg
(
e
,
c
)
function
s
.
ptg
(
e
,
c
)
return
c
:
IsSetCard
(
0x690
)
and
c
:
GetSequence
()
>=
5
return
c
:
IsSetCard
(
0x690
)
end
end
function
s
.
ssCheck
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
ssCheck
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
expansions/script/c31710027.lua
View file @
e5a2a21b
...
@@ -6,7 +6,7 @@ function s.initial_effect(c)
...
@@ -6,7 +6,7 @@ function s.initial_effect(c)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e0
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e0
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e0
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e0
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e0
:
SetCountLimit
(
1
,
id
)
e0
:
SetCountLimit
(
1
,
id
+
10000
)
--e0:SetTarget(s.sumtg)
--e0:SetTarget(s.sumtg)
e0
:
SetOperation
(
s
.
sumop
)
e0
:
SetOperation
(
s
.
sumop
)
c
:
RegisterEffect
(
e0
)
c
:
RegisterEffect
(
e0
)
...
@@ -20,7 +20,7 @@ function s.initial_effect(c)
...
@@ -20,7 +20,7 @@ function s.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetRange
(
LOCATION_SZONE
)
e1
:
SetRange
(
LOCATION_SZONE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
id
+
10000
)
e1
:
SetCountLimit
(
1
,
id
)
e1
:
SetHintTiming
(
0
,
TIMING_MAIN_END
)
e1
:
SetHintTiming
(
0
,
TIMING_MAIN_END
)
--e1:SetCost(s.descost)
--e1:SetCost(s.descost)
e1
:
SetCondition
(
s
.
spcon
)
e1
:
SetCondition
(
s
.
spcon
)
...
@@ -86,7 +86,14 @@ function s.sumop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -86,7 +86,14 @@ function s.sumop(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
then
return
end
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
then
return
end
local
token
=
Duel
.
CreateToken
(
tp
,
31710028
)
local
token
=
Duel
.
CreateToken
(
tp
,
31710028
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetTarget
(
s
.
spelimit
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c31710030.lua
View file @
e5a2a21b
...
@@ -37,7 +37,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -37,7 +37,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
nil
,
1
,
tp
,
LOCATION_GRAVE
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_REMOVE
,
nil
,
1
,
tp
,
LOCATION_GRAVE
)
end
end
function
s
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
TOGRA
VE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
REMO
VE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
filter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
filter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
local
tc
=
e
:
GetHandler
()
local
tc
=
e
:
GetHandler
()
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
...
...
expansions/script/c71403010.lua
View file @
e5a2a21b
...
@@ -39,11 +39,11 @@ function c71403010.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -39,11 +39,11 @@ function c71403010.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
end
local
op
=
0
local
op
=
0
if
b1
and
b2
then
if
b1
and
b2
then
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
7140301
4
,
1
),
aux
.
Stringid
(
71403014
,
2
))
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
7140301
0
,
1
),
aux
.
Stringid
(
71403010
,
2
))
elseif
b1
then
elseif
b1
then
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
7140301
4
,
1
))
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
7140301
0
,
1
))
else
else
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
7140301
4
,
2
))
+
1
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
7140301
0
,
2
))
+
1
end
end
e
:
SetLabel
(
op
)
e
:
SetLabel
(
op
)
if
op
==
0
then
if
op
==
0
then
...
@@ -110,9 +110,9 @@ function c71403010.op1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -110,9 +110,9 @@ function c71403010.op1(e,tp,eg,ep,ev,re,r,rp)
if
p_zone_check
and
oc
:
IsAbleToGrave
()
then
if
p_zone_check
and
oc
:
IsAbleToGrave
()
then
op2
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
71403010
,
6
),
aux
.
Stringid
(
71403010
,
3
))
op2
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
71403010
,
6
),
aux
.
Stringid
(
71403010
,
3
))
elseif
p_zone_check
then
elseif
p_zone_check
then
op2
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
71403010
,
6
))
else
op2
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
71403010
,
3
))
+
1
op2
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
71403010
,
3
))
+
1
else
op2
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
71403010
,
6
))
end
end
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
if
op2
==
0
then
if
op2
==
0
then
...
...
expansions/script/c81902096.lua
View file @
e5a2a21b
...
@@ -20,8 +20,8 @@ function cm.initial_effect(c)
...
@@ -20,8 +20,8 @@ function cm.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e1
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCondition
(
cm
.
discon
)
e1
:
SetCondition
(
cm
.
discon
2
)
e1
:
SetOperation
(
cm
.
disop
)
e1
:
SetOperation
(
cm
.
disop
2
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--negate
--negate
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
...
@@ -42,10 +42,10 @@ function cm.splimit(e,se,sp,st)
...
@@ -42,10 +42,10 @@ function cm.splimit(e,se,sp,st)
return
se
:
GetHandler
():
IsCode
(
m
)
and
st
&
SUMMON_VALUE_SELF
==
SUMMON_VALUE_SELF
return
se
:
GetHandler
():
IsCode
(
m
)
and
st
&
SUMMON_VALUE_SELF
==
SUMMON_VALUE_SELF
end
end
--negate
--negate
function
cm
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
discon
2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
()
~=
e
:
GetHandler
()
and
re
:
GetHandler
():
IsLocation
(
LOCATION_ONFIELD
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
()
~=
e
:
GetHandler
()
and
re
:
GetHandler
():
IsLocation
(
LOCATION_ONFIELD
)
end
end
function
cm
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
disop
2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
NegateEffect
(
ev
)
Duel
.
NegateEffect
(
ev
)
end
end
--negate
--negate
...
...
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