Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
4
Merge Requests
4
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
ygopro-scripts-888
Commits
865e1757
Commit
865e1757
authored
Nov 29, 2023
by
Chen Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix タイラント・ドラゴン
parent
6373a211
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
c94568601.lua
c94568601.lua
+4
-4
No files found.
c94568601.lua
View file @
865e1757
...
...
@@ -35,7 +35,7 @@ function c94568601.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
)
e5
:
SetCode
(
EFFECT_SPSUMMON_COST
)
e5
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_SINGLE_RANGE
)
e5
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_
UNCOPYABLE
+
EFFECT_FLAG_
SINGLE_RANGE
)
e5
:
SetRange
(
LOCATION_GRAVE
)
e5
:
SetCost
(
c94568601
.
spcost
)
e5
:
SetOperation
(
c94568601
.
spcop
)
...
...
@@ -60,9 +60,9 @@ function c94568601.atkcon(e)
return
Duel
.
GetFieldGroupCount
(
e
:
GetHandlerPlayer
(),
0
,
LOCATION_MZONE
)
>
0
end
function
c94568601
.
spcost
(
e
,
c
,
tp
)
return
Duel
.
CheckReleaseGroup
(
REASON_
COST
,
tp
,
Card
.
IsRace
,
1
,
nil
,
RACE_DRAGON
)
return
Duel
.
CheckReleaseGroup
(
REASON_
ACTION
,
tp
,
Card
.
IsRace
,
1
,
nil
,
RACE_DRAGON
)
end
function
c94568601
.
spcop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
COST
,
tp
,
Card
.
IsRace
,
1
,
1
,
nil
,
RACE_DRAGON
)
Duel
.
Release
(
g
,
REASON_
EFFECT
)
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
ACTION
,
tp
,
Card
.
IsRace
,
1
,
1
,
nil
,
RACE_DRAGON
)
Duel
.
Release
(
g
,
REASON_
ACTION
)
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