Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-rush-duel
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
Clara Grace Paulsen
ygopro-rush-duel
Commits
df5ad575
Commit
df5ad575
authored
Nov 07, 2022
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022/11/7 新增:破灭的龙魔导士
parent
370cd3bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
2 deletions
+39
-2
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120231049.lua
script/c120231049.lua
+37
-0
script/c120231051.lua
script/c120231051.lua
+2
-2
No files found.
RD Patch.cdb
View file @
df5ad575
No preview for this file type
script/c120231049.lua
0 → 100644
View file @
df5ad575
local
m
=
120231049
local
list
=
{
120105013
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"破灭的龙魔导士"
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
--Indes
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCost
(
cm
.
cost
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
operation
)
c
:
RegisterEffect
(
e1
)
end
--Indes
cm
.
indval
=
RD
.
ValueEffectIndesType
(
0
,
TYPE_TRAP
)
function
cm
.
costfilter
(
c
)
return
c
:
IsRace
(
RACE_SPELLCASTER
+
RACE_DRAGON
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
end
function
cm
.
filter
(
c
)
return
c
:
IsFaceup
()
and
RD
.
IsCanAttachEffectIndes
(
c
,
cm
.
indval
)
end
function
cm
.
setfilter
(
c
)
return
c
:
IsCode
(
list
[
1
])
and
c
:
IsSSetable
()
end
cm
.
cost
=
RD
.
CostSendGraveToDeck
(
cm
.
costfilter
,
4
,
4
)
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
end
function
cm
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
RD
.
SelectAndDoAction
(
aux
.
Stringid
(
m
,
1
),
cm
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
function
(
g
)
RD
.
AttachEffectIndes
(
e
,
g
:
GetFirst
(),
cm
.
indval
,
aux
.
Stringid
(
m
,
2
),
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
RD
.
CanSelectAndSet
(
aux
.
Stringid
(
m
,
3
),
aux
.
NecroValleyFilter
(
cm
.
setfilter
),
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
)
end
)
end
\ No newline at end of file
script/c120231051.lua
View file @
df5ad575
local
m
=
120231051
local
m
=
120231051
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"
双
重双生龙"
cm
.
name
=
"
二
重双生龙"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--Extra Tribute
--Extra Tribute
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
@@ -15,7 +15,7 @@ end
...
@@ -15,7 +15,7 @@ end
--Extra Tribute
--Extra Tribute
function
cm
.
trival
(
e
,
c
)
function
cm
.
trival
(
e
,
c
)
if
e
==
nil
then
if
e
==
nil
then
return
fals
e
,
0
,
RACE_DRAGON
return
tru
e
,
0
,
RACE_DRAGON
end
end
return
c
:
IsLevel
(
7
)
and
c
:
IsRace
(
RACE_DRAGON
)
return
c
:
IsLevel
(
7
)
and
c
:
IsRace
(
RACE_DRAGON
)
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