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
f4958407
Commit
f4958407
authored
Sep 05, 2022
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022/9/5 新增:银河舰希腊剑,更新翻译
parent
051a948d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
2 deletions
+37
-2
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120228025.lua
script/c120228025.lua
+1
-1
script/c120228028.lua
script/c120228028.lua
+1
-1
script/c120228040.lua
script/c120228040.lua
+35
-0
No files found.
RD Patch.cdb
View file @
f4958407
No preview for this file type
script/c120228025.lua
View file @
f4958407
local
m
=
120228025
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"风碎之
体育
海盗"
cm
.
name
=
"风碎之
消物哨管
海盗"
function
cm
.
initial_effect
(
c
)
--To Hand
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120228028.lua
View file @
f4958407
local
m
=
120228028
local
list
=
{
120170065
,
120155030
,
120151039
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"新米寿司天使 舍利"
cm
.
name
=
"新米寿司天使
沙利叶
舍利"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
],
list
[
2
],
list
[
3
])
--Set
...
...
script/c120228040.lua
0 → 100644
View file @
f4958407
local
m
=
120228040
local
list
=
{
120208002
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"银河舰希腊剑"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
])
--Activate
RD
.
RegisterEquipEffect
(
c
,
cm
.
condition
,
nil
,
cm
.
target
)
--Atk Up
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_EQUIP
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetValue
(
cm
.
upval
)
c
:
RegisterEffect
(
e1
)
end
--Activate
function
cm
.
confilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsLevel
(
7
,
8
)
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
Duel
.
IsExistingMatchingCard
(
cm
.
confilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
end
function
cm
.
target
(
c
,
e
,
tp
)
return
c
:
IsControler
(
tp
)
and
c
:
IsFaceup
()
and
c
:
IsRace
(
RACE_GALAXY
)
end
--Atk Up
function
cm
.
upfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_NORMAL
)
end
function
cm
.
upval
(
e
,
c
)
local
atk
=
Duel
.
GetMatchingGroup
(
cm
.
upfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
nil
)
*
300
local
ec
=
e
:
GetHandler
():
GetEquipTarget
()
if
ec
:
IsCode
(
list
[
1
])
then
atk
=
atk
+
1000
end
return
atk
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