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
d2340172
Commit
d2340172
authored
Nov 23, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
196a48bc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
5 deletions
+26
-5
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/pics/9910711.jpg
expansions/pics/9910711.jpg
+0
-0
expansions/script/c33331810.lua
expansions/script/c33331810.lua
+1
-1
expansions/script/c49811161.lua
expansions/script/c49811161.lua
+4
-4
expansions/script/c9910731.lua
expansions/script/c9910731.lua
+21
-0
No files found.
expansions/no81.cdb
View file @
d2340172
No preview for this file type
expansions/pics/9910711.jpg
deleted
100644 → 0
View file @
196a48bc
43.4 KB
expansions/script/c33331810.lua
View file @
d2340172
...
@@ -36,7 +36,7 @@ function c33331810.imcon(e)
...
@@ -36,7 +36,7 @@ function c33331810.imcon(e)
return
Duel
.
IsExistingMatchingCard
(
c33331810
.
ickfil
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
c33331810
.
ickfil
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
end
function
c33331810
.
ctdfil
(
c
)
function
c33331810
.
ctdfil
(
c
)
return
c
:
Is
AbleToGraveAsCost
()
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSetCard
(
0x566
)
return
c
:
Is
Faceup
()
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSetCard
(
0x566
)
end
end
function
c33331810
.
tdgck
(
g
)
function
c33331810
.
tdgck
(
g
)
return
g
:
GetCount
()
==
1
or
g
:
GetCount
()
==
10
return
g
:
GetCount
()
==
1
or
g
:
GetCount
()
==
10
...
...
expansions/script/c49811161.lua
View file @
d2340172
--ぎりぎり対峙するG
--ぎりぎり対峙するG
function
c49811161
.
initial_effect
(
c
)
function
c49811161
.
initial_effect
(
c
)
c
:
EnableCounterPermit
(
0x49
81
)
c
:
EnableCounterPermit
(
0x49
0
)
--change name
--change name
aux
.
EnableChangeCode
(
c
,
15721123
,
LOCATION_GRAVE
)
aux
.
EnableChangeCode
(
c
,
15721123
,
LOCATION_GRAVE
)
--spsummon
--spsummon
...
@@ -38,7 +38,7 @@ function c49811161.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -38,7 +38,7 @@ function c49811161.spop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
~=
0
then
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
~=
0
then
local
cn
=
Duel
.
GetMatchingGroupCount
(
nil
,
tp
,
LOCATION_HAND
,
LOCATION_HAND
,
nil
)
local
cn
=
Duel
.
GetMatchingGroupCount
(
nil
,
tp
,
LOCATION_HAND
,
LOCATION_HAND
,
nil
)
c
:
AddCounter
(
0x49
81
,
cn
)
c
:
AddCounter
(
0x49
0
,
cn
)
c
:
CompleteProcedure
()
c
:
CompleteProcedure
()
c
:
RegisterFlagEffect
(
49811161
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TOFIELD
,
0
,
1
)
c
:
RegisterFlagEffect
(
49811161
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TOFIELD
,
0
,
1
)
end
end
...
@@ -52,8 +52,8 @@ end
...
@@ -52,8 +52,8 @@ end
function
c49811161
.
rctop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c49811161
.
rctop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
c
:
IsFaceup
()
and
c
:
IsRelateToEffect
(
e
)
then
if
c
:
IsFaceup
()
and
c
:
IsRelateToEffect
(
e
)
then
if
c
:
IsCanRemoveCounter
(
tp
,
0x49
81
,
1
,
REASON_EFFECT
)
then
if
c
:
IsCanRemoveCounter
(
tp
,
0x49
0
,
1
,
REASON_EFFECT
)
then
c
:
RemoveCounter
(
tp
,
0x49
81
,
1
,
REASON_EFFECT
)
c
:
RemoveCounter
(
tp
,
0x49
0
,
1
,
REASON_EFFECT
)
else
else
Duel
.
Destroy
(
c
,
REASON_EFFECT
)
Duel
.
Destroy
(
c
,
REASON_EFFECT
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c9910731.lua
View file @
d2340172
...
@@ -85,6 +85,27 @@ function c9910731.conop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -85,6 +85,27 @@ function c9910731.conop(e,tp,eg,ep,ev,re,r,rp)
e3
:
SetLabelObject
(
tc
)
e3
:
SetLabelObject
(
tc
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
2
)
e3
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
2
)
Duel
.
RegisterEffect
(
e3
,
tp
)
Duel
.
RegisterEffect
(
e3
,
tp
)
if
tc
:
IsOnField
()
and
tc
:
IsFaceup
()
and
tc
:
IsCanBeDisabledByEffect
(
e
)
then
Duel
.
NegateRelatedChain
(
tc
,
RESET_TURN_SET
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
e4
:
SetCode
(
EFFECT_DISABLE
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
2
)
tc
:
RegisterEffect
(
e4
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
)
e5
:
SetCode
(
EFFECT_DISABLE_EFFECT
)
e5
:
SetValue
(
RESET_TURN_SET
)
e5
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
2
)
tc
:
RegisterEffect
(
e5
)
if
tc
:
IsType
(
TYPE_TRAPMONSTER
)
then
local
e6
=
Effect
.
CreateEffect
(
c
)
e6
:
SetType
(
EFFECT_TYPE_SINGLE
)
e6
:
SetCode
(
EFFECT_DISABLE_TRAPMONSTER
)
e6
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
2
)
tc
:
RegisterEffect
(
e6
)
end
end
end
end
end
end
function
c9910731
.
distg
(
e
,
c
)
function
c9910731
.
distg
(
e
,
c
)
...
...
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