Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
MyCard
pre-release-database-cdb
Commits
2607db3e
Commit
2607db3e
authored
Mar 26, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 閃刀亜式-レムニスゲート
parent
b540559c
Pipeline
#34235
passed with stages
in 1 minute and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
pack/2025-04-26 DUAD.ydk
pack/2025-04-26 DUAD.ydk
+2
-0
script/c101301069.lua
script/c101301069.lua
+9
-6
No files found.
pack/2025-04-26 DUAD.ydk
View file @
2607db3e
...
@@ -18,11 +18,13 @@
...
@@ -18,11 +18,13 @@
101301042
101301042
101301043
101301043
101301044
101301044
101301049
101301052
101301052
101301059
101301059
101301060
101301060
101301061
101301061
101301062
101301062
101301068
101301068
101301069
101301074
101301074
101301076
101301076
script/c101301069.lua
View file @
2607db3e
--閃刀亜式
ー
レムニスゲート
--閃刀亜式
-
レムニスゲート
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCategory
(
CATEGORY_TODECK
)
e1
:
SetCategory
(
CATEGORY_TODECK
+
CATEGORY_TOHAND
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e1
:
SetCountLimit
(
1
,
id
)
e1
:
SetCountLimit
(
1
,
id
)
e1
:
SetTarget
(
s
.
thtg
)
e1
:
SetTarget
(
s
.
thtg
)
e1
:
SetOperation
(
s
.
thop
)
e1
:
SetOperation
(
s
.
thop
)
...
@@ -41,9 +42,10 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -41,9 +42,10 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local
g2
=
Duel
.
GetMatchingGroup
(
s
.
mfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
,
e
)
local
g2
=
Duel
.
GetMatchingGroup
(
s
.
mfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
,
e
)
if
chkc
then
return
false
end
if
chkc
then
return
false
end
if
chk
==
0
then
return
g1
:
GetCount
()
>
0
and
g2
:
GetCount
()
>
0
end
if
chk
==
0
then
return
g1
:
GetCount
()
>
0
and
g2
:
GetCount
()
>
0
end
local
g
=
g1
:
__add
(
g2
)
g1
:
Merge
(
g2
)
local
tg
=
g
:
SelectSubGroup
(
tp
,
s
.
fselect
,
false
,
2
)
local
tg
=
g
1
:
SelectSubGroup
(
tp
,
s
.
fselect
,
false
,
2
)
Duel
.
SetTargetCard
(
tg
)
Duel
.
SetTargetCard
(
tg
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
tg
,
#
tg
,
0
,
0
)
end
end
function
s
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
sg
=
Duel
.
GetTargetsRelateToChain
()
local
sg
=
Duel
.
GetTargetsRelateToChain
()
...
@@ -55,15 +57,16 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -55,15 +57,16 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
if
ct
>
0
and
dg
:
GetCount
()
>
0
then
if
ct
>
0
and
dg
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RTOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RTOHAND
)
local
dc
=
dg
:
CancelableSelect
(
tp
,
1
,
ct
,
nil
)
local
dc
=
dg
:
CancelableSelect
(
tp
,
1
,
ct
,
nil
)
if
dc
then
if
dc
and
dc
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
HintSelection
(
dc
)
Duel
.
SendtoHand
(
dc
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
dc
,
nil
,
REASON_EFFECT
)
end
end
end
end
end
end
end
end
function
s
.
cfilter
(
c
,
tp
)
function
s
.
cfilter
(
c
,
tp
)
return
c
:
IsSetCard
(
0x11
1
5
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
tp
)
return
c
:
IsSetCard
(
0x115
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsControler
(
tp
)
end
end
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
s
.
cfilter
,
1
,
nil
,
tp
)
return
eg
:
IsExists
(
s
.
cfilter
,
1
,
nil
,
tp
)
...
...
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