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
Mr.Tan
pre-release-database-cdb
Commits
2daf5b16
Commit
2daf5b16
authored
Apr 20, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 鎧騎士竜-ナイト・アームド・ドラゴン-
parent
fa4a7e44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
script/c101205012.lua
script/c101205012.lua
+5
-3
No files found.
script/c101205012.lua
View file @
2daf5b16
--鎧騎士竜
-ナイト・アームド・ドラゴン-
--鎧騎士竜
-ナイト・アームド・ドラゴン-
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
@@ -63,8 +63,10 @@ function s.raatop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -63,8 +63,10 @@ function s.raatop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
and
Duel
.
IsExistingMatchingCard
(
s
.
raatfilter
,
tp
,
LOCATION_REMOVED
,
0
,
1
,
nil
,
c
)
then
if
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
and
Duel
.
IsExistingMatchingCard
(
s
.
raatfilter
,
tp
,
LOCATION_REMOVED
,
0
,
1
,
nil
,
c
)
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
raatfilter
,
tp
,
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
,
c
):
GetFirst
()
local
tg
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
raatfilter
,
tp
,
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
,
c
)
if
tc
then
if
tg
:
GetCount
()
>
0
then
Duel
.
HintSelection
(
tg
)
local
tc
=
tg
:
GetFirst
()
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_COPY_INHERIT
)
e1
:
SetProperty
(
EFFECT_FLAG_COPY_INHERIT
)
...
...
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