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
Huangnan
no81cards
Commits
f3246b9f
Commit
f3246b9f
authored
May 16, 2023
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
bab39e83
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
6 deletions
+7
-6
expansions/script/c15004367.lua
expansions/script/c15004367.lua
+1
-1
expansions/script/c22348235.lua
expansions/script/c22348235.lua
+2
-1
expansions/script/c22348236.lua
expansions/script/c22348236.lua
+1
-1
expansions/script/c22348237.lua
expansions/script/c22348237.lua
+1
-1
expansions/script/c22348238.lua
expansions/script/c22348238.lua
+1
-1
expansions/script/c22348239.lua
expansions/script/c22348239.lua
+1
-1
No files found.
expansions/script/c15004367.lua
View file @
f3246b9f
...
...
@@ -34,7 +34,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
cm
.
spcfilter
(
c
)
return
c
:
IsSetCard
(
0xcf30
)
and
c
:
IsFaceup
()
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0xcf30
)
and
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
Faceup
()
and
c
:
IsAbleToHand
()
end
function
cm
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
cm
.
spcfilter
(
chkc
)
end
...
...
expansions/script/c22348235.lua
View file @
f3246b9f
...
...
@@ -60,8 +60,9 @@ function c22348235.sop(e,tp,eg,ep,ev,re,r,rp)
e
:
GetHandler
():
RegisterFlagEffect
(
22348235
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
+
RESET_CHAIN
,
0
,
1
)
end
function
c22348235
.
recon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetCurrentChain
()
==
1
and
(
e
:
GetHandler
():
GetFlagEffect
(
m
)
>
0
or
e
:
GetCode
()
~=
EVENT_CHAIN_NEGATED
)
return
(
e
:
GetHandler
():
GetFlagEffect
(
m
)
>
0
or
e
:
GetCode
()
~=
EVENT_CHAIN_NEGATED
)
end
-- Duel.GetCurrentChain()==1 and
function
c22348235
.
reop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ng
=
Group
.
CreateGroup
()
for
i
=
1
,
ev
do
...
...
expansions/script/c22348236.lua
View file @
f3246b9f
...
...
@@ -56,7 +56,7 @@ function c22348236.sop(e,tp,eg,ep,ev,re,r,rp)
e
:
GetHandler
():
RegisterFlagEffect
(
22348236
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
+
RESET_CHAIN
,
0
,
1
)
end
function
c22348236
.
recon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetCurrentChain
()
==
1
and
(
e
:
GetHandler
():
GetFlagEffect
(
22348236
)
>
0
or
e
:
GetCode
()
~=
EVENT_CHAIN_NEGATED
)
return
(
e
:
GetHandler
():
GetFlagEffect
(
22348236
)
>
0
or
e
:
GetCode
()
~=
EVENT_CHAIN_NEGATED
)
end
function
c22348236
.
reop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ng
=
Group
.
CreateGroup
()
...
...
expansions/script/c22348237.lua
View file @
f3246b9f
...
...
@@ -69,7 +69,7 @@ function c22348237.sop(e,tp,eg,ep,ev,re,r,rp)
e
:
GetHandler
():
RegisterFlagEffect
(
22348237
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
+
RESET_CHAIN
,
0
,
1
)
end
function
c22348237
.
recon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetCurrentChain
()
==
1
and
(
e
:
GetHandler
():
GetFlagEffect
(
22348237
)
>
0
or
e
:
GetCode
()
~=
EVENT_CHAIN_NEGATED
)
return
(
e
:
GetHandler
():
GetFlagEffect
(
22348237
)
>
0
or
e
:
GetCode
()
~=
EVENT_CHAIN_NEGATED
)
end
function
c22348237
.
reop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ng
=
Group
.
CreateGroup
()
...
...
expansions/script/c22348238.lua
View file @
f3246b9f
...
...
@@ -60,7 +60,7 @@ function c22348238.sop(e,tp,eg,ep,ev,re,r,rp)
e
:
GetHandler
():
RegisterFlagEffect
(
22348238
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
+
RESET_CHAIN
,
0
,
1
)
end
function
c22348238
.
recon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetCurrentChain
()
==
1
and
(
e
:
GetHandler
():
GetFlagEffect
(
m
)
>
0
or
e
:
GetCode
()
~=
EVENT_CHAIN_NEGATED
)
return
(
e
:
GetHandler
():
GetFlagEffect
(
m
)
>
0
or
e
:
GetCode
()
~=
EVENT_CHAIN_NEGATED
)
end
function
c22348238
.
reop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ng
=
Group
.
CreateGroup
()
...
...
expansions/script/c22348239.lua
View file @
f3246b9f
...
...
@@ -57,7 +57,7 @@ function c22348239.sop(e,tp,eg,ep,ev,re,r,rp)
e
:
GetHandler
():
RegisterFlagEffect
(
22348239
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TURN_SET
+
RESET_CHAIN
,
0
,
1
)
end
function
c22348239
.
recon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetCurrentChain
()
==
1
and
(
e
:
GetHandler
():
GetFlagEffect
(
22348239
)
>
0
or
e
:
GetCode
()
~=
EVENT_CHAIN_NEGATED
)
return
(
e
:
GetHandler
():
GetFlagEffect
(
22348239
)
>
0
or
e
:
GetCode
()
~=
EVENT_CHAIN_NEGATED
)
end
function
c22348239
.
reop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ng
=
Group
.
CreateGroup
()
...
...
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