Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
e5692347
Commit
e5692347
authored
Oct 14, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace c20000459.lua
parent
5b0eb222
Pipeline
#30440
canceled with stages
in 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
expansions/script/c20000459.lua
expansions/script/c20000459.lua
+6
-4
No files found.
expansions/script/c20000459.lua
View file @
e5692347
--威天之创导龙
require
(
"expansions/script/c20000450
"
)
dofile
(
"expansions/script/c20000450.lua
"
)
local
cm
,
m
=
fu_GD
.
RM_initial
()
--e1
cm
.
e1
=
fuef
.
FTO
(
"DR"
):
PRO
(
"DE+TG"
):
RAN
(
"M"
):
CTL
(
1
):
Func
(
"sd_con,tg1,op1"
)
function
cm
.
tg1f
(
g
)
return
function
(
e
,
ep
,
tp
)
...
...
@@ -11,11 +12,12 @@ function cm.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if
chkc
then
return
chkc
:
IsControler
(
1
-
tp
)
end
if
chk
==
0
then
return
fugf
.
GetFilter
(
tp
,
"+MS"
,
"TgChk"
,
e
,
1
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TARGET
)
Duel
.
SetChainLimit
(
cm
.
tg1f
(
fugf
.
SelectTg
(
tp
,
"+MS"
,
"TgChk"
,
e
)))
local
g
=
fugf
.
SelectTg
(
tp
,
"+MS"
,
"TgChk"
,
e
,
1
,
ev
)
Duel
.
SetChainLimit
(
cm
.
tg1f
(
g
))
end
function
cm
.
op1con1
(
e
)
local
tp
=
e
:
GetHandl
erPlayer
()
return
not
e
:
GetHandler
():
IsStatus
(
STATUS_EFFECT_ENABLED
)
and
not
fugf
.
GetFilter
(
tp
,
"M"
,
"IsTyp+IsRac+IsPos"
,
"RI+M,DR,FU"
,
1
)
local
tp
=
e
:
GetOwn
erPlayer
()
return
e
:
GetHandler
():
IsStatus
(
STATUS_EFFECT_ENABLED
)
and
fugf
.
GetFilter
(
tp
,
"M"
,
"IsTyp+IsRac+IsPos"
,
"RI+M,DR,FU"
,
1
)
end
function
cm
.
op1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_CARDS
):
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
)
...
...
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