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
06065e65
Commit
06065e65
authored
Jun 03, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
003a543e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/script/c28328484.lua
expansions/script/c28328484.lua
+2
-2
expansions/script/c28366684.lua
expansions/script/c28366684.lua
+2
-2
No files found.
expansions/script/c28328484.lua
View file @
06065e65
...
@@ -44,8 +44,8 @@ function c28328484.initial_effect(c)
...
@@ -44,8 +44,8 @@ function c28328484.initial_effect(c)
e6
:
SetDescription
(
aux
.
Stringid
(
28328484
,
1
))
e6
:
SetDescription
(
aux
.
Stringid
(
28328484
,
1
))
e6
:
SetCategory
(
CATEGORY_TOHAND
)
e6
:
SetCategory
(
CATEGORY_TOHAND
)
e6
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e6
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e6
:
SetCode
(
EVENT_
DETACH_MATERIAL
)
e6
:
SetCode
(
EVENT_
TO_GRAVE
)
e6
:
SetProperty
(
EFFECT_FLAG_D
AMAGE_STEP
+
EFFECT_FLAG_D
ELAY
)
e6
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e6
:
SetRange
(
LOCATION_FZONE
)
e6
:
SetRange
(
LOCATION_FZONE
)
e6
:
SetTarget
(
c28328484
.
gthtg
)
e6
:
SetTarget
(
c28328484
.
gthtg
)
e6
:
SetOperation
(
c28328484
.
gthop
)
e6
:
SetOperation
(
c28328484
.
gthop
)
...
...
expansions/script/c28366684.lua
View file @
06065e65
...
@@ -139,8 +139,8 @@ function c28366684.slop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -139,8 +139,8 @@ function c28366684.slop(e,tp,eg,ep,ev,re,r,rp)
local
b2
=
Duel
.
IsExistingMatchingCard
(
c28366684
.
alfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
local
b2
=
Duel
.
IsExistingMatchingCard
(
c28366684
.
alfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
if
b1
or
b2
then
if
b1
or
b2
then
local
op
=
aux
.
SelectFromOptions
(
tp
,
local
op
=
aux
.
SelectFromOptions
(
tp
,
{
b1
,
aux
.
Stringid
(
28366684
,
0
)},
{
b1
,
aux
.
Stringid
(
28366684
,
2
)},
{
b2
,
aux
.
Stringid
(
28366684
,
1
)})
{
b2
,
aux
.
Stringid
(
28366684
,
3
)})
if
op
==
1
then
if
op
==
1
then
local
lp
=
Duel
.
GetLP
(
tp
)
local
lp
=
Duel
.
GetLP
(
tp
)
Duel
.
SetLP
(
tp
,
lp
-
1000
)
Duel
.
SetLP
(
tp
,
lp
-
1000
)
...
...
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