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
9f50e853
Commit
9f50e853
authored
Dec 27, 2023
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2023/12/27 融合操作更新,允许返回选择融合怪兽
parent
29d629c6
Pipeline
#24684
passed with stages
in 16 minutes and 35 seconds
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
268 additions
and
192 deletions
+268
-192
RD Standard.cdb
RD Standard.cdb
+0
-0
script/RDFusion.lua
script/RDFusion.lua
+265
-188
script/c120238001.lua
script/c120238001.lua
+1
-1
script/c120253066.lua
script/c120253066.lua
+1
-2
script/c120254042.lua
script/c120254042.lua
+1
-1
No files found.
RD Standard.cdb
View file @
9f50e853
No preview for this file type
script/RDFusion.lua
View file @
9f50e853
This diff is collapsed.
Click to expand it.
script/c120238001.lua
View file @
9f50e853
...
@@ -3,7 +3,7 @@ local cm=_G["c"..m]
...
@@ -3,7 +3,7 @@ local cm=_G["c"..m]
cm
.
name
=
"五神龙"
cm
.
name
=
"五神龙"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--Fusion Material
--Fusion Material
RD
.
AddFusionProcedure
Type
(
c
,
cm
.
matfilter
,
cm
.
matfilter
,
cm
.
matfilter
,
cm
.
matfilter
,
cm
.
matfilter
)
RD
.
AddFusionProcedure
(
c
,
false
,
cm
.
matfilter
,
cm
.
matfilter
,
cm
.
matfilter
,
cm
.
matfilter
,
cm
.
matfilter
)
--Only Fusion Summon
--Only Fusion Summon
local
e0
=
Effect
.
CreateEffect
(
c
)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
script/c120253066.lua
View file @
9f50e853
...
@@ -16,8 +16,7 @@ function cm.filter(c)
...
@@ -16,8 +16,7 @@ function cm.filter(c)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsAbleToExtra
()
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsAbleToExtra
()
end
end
function
cm
.
spfilter
(
c
,
e
,
tp
,
fc
)
function
cm
.
spfilter
(
c
,
e
,
tp
,
fc
)
return
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_GRAVE
)
and
aux
.
IsMaterialListCode
(
fc
,
c
:
GetCode
())
return
aux
.
IsMaterialListCode
(
fc
,
c
:
GetCode
())
and
RD
.
IsCanBeSpecialSummoned
(
c
,
e
,
tp
,
POS_FACEUP
)
and
RD
.
IsCanBeSpecialSummoned
(
c
,
e
,
tp
,
POS_FACEUP
)
end
end
function
cm
.
check
(
g
,
fc
)
function
cm
.
check
(
g
,
fc
)
return
fc
:
CheckFusionMaterial
(
g
,
nil
,
PLAYER_NONE
,
true
)
return
fc
:
CheckFusionMaterial
(
g
,
nil
,
PLAYER_NONE
,
true
)
...
...
script/c120254042.lua
View file @
9f50e853
...
@@ -3,7 +3,7 @@ local cm=_G["c"..m]
...
@@ -3,7 +3,7 @@ local cm=_G["c"..m]
cm
.
name
=
"传导士 炼金化学人·水雷"
cm
.
name
=
"传导士 炼金化学人·水雷"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--Fusion Material
--Fusion Material
RD
.
AddFusionProcedure
Type
(
c
,
cm
.
matfilter1
,
cm
.
matfilter2
)
RD
.
AddFusionProcedure
(
c
,
false
,
cm
.
matfilter1
,
cm
.
matfilter2
)
--Atk Up
--Atk Up
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
...
...
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