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
9bf9032a
Commit
9bf9032a
authored
Dec 30, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert ギャラクシーアイズ・アンチマター・ドラゴン
parent
eefc83e9
Pipeline
#42238
passed with stages
in 3 minutes and 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
15 deletions
+9
-15
script/c100251004.lua
script/c100251004.lua
+9
-15
No files found.
script/c100251004.lua
View file @
9bf9032a
...
...
@@ -38,8 +38,7 @@ function s.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
local
ct
=
Duel
.
GetOperatedGroup
():
GetFirst
()
if
ct
:
IsType
(
TYPE_MONSTER
)
then
e
:
SetLabel
(
ct
:
GetFieldID
())
e
:
SetLabelObject
(
ct
)
e
:
SetLabel
(
ct
:
GetOriginalRace
())
else
e
:
SetLabel
(
0
)
end
...
...
@@ -68,12 +67,8 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
1
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
c
:
RegisterEffect
(
e1
)
local
fid
=
e
:
GetLabel
()
if
fid
>
0
then
local
cc
=
e
:
GetLabelObject
()
local
race
=
cc
:
GetRace
()
if
cc
:
GetFieldID
()
~=
fid
then
race
=
cc
:
GetOriginalRace
()
end
if
fid
~=
0
and
Duel
.
IsExistingMatchingCard
(
s
.
tgfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
race
)
local
race
=
e
:
GetLabel
()
if
e
:
GetLabel
()
~=
0
and
Duel
.
IsExistingMatchingCard
(
s
.
tgfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
race
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
2
))
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
...
...
@@ -83,5 +78,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
end
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