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
3dc65662
Commit
3dc65662
authored
Nov 18, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3ad6d71c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
expansions/script/c12866645.lua
expansions/script/c12866645.lua
+2
-1
expansions/script/c12866665.lua
expansions/script/c12866665.lua
+1
-1
expansions/script/c71403010.lua
expansions/script/c71403010.lua
+1
-1
No files found.
expansions/script/c12866645.lua
View file @
3dc65662
...
...
@@ -37,7 +37,7 @@ function s.initial_effect(c)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e5
:
SetCode
(
EVENT_TO_HAND
)
e5
:
SetCountLimit
(
1
,
id
)
e5
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e5
:
SetProperty
(
EFFECT_FLAG_
CARD_TARGET
+
EFFECT_FLAG_
DELAY
)
e5
:
SetCondition
(
s
.
tgcon
)
e5
:
SetTarget
(
s
.
tgtg
)
e5
:
SetOperation
(
s
.
tgop
)
...
...
@@ -79,6 +79,7 @@ function s.tgtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
Card
.
IsAbleToGrave
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
g
=
Duel
.
SelectTarget
(
tp
,
Card
.
IsAbleToGrave
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
1
,
nil
)
Duel
.
HintSelection
(
g
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
g
,
1
,
0
,
0
)
end
function
s
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c12866665.lua
View file @
3dc65662
...
...
@@ -31,7 +31,7 @@ function s.initial_effect(c)
end
s
.
toss_coin
=
true
function
s
.
desfilter
(
c
)
return
c
:
IsSetCard
(
0x9a7c
)
and
c
:
IsFaceupEx
()
return
c
:
IsSetCard
(
0x9a7c
)
and
c
:
IsFaceupEx
()
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
s
.
cotg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
...
...
expansions/script/c71403010.lua
View file @
3dc65662
...
...
@@ -75,7 +75,7 @@ function c71403010.op1(e,tp,eg,ep,ev,re,r,rp)
if
op1
==
0
then
if
Duel
.
SendtoExtraP
(
tc
,
nil
,
REASON_EFFECT
)
~=
0
and
tc
:
IsLocation
(
LOCATION_EXTRA
)
and
tc
:
IsFaceup
()
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_OPERATECARD
)
local
og
=
Duel
.
SelectMatchingCard
(
c71403010
.
filter1a2
,
tp
,
LOCATION_EXTRA
+
LOCATION_HAND
,
0
,
1
,
1
,
nil
,
p_zone_check
)
local
og
=
Duel
.
SelectMatchingCard
(
tp
,
c71403010
.
filter1a2
,
tp
,
LOCATION_EXTRA
+
LOCATION_HAND
,
0
,
1
,
1
,
nil
,
p_zone_check
)
if
og
:
GetCount
()
==
0
then
return
end
local
oc
=
og
:
GetFirst
()
local
op2
=
0
...
...
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