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
e935f95d
Commit
e935f95d
authored
Mar 08, 2025
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025/3/8 更新翻译,已发售的卡移至正式卡
parent
e7f43934
Pipeline
#33516
passed with stages
in 11 minutes and 16 seconds
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
19 additions
and
27 deletions
+19
-27
RD Patch.cdb
RD Patch.cdb
+0
-0
RD Standard.cdb
RD Standard.cdb
+0
-0
script/c120109049.lua
script/c120109049.lua
+1
-1
script/c120278001.lua
script/c120278001.lua
+11
-19
script/c120278006.lua
script/c120278006.lua
+1
-1
script/c120278028.lua
script/c120278028.lua
+1
-1
script/c120278037.lua
script/c120278037.lua
+1
-1
script/c120279004.lua
script/c120279004.lua
+1
-1
script/c120279005.lua
script/c120279005.lua
+1
-1
script/c120279006.lua
script/c120279006.lua
+1
-1
script/c120279007.lua
script/c120279007.lua
+1
-1
No files found.
RD Patch.cdb
View file @
e935f95d
No preview for this file type
RD Standard.cdb
View file @
e935f95d
No preview for this file type
script/c120109049.lua
View file @
e935f95d
local
m
=
120109049
local
m
=
120109049
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"
化身混沌
莱檬"
cm
.
name
=
"
外层混沌星史
莱檬"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--Discard Deck
--Discard Deck
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120278001.lua
View file @
e935f95d
...
@@ -25,13 +25,6 @@ function cm.initial_effect(c)
...
@@ -25,13 +25,6 @@ function cm.initial_effect(c)
e3
:
SetCode
(
EFFECT_EXTRA_ATTACK_MONSTER
)
e3
:
SetCode
(
EFFECT_EXTRA_ATTACK_MONSTER
)
e3
:
SetValue
(
cm
.
atkval
)
e3
:
SetValue
(
cm
.
atkval
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
--Material Check
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
e4
:
SetCode
(
EFFECT_MATERIAL_CHECK
)
e4
:
SetLabelObject
(
e3
)
e4
:
SetValue
(
cm
.
check
)
c
:
RegisterEffect
(
e4
)
--Continuous Effect
--Continuous Effect
RD
.
AddContinuousEffect
(
c
,
e3
)
RD
.
AddContinuousEffect
(
c
,
e3
)
end
end
...
@@ -40,23 +33,22 @@ cm.unspecified_funsion=true
...
@@ -40,23 +33,22 @@ cm.unspecified_funsion=true
function
cm
.
matfilter
(
c
,
fc
,
sub
)
function
cm
.
matfilter
(
c
,
fc
,
sub
)
return
c
:
IsRace
(
RACE_MACHINE
)
return
c
:
IsRace
(
RACE_MACHINE
)
end
end
--Material Check
function
cm
.
check
(
e
,
c
)
local
ct
=
c
:
GetMaterialCount
()
if
ct
>
1
then
e
:
GetLabelObject
():
SetLabel
(
ct
-
1
)
else
e
:
GetLabelObject
():
SetLabel
(
0
)
end
end
--Base Atk & Def
--Base Atk & Def
function
cm
.
adval
(
e
)
function
cm
.
adval
(
e
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
c
:
IsSummonType
(
SUMMON_TYPE_FUSION
)
then
return
c
:
GetMaterialCount
()
*
800
if
c
:
GetFlagEffect
(
20278001
)
~=
0
then
else
return
0
end
return
c
:
GetMaterialCount
()
*
800
else
return
0
end
end
end
--Multiple Attack
--Multiple Attack
function
cm
.
atkval
(
e
)
function
cm
.
atkval
(
e
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
c
:
GetFlagEffect
(
20278001
)
~=
0
then
return
e
:
GetLabel
()
else
return
0
end
local
ct
=
c
:
GetMaterialCount
()
if
c
:
GetFlagEffect
(
20278001
)
~=
0
and
ct
>
1
then
return
ct
-
1
else
return
0
end
end
end
\ No newline at end of file
script/c120278006.lua
View file @
e935f95d
local
m
=
120278006
local
m
=
120278006
local
list
=
{
120231024
}
local
list
=
{
120231024
}
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"电子龙火箭"
cm
.
name
=
"电子龙
·
火箭"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
RD
.
AddCodeList
(
c
,
list
)
--Summon Procedure
--Summon Procedure
...
...
script/c120278028.lua
View file @
e935f95d
local
m
=
120278028
local
m
=
120278028
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"电子变
奏
"
cm
.
name
=
"电子变
化
"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120278037.lua
View file @
e935f95d
local
m
=
120278037
local
m
=
120278037
local
list
=
{
120231024
}
local
list
=
{
120231024
}
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"电子
科技
溢出"
cm
.
name
=
"电子溢出"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
RD
.
AddCodeList
(
c
,
list
)
--Activate
--Activate
...
...
script/c120279004.lua
View file @
e935f95d
local
m
=
120279004
local
m
=
120279004
local
list
=
{
120247008
,
120254070
}
local
list
=
{
120247008
,
120254070
}
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"鹰身女君王 华丽
装
甲"
cm
.
name
=
"鹰身女君王 华丽
铠
甲"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
RD
.
AddCodeList
(
c
,
list
)
--Fusion Material
--Fusion Material
...
...
script/c120279005.lua
View file @
e935f95d
local
m
=
120279005
local
m
=
120279005
local
list
=
{
120247009
}
local
list
=
{
120247009
}
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"鹰身甜心
魅力
衣装"
cm
.
name
=
"鹰身甜心
魅惑
衣装"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
RD
.
AddCodeList
(
c
,
list
)
--Fusion Material
--Fusion Material
...
...
script/c120279006.lua
View file @
e935f95d
local
m
=
120279006
local
m
=
120279006
local
list
=
{
120247002
,
120207007
}
local
list
=
{
120247002
,
120207007
}
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"鹰身
重开者
"
cm
.
name
=
"鹰身
女士
"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
RD
.
AddCodeList
(
c
,
list
)
--Discard Deck
--Discard Deck
...
...
script/c120279007.lua
View file @
e935f95d
local
m
=
120279007
local
m
=
120279007
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"鹰身
铃铛
"
cm
.
name
=
"鹰身
佳丽
"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--Special Summon
--Special Summon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
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