Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
Nemo Ma
no81cards
Commits
4ee1967d
Commit
4ee1967d
authored
Oct 29, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
51f7d8cd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
24 deletions
+51
-24
expansions/script/c10111149.lua
expansions/script/c10111149.lua
+1
-1
expansions/script/c71500100.lua
expansions/script/c71500100.lua
+47
-20
expansions/script/c71500103.lua
expansions/script/c71500103.lua
+3
-3
No files found.
expansions/script/c10111149.lua
View file @
4ee1967d
...
@@ -24,7 +24,7 @@ function c10111149.initial_effect(c)
...
@@ -24,7 +24,7 @@ function c10111149.initial_effect(c)
end
end
c10111149
.
has_text_type
=
TYPE_UNION
c10111149
.
has_text_type
=
TYPE_UNION
function
c10111149
.
ffilter
(
c
,
fc
,
sub
,
mg
,
sg
)
function
c10111149
.
ffilter
(
c
,
fc
,
sub
,
mg
,
sg
)
return
c
:
IsFusionType
(
TYPE_NORMAL
)
and
c
:
IsLevel
Above
(
4
)
return
c
:
IsFusionType
(
TYPE_NORMAL
)
and
c
:
IsLevel
Below
(
4
)
end
end
function
c10111149
.
tgcon
(
e
)
function
c10111149
.
tgcon
(
e
)
return
e
:
GetHandler
():
IsDefensePos
()
return
e
:
GetHandler
():
IsDefensePos
()
...
...
expansions/script/c71500100.lua
View file @
4ee1967d
...
@@ -33,8 +33,7 @@ function c71500100.initial_effect(c)
...
@@ -33,8 +33,7 @@ function c71500100.initial_effect(c)
--xx
--xx
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetCode
(
EVENT_LEAVE_FIELD
)
e3
:
SetCountLimit
(
1
,
21500100
)
e3
:
SetCost
(
c71500100
.
cost
)
e3
:
SetCost
(
c71500100
.
cost
)
e3
:
SetTarget
(
c71500100
.
xxtg
)
e3
:
SetTarget
(
c71500100
.
xxtg
)
e3
:
SetOperation
(
c71500100
.
xxop
)
e3
:
SetOperation
(
c71500100
.
xxop
)
...
@@ -148,32 +147,60 @@ function c71500100.xxtg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -148,32 +147,60 @@ function c71500100.xxtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
c71500100
.
xxop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c71500100
.
xxop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
te
=
e
:
GetLabelObject
()
if
te
then
te
:
Reset
()
end
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_TOSS_COIN_NEGATE
)
e1
:
SetCode
(
EVENT_TOSS_DICE_NEGATE
)
e1
:
SetProperty
(
EFFECT_FLAG_NO_TURN_RESET
)
e1
:
SetCountLimit
(
1
)
e1
:
SetLabel
(
0
)
e1
:
SetCondition
(
c71500100
.
coincon
)
e1
:
SetCondition
(
c71500100
.
coincon
)
e1
:
SetOperation
(
c71500100
.
coinop
)
e1
:
SetOperation
(
c71500100
.
coinop
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
2
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
2
)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
e
:
SetLabelObject
(
e1
)
Duel
.
RegisterFlagEffect
(
tp
,
71500100
,
RESET_PHASE
+
PHASE_END
,
0
,
2
)
end
end
function
c71500100
.
coincon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c71500100
.
coincon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
ep
==
tp
and
Duel
.
GetFlagEffectLabel
(
tp
,
71500100
)
<
3
local
x
=
e
:
GetLabel
()
return
ep
==
tp
and
x
<
3
and
Duel
.
GetFlagEffect
(
tp
,
71500100
)
~=
0
end
end
function
c71500100
.
coinop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c71500100
.
coinop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetFlagEffectLabel
(
tp
,
71500100
)
>=
3
then
return
end
local
x
=
e
:
GetLabel
()
if
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
71500100
,
0
))
then
if
x
>=
3
then
return
end
Duel
.
Hint
(
HINT_CARD
,
0
,
71500100
)
while
x
<
3
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
71500100
,
0
))
do
local
flag
=
Duel
.
GetFlagEffectLabel
(
tp
,
71500100
)
Duel
.
Hint
(
HINT_CARD
,
0
,
71500100
)
if
flag
==
nil
then
x
=
x
+
1
Duel
.
RegisterFlagEffect
(
tp
,
71500100
,
RESET_PHASE
+
PHASE_END
,
0
,
1
,
1
)
e
:
SetLabel
(
x
)
else
Duel
.
TossDice
(
tp
,
ev
)
Duel
.
SetFlagEffectLabel
(
tp
,
71500100
,
flag
+
1
)
end
end
if
x
<
3
then
Duel
.
TossCoin
(
tp
,
ev
)
Debug
.
Message
(
x
)
end
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_TOSS_DICE
)
e1
:
SetProperty
(
EFFECT_FLAG_NO_TURN_RESET
)
e1
:
SetCountLimit
(
1
)
e1
:
SetLabel
(
x
)
e1
:
SetOperation
(
c71500100
.
xcoinop
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
end
function
c71500100
.
xcoinop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
x
=
e
:
GetLabel
()
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetCode
(
EVENT_TOSS_DICE_NEGATE
)
e1
:
SetProperty
(
EFFECT_FLAG_NO_TURN_RESET
)
e1
:
SetCountLimit
(
1
)
e1
:
SetLabel
(
x
)
e1
:
SetCondition
(
c71500100
.
coincon
)
e1
:
SetOperation
(
c71500100
.
coinop
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
2
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
...
...
expansions/script/c71500103.lua
View file @
4ee1967d
...
@@ -88,9 +88,9 @@ function c71500103.chop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -88,9 +88,9 @@ function c71500103.chop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c71500103
.
repop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c71500103
.
repop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
sg
=
Duel
.
SelectMatchingCard
(
1
-
tp
,
Card
.
IsAbleToHand
,
tp
,
0
,
LOCATION_DECK
,
1
,
1
,
nil
)
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToHand
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
local
dg
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_ONFIELD
,
0
)
local
dg
=
Duel
.
GetFieldGroup
(
tp
,
0
,
LOCATION_ONFIELD
)
if
sg
:
GetCount
()
>
0
and
Duel
.
SendtoHand
(
sg
,
1
-
tp
,
REASON_EFFECT
)
~=
0
and
dg
:
GetCount
()
>
0
then
if
sg
:
GetCount
()
>
0
and
Duel
.
SendtoHand
(
sg
,
tp
,
REASON_EFFECT
)
~=
0
and
dg
:
GetCount
()
>
0
then
Duel
.
Destroy
(
dg
,
REASON_EFFECT
)
Duel
.
Destroy
(
dg
,
REASON_EFFECT
)
end
end
end
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