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
eb09bbec
Commit
eb09bbec
authored
Oct 29, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ac0504ae
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
30 additions
and
8 deletions
+30
-8
expansions/script/c11513081.lua
expansions/script/c11513081.lua
+2
-2
expansions/script/c11513082.lua
expansions/script/c11513082.lua
+2
-0
expansions/script/c11513083.lua
expansions/script/c11513083.lua
+13
-2
expansions/script/c11513084.lua
expansions/script/c11513084.lua
+7
-1
expansions/script/c12847419.lua
expansions/script/c12847419.lua
+1
-1
expansions/script/c28318460.lua
expansions/script/c28318460.lua
+1
-1
expansions/script/c28352281.lua
expansions/script/c28352281.lua
+1
-0
expansions/script/c60010252.lua
expansions/script/c60010252.lua
+1
-0
expansions/script/c60010255.lua
expansions/script/c60010255.lua
+1
-0
expansions/script/c98930407.lua
expansions/script/c98930407.lua
+1
-1
No files found.
expansions/script/c11513081.lua
View file @
eb09bbec
...
...
@@ -22,7 +22,7 @@ function c11513081.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_
M
ZONE
)
e2
:
SetRange
(
LOCATION_
S
ZONE
)
e2
:
SetCountLimit
(
1
)
e2
:
SetTarget
(
c11513081
.
sptg
)
e2
:
SetOperation
(
c11513081
.
spop
)
...
...
@@ -31,7 +31,7 @@ function c11513081.initial_effect(c)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetTargetRange
(
LOCATION_SZONE
,
0
)
e3
:
SetTarget
(
function
(
e
,
c
)
return
c
:
IsType
(
TYPE_CONTINUOUS
)
and
c
:
IsType
(
TYPE_TRAP
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
)
return
c
:
IsType
(
TYPE_CONTINUOUS
)
and
c
:
IsType
(
TYPE_TRAP
)
end
)
e3
:
SetLabelObject
(
e2
)
c
:
RegisterEffect
(
e3
)
--set
...
...
expansions/script/c11513082.lua
View file @
eb09bbec
...
...
@@ -12,6 +12,8 @@ function c11513082.initial_effect(c)
e2
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e2
:
SetRange
(
LOCATION_FZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTarget
(
function
(
e
,
c
)
return
c
:
IsSetCard
(
0x195
)
end
)
e2
:
SetValue
(
function
(
e
)
return
(
Duel
.
GetFlagEffect
(
0
,
11513082
)
+
Duel
.
GetFlagEffect
(
1
,
11513082
))
*
100
end
)
c
:
RegisterEffect
(
e2
)
...
...
expansions/script/c11513083.lua
View file @
eb09bbec
...
...
@@ -20,12 +20,23 @@ function c11513083.initial_effect(c)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCountLimit
(
1
,
29280201
)
e2
:
SetCondition
(
aux
.
dscon
)
e2
:
SetCountLimit
(
1
,
29280201
)
e2
:
SetCost
(
c11513083
.
swcost1
)
e2
:
SetTarget
(
c11513083
.
swtg1
)
e2
:
SetOperation
(
c11513083
.
swop1
)
c
:
RegisterEffect
(
e2
)
--show
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
11513083
,
3
))
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCountLimit
(
1
,
29280201
)
e2
:
SetCost
(
c11513083
.
swcost2
)
e2
:
SetTarget
(
c11513083
.
swtg2
)
e2
:
SetOperation
(
c11513083
.
swop2
)
c
:
RegisterEffect
(
e2
)
end
function
c11513083
.
xckfil
(
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
not
c
:
IsPreviousLocation
(
LOCATION_DECK
)
...
...
expansions/script/c11513084.lua
View file @
eb09bbec
...
...
@@ -11,6 +11,12 @@ function c11513084.initial_effect(c)
e1
:
SetTarget
(
c11513084
.
target
)
e1
:
SetOperation
(
c11513084
.
activate
)
c
:
RegisterEffect
(
e1
)
--act in set turn
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_QP_ACT_IN_SET_TURN
)
e2
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
+
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
c
:
RegisterEffect
(
e2
)
end
function
c11513084
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x195
)
and
c
:
IsAbleToHandAsCost
()
...
...
@@ -18,7 +24,7 @@ end
function
c11513084
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
if
not
c
:
IsStatus
(
STATUS_SET_TURN
)
then
return
true
end
local
ct
=#
{
c
:
IsHasEffect
(
EFFECT_
TRA
P_ACT_IN_SET_TURN
,
tp
)}
local
ct
=#
{
c
:
IsHasEffect
(
EFFECT_
Q
P_ACT_IN_SET_TURN
,
tp
)}
local
dis
=
Duel
.
IsExistingMatchingCard
(
c11513084
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
if
chk
==
0
then
return
ct
>
1
or
dis
end
if
ct
==
1
or
dis
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
11513084
,
0
))
then
...
...
expansions/script/c12847419.lua
View file @
eb09bbec
...
...
@@ -42,7 +42,7 @@ function s.initial_effect(c)
e3
:
SetCondition
(
s
.
tgcon1
)
e3
:
SetTarget
(
s
.
tdtg
)
e3
:
SetOperation
(
s
.
tdop
)
c
:
RegisterEffect
(
e
1
)
c
:
RegisterEffect
(
e
3
)
end
function
s
.
matfilter1
(
c
,
syncard
)
return
c
:
IsTuner
(
syncard
)
or
c
:
IsAttribute
(
ATTRIBUTE_EARTH
)
and
c
:
IsRace
(
RACE_FAIRY
)
...
...
expansions/script/c28318460.lua
View file @
eb09bbec
...
...
@@ -58,7 +58,7 @@ function c28318460.activate(e,tp,eg,ep,ev,re,r,rp,op)
if
tc
:
IsPreviousLocation
(
LOCATION_DECK
)
then
Duel
.
ShuffleDeck
(
tp
)
end
if
not
tc
:
IsLocation
(
LOCATION_HAND
)
or
Duel
.
GetLP
(
tp
)
<
1
1
000
then
return
end
if
not
tc
:
IsLocation
(
LOCATION_HAND
)
or
Duel
.
GetLP
(
tp
)
<
1
0
000
then
return
end
local
te
=
tc
.
recover_effect
if
not
te
then
return
end
local
tg
=
te
:
GetTarget
()
...
...
expansions/script/c28352281.lua
View file @
eb09bbec
...
...
@@ -32,6 +32,7 @@ function c28352281.initial_effect(c)
e3
:
SetCode
(
EVENT_CHAINING
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCountLimit
(
1
,
EFFECT_COUNT_CODE_CHAIN
)
e3
:
SetCondition
(
c28352281
.
recon
)
e3
:
SetTarget
(
c28352281
.
retg
)
e3
:
SetOperation
(
c28352281
.
reop
)
...
...
expansions/script/c60010252.lua
View file @
eb09bbec
...
...
@@ -71,6 +71,7 @@ function cm.initial_effect(c)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCountLimit
(
1
)
e3
:
SetCondition
(
cm
.
tttcon
)
e3
:
SetTarget
(
cm
.
thtg
)
e3
:
SetOperation
(
cm
.
thop
)
c
:
RegisterEffect
(
e3
)
...
...
expansions/script/c60010255.lua
View file @
eb09bbec
...
...
@@ -50,6 +50,7 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
SetLabel
(
op
)
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
op
=
e
:
GetLabel
()
if
op
==
1
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
...
...
expansions/script/c98930407.lua
View file @
eb09bbec
...
...
@@ -129,7 +129,7 @@ function c98930407.disop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
BreakEffect
()
Duel
.
ConfirmCards
(
tp
,
g
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
tg
=
g
:
FilterSelect
(
tp
,
aux
,
TRUE
,
1
,
1
,
nil
)
local
tg
=
g
:
FilterSelect
(
tp
,
aux
.
TRUE
,
1
,
1
,
nil
)
if
tg
:
GetCount
()
>
0
then
local
tc
=
tg
:
GetFirst
()
if
Duel
.
MoveToField
(
tc
,
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
then
...
...
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