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
5
Issues
5
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
ygopro-rush-duel
Commits
12687dd3
Commit
12687dd3
authored
Dec 01, 2024
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024/12/1 新增:梦中再诞
parent
b708bf53
Pipeline
#31500
passed with stages
in 9 minutes and 13 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
0 deletions
+55
-0
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120274037.lua
script/c120274037.lua
+9
-0
script/c120274067.lua
script/c120274067.lua
+46
-0
No files found.
RD Patch.cdb
View file @
12687dd3
No preview for this file type
script/c120274037.lua
0 → 100644
View file @
12687dd3
local
m
=
120274037
local
list
=
{
120274047
,
120274046
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"腕龙"
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
--Fusion Material
RD
.
AddFusionProcedure
(
c
,
list
[
1
],
list
[
2
])
end
\ No newline at end of file
script/c120274067.lua
0 → 100644
View file @
12687dd3
local
m
=
120274067
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"梦中再诞"
function
cm
.
initial_effect
(
c
)
--Activate
local
e1
=
RD
.
CreateFusionEffect
(
c
,
cm
.
matfilter
,
cm
.
spfilter
,
cm
.
exfilter
,
0
,
LOCATION_MZONE
,
cm
.
matcheck
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_FUSION_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_DRAW
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
c
:
RegisterEffect
(
e1
)
local
e2
=
e1
:
Clone
()
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetCondition
(
cm
.
condition2
)
c
:
RegisterEffect
(
e2
)
local
e3
=
e2
:
Clone
()
e3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
c
:
RegisterEffect
(
e3
)
--Condition
e1
:
SetCondition
(
cm
.
condition1
)
end
--Activate
function
cm
.
confilter
(
c
)
return
c
:
IsRace
(
RACE_INSECT
)
end
function
cm
.
matfilter
(
c
)
return
c
:
IsOnField
()
and
c
:
IsFaceup
()
end
function
cm
.
spfilter
(
c
)
return
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
and
c
:
IsRace
(
RACE_INSECT
)
end
function
cm
.
exfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsLevelBelow
(
9
)
end
function
cm
.
matcheck
(
tp
,
sg
,
fc
)
return
sg
:
GetCount
()
==
2
and
sg
:
IsExists
(
Card
.
IsControler
,
1
,
nil
,
tp
)
and
sg
:
IsExists
(
Card
.
IsLevelBelow
,
1
,
nil
,
9
)
end
function
cm
.
condition1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
==
1
-
tp
and
ep
~=
tp
and
Duel
.
IsExistingMatchingCard
(
cm
.
confilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
function
cm
.
condition2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
==
1
-
tp
and
eg
:
IsExists
(
cm
.
confilter
,
1
,
nil
,
1
-
tp
)
and
Duel
.
IsExistingMatchingCard
(
cm
.
confilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
\ No newline at end of file
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