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
b82ff3be
Commit
b82ff3be
authored
Sep 11, 2024
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1d7ece2e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
73 additions
and
44 deletions
+73
-44
expansions/script/c53702500.lua
expansions/script/c53702500.lua
+67
-37
expansions/script/c88800029.lua
expansions/script/c88800029.lua
+2
-2
expansions/script/c88800030.lua
expansions/script/c88800030.lua
+2
-2
expansions/script/c88881062.lua
expansions/script/c88881062.lua
+2
-3
No files found.
expansions/script/c53702500.lua
View file @
b82ff3be
This diff is collapsed.
Click to expand it.
expansions/script/c88800029.lua
View file @
b82ff3be
...
...
@@ -2,7 +2,7 @@
function
c88800029
.
initial_effect
(
c
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
88800029
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
88800029
,
1
))
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
...
...
@@ -13,7 +13,7 @@ function c88800029.initial_effect(c)
c
:
RegisterEffect
(
e1
)
--activate
local
e2
=
Effect
.
CreateEffect
(
c
)
e
1
:
SetDescription
(
aux
.
Stringid
(
88800029
,
1
))
e
2
:
SetDescription
(
aux
.
Stringid
(
88800029
,
2
))
e2
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
...
...
expansions/script/c88800030.lua
View file @
b82ff3be
...
...
@@ -25,7 +25,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e3
)
--SpecialSummon
local
e4
=
Effect
.
CreateEffect
(
c
)
e
1
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e
4
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e4
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e4
:
SetType
(
EFFECT_TYPE_IGNITION
)
e4
:
SetRange
(
LOCATION_FZONE
)
...
...
@@ -35,7 +35,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e4
)
--SpecialSummon
local
e5
=
Effect
.
CreateEffect
(
c
)
e
1
:
SetDescription
(
aux
.
Stringid
(
id
,
2
))
e
5
:
SetDescription
(
aux
.
Stringid
(
id
,
2
))
e5
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e5
:
SetType
(
EFFECT_TYPE_IGNITION
)
e5
:
SetRange
(
LOCATION_FZONE
)
...
...
expansions/script/c88881062.lua
View file @
b82ff3be
...
...
@@ -39,11 +39,10 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
s
.
atcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
Duel
.
GetAttacker
()
==
c
and
c
:
IsChainAttackable
(
0
,
true
)
and
Duel
.
GetLP
(
1
-
tp
)
<=
7816
return
Duel
.
GetLP
(
1
-
tp
)
<=
7816
end
function
s
.
filter
(
c
)
return
(
c
:
IsCode
(
88800017
)
or
c
:
IsCode
(
88800012
)
or
c
:
IsCode
(
88800022
)
)
and
c
:
IsAbleToHand
()
return
c
:
IsCode
(
88800017
,
88800012
,
88800022
)
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
...
...
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