Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
Vury Leo
pre-release-database-cdb
Commits
b74d9521
Commit
b74d9521
authored
Apr 11, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
3037a897
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
36 additions
and
32 deletions
+36
-32
LPG1.cdb
LPG1.cdb
+0
-0
script/c100200271.lua
script/c100200271.lua
+1
-1
script/c100240201.lua
script/c100240201.lua
+1
-1
script/c100240202.lua
script/c100240202.lua
+5
-3
script/c100240203.lua
script/c100240203.lua
+7
-5
script/c100240204.lua
script/c100240204.lua
+1
-1
script/c100240205.lua
script/c100240205.lua
+1
-1
script/c101301008.lua
script/c101301008.lua
+1
-1
script/c101301009.lua
script/c101301009.lua
+1
-1
script/c101301010.lua
script/c101301010.lua
+1
-1
script/c101301011.lua
script/c101301011.lua
+1
-1
script/c101301012.lua
script/c101301012.lua
+1
-1
script/c101301019.lua
script/c101301019.lua
+1
-1
script/c101301026.lua
script/c101301026.lua
+1
-1
script/c101301032.lua
script/c101301032.lua
+1
-1
script/c101301033.lua
script/c101301033.lua
+1
-1
script/c101301037.lua
script/c101301037.lua
+1
-1
script/c101301048.lua
script/c101301048.lua
+1
-1
script/c101301051.lua
script/c101301051.lua
+1
-1
script/c101301054.lua
script/c101301054.lua
+1
-1
script/c101301055.lua
script/c101301055.lua
+1
-1
script/c101301056.lua
script/c101301056.lua
+1
-1
script/c101301057.lua
script/c101301057.lua
+1
-1
script/c101301058.lua
script/c101301058.lua
+1
-1
script/c101301064.lua
script/c101301064.lua
+1
-1
script/c101301070.lua
script/c101301070.lua
+1
-1
script/c101301075.lua
script/c101301075.lua
+1
-1
No files found.
LPG1.cdb
View file @
b74d9521
No preview for this file type
script/c100200271.lua
View file @
b74d9521
...
...
@@ -82,4 +82,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if
tg
:
GetCount
()
>
0
then
Duel
.
Destroy
(
tg
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c100240201.lua
View file @
b74d9521
...
...
@@ -97,4 +97,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
\ No newline at end of file
end
script/c100240202.lua
View file @
b74d9521
--錬金釜
-
カオス・ディスティル
--錬金釜
-
カオス・ディスティル
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
30241314
)
...
...
@@ -44,10 +44,11 @@ function s.rmtg(e,c)
return
c
:
GetOwner
()
==
e
:
GetHandlerPlayer
()
end
function
s
.
filter
(
c
)
return
not
c
:
IsCode
(
id
)
and
(
c
:
IsCode
(
30241314
)
or
aux
.
IsCodeListed
(
c
,
30241314
)
)
and
c
:
IsAbleToHand
()
return
not
c
:
IsCode
(
id
)
and
aux
.
IsCodeOrListed
(
c
,
30241314
)
and
c
:
IsAbleToHand
()
end
function
s
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
e
:
GetDescription
())
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
function
s
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
@@ -66,6 +67,7 @@ function s.thfilter2(c)
end
function
s
.
thtg2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
thfilter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
e
:
GetDescription
())
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
function
s
.
thop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
@@ -75,4 +77,4 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
\ No newline at end of file
end
script/c100240203.lua
View file @
b74d9521
--ヒーローズルール
1
ファイブ・フリーダムス
--ヒーローズルール
1
ファイブ・フリーダムス
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetCategory
(
CATEGORY_REMOVE
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e1
:
SetTarget
(
s
.
target
)
e1
:
SetOperation
(
s
.
activate
)
c
:
RegisterEffect
(
e1
)
--Special Summon
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
...
...
@@ -33,7 +35,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_CARDS
)
local
sg
=
g
:
Filter
(
Card
.
IsRelateTo
Effect
,
nil
,
e
)
local
sg
=
g
:
Filter
(
Card
.
IsRelateTo
Chain
,
nil
)
Duel
.
Remove
(
sg
,
POS_FACEUP
,
REASON_EFFECT
)
end
function
s
.
spfilter
(
c
,
e
,
tp
)
...
...
@@ -49,7 +51,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateTo
Effect
(
e
)
then
if
tc
:
IsRelateTo
Chain
(
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c100240204.lua
View file @
b74d9521
...
...
@@ -74,4 +74,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if
bc
:
IsRelateToBattle
()
and
Duel
.
Destroy
(
bc
,
REASON_EFFECT
)
>
0
then
Duel
.
Damage
(
1
-
tp
,
1000
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c100240205.lua
View file @
b74d9521
...
...
@@ -29,4 +29,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c101301008.lua
View file @
b74d9521
...
...
@@ -88,4 +88,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e1
,
true
)
end
end
end
\ No newline at end of file
end
script/c101301009.lua
View file @
b74d9521
...
...
@@ -92,4 +92,4 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
e3
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
tc
:
RegisterEffect
(
e3
)
end
end
\ No newline at end of file
end
script/c101301010.lua
View file @
b74d9521
...
...
@@ -89,4 +89,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToChain
()
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c101301011.lua
View file @
b74d9521
...
...
@@ -83,4 +83,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
BreakEffect
()
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c101301012.lua
View file @
b74d9521
...
...
@@ -125,4 +125,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
\ No newline at end of file
end
script/c101301019.lua
View file @
b74d9521
...
...
@@ -85,4 +85,4 @@ function s.spop1(e,tp,eg,ep,ev,re,r,rp)
if
#
g
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c101301026.lua
View file @
b74d9521
...
...
@@ -93,4 +93,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
end
end
\ No newline at end of file
end
script/c101301032.lua
View file @
b74d9521
...
...
@@ -94,4 +94,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c101301033.lua
View file @
b74d9521
...
...
@@ -96,4 +96,4 @@ end
function
s
.
repop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
sg
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
Duel
.
Destroy
(
sg
,
REASON_EFFECT
)
end
\ No newline at end of file
end
script/c101301037.lua
View file @
b74d9521
...
...
@@ -79,4 +79,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoDeck
(
g
,
nil
,
SEQ_DECKBOTTOM
,
REASON_EFFECT
)
end
end
end
\ No newline at end of file
end
script/c101301048.lua
View file @
b74d9521
...
...
@@ -67,4 +67,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToChain
()
then
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c101301051.lua
View file @
b74d9521
...
...
@@ -84,4 +84,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
Damage
(
1
-
tp
,
1500
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c101301054.lua
View file @
b74d9521
...
...
@@ -123,4 +123,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
splimit
(
e
,
c
)
return
not
(
c
:
IsSetCard
(
0x2cd
)
or
c
:
IsCode
(
101301008
))
and
not
c
:
IsLocation
(
LOCATION_EXTRA
)
end
\ No newline at end of file
end
script/c101301055.lua
View file @
b74d9521
...
...
@@ -79,4 +79,4 @@ function s.raop(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
+
RESET_OPPO_TURN
)
tc
:
RegisterEffect
(
e2
)
end
end
\ No newline at end of file
end
script/c101301056.lua
View file @
b74d9521
...
...
@@ -117,4 +117,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoDeck
(
g
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c101301057.lua
View file @
b74d9521
...
...
@@ -79,4 +79,4 @@ function s.repval(e,c)
end
function
s
.
repop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
SendtoGrave
(
e
:
GetHandler
(),
REASON_EFFECT
)
end
\ No newline at end of file
end
script/c101301058.lua
View file @
b74d9521
...
...
@@ -79,4 +79,4 @@ function s.negop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SpecialSummon
(
sg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
\ No newline at end of file
end
script/c101301064.lua
View file @
b74d9521
...
...
@@ -74,4 +74,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
and
aux
.
NecroValleyFilter
()(
tc2
)
then
Duel
.
SpecialSummon
(
tc2
,
0
,
tp
,
1
-
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
end
end
\ No newline at end of file
end
script/c101301070.lua
View file @
b74d9521
...
...
@@ -85,4 +85,4 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
BreakEffect
()
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c101301075.lua
View file @
b74d9521
...
...
@@ -132,4 +132,4 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
end
end
end
\ No newline at end of file
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