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
60266646
Commit
60266646
authored
Sep 22, 2023
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2023/9/22 新增:黑曜之魔导兵,更新翻译
parent
47d265bb
Pipeline
#23531
passed with stages
in 7 minutes and 38 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
32 additions
and
6 deletions
+32
-6
RD Patch.cdb
RD Patch.cdb
+0
-0
RD Standard.cdb
RD Standard.cdb
+0
-0
script/c120246013.lua
script/c120246013.lua
+1
-1
script/c120246033.lua
script/c120246033.lua
+1
-1
script/c120246042.lua
script/c120246042.lua
+1
-1
script/c120246050.lua
script/c120246050.lua
+1
-1
script/c120246059.lua
script/c120246059.lua
+1
-1
script/c120246066.lua
script/c120246066.lua
+1
-1
script/c120246081.lua
script/c120246081.lua
+26
-0
No files found.
RD Patch.cdb
View file @
60266646
No preview for this file type
RD Standard.cdb
View file @
60266646
No preview for this file type
script/c120246013.lua
View file @
60266646
local
m
=
120246013
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"最强旗兽
雷击
三角兽"
cm
.
name
=
"最强旗兽
电压
三角兽"
function
cm
.
initial_effect
(
c
)
--Cannot Trigger
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120246033.lua
View file @
60266646
local
m
=
120246033
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"7
跃迁
"
cm
.
name
=
"7
调换
"
function
cm
.
initial_effect
(
c
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120246042.lua
View file @
60266646
local
m
=
120246042
local
list
=
{
120205014
,
120199001
,
120196050
,
120246055
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"云针
的战天女 羽衣
"
cm
.
name
=
"云针
之战天女 哈阁萝莫
"
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
--Fusion Material
...
...
script/c120246050.lua
View file @
60266646
local
m
=
120246050
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"燃将
就酱紫
"
cm
.
name
=
"燃将
谢雅内
"
function
cm
.
initial_effect
(
c
)
--To Hand
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120246059.lua
View file @
60266646
local
m
=
120246059
local
list
=
{
120189003
,
120130024
,
120140029
,
120189012
,
120140034
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"
Vi-FRND
"
cm
.
name
=
"
五友乐队
"
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
--Atk Up
...
...
script/c120246066.lua
View file @
60266646
local
m
=
120246066
local
list
=
{
120120028
,
120130025
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"
刺激的演出舞台
"
cm
.
name
=
"
应援念力发布活动
"
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
--Activate
...
...
script/c120246081.lua
0 → 100644
View file @
60266646
local
m
=
120246081
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"黑曜之魔导兵"
function
cm
.
initial_effect
(
c
)
--Atk Up
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetValue
(
cm
.
atkval
)
c
:
RegisterEffect
(
e1
)
end
--Atk Up
function
cm
.
filter
(
c
)
return
c
:
IsType
(
TYPE_SPELL
)
end
function
cm
.
atkval
(
e
,
c
)
local
ct
=
Duel
.
GetMatchingGroupCount
(
cm
.
filter
,
c
:
GetControler
(),
LOCATION_GRAVE
,
0
,
nil
)
local
atk
=
ct
*
100
if
ct
>=
5
then
return
atk
+
500
else
return
atk
end
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