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
9e8bda60
Commit
9e8bda60
authored
Apr 02, 2023
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2023/4/2 新增:魔装兽 齿轮猎豹,更新翻译
parent
c2a79552
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
40 additions
and
5 deletions
+40
-5
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120239028.lua
script/c120239028.lua
+1
-1
script/c120239032.lua
script/c120239032.lua
+1
-1
script/c120239036.lua
script/c120239036.lua
+1
-1
script/c120243008.lua
script/c120243008.lua
+1
-1
script/c120243013.lua
script/c120243013.lua
+35
-0
script/c120243040.lua
script/c120243040.lua
+1
-1
No files found.
RD Patch.cdb
View file @
9e8bda60
No preview for this file type
script/c120239028.lua
View file @
9e8bda60
local
m
=
120239028
local
m
=
120239028
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"深渊杀戮者·阿
普撒拉
斯"
cm
.
name
=
"深渊杀戮者·阿
布沙罗
斯"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--To Deck
--To Deck
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120239032.lua
View file @
9e8bda60
local
m
=
120239032
local
m
=
120239032
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/c120239036.lua
View file @
9e8bda60
local
m
=
120239036
local
m
=
120239036
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 Procedure
--Special Summon Procedure
RD
.
AddHandSpecialSummonProcedure
(
c
,
aux
.
Stringid
(
m
,
0
),
cm
.
spcon
,
cm
.
sptg
,
cm
.
spop
)
RD
.
AddHandSpecialSummonProcedure
(
c
,
aux
.
Stringid
(
m
,
0
),
cm
.
spcon
,
cm
.
sptg
,
cm
.
spop
)
...
...
script/c120243008.lua
View file @
9e8bda60
local
m
=
120243008
local
m
=
120243008
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/c120243013.lua
0 → 100644
View file @
9e8bda60
local
m
=
120243013
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
:
SetCondition
(
cm
.
atkcon
)
e1
:
SetValue
(
200
)
c
:
RegisterEffect
(
e1
)
--Indes
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_INDESTRUCTABLE_BATTLE
)
e2
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCondition
(
cm
.
indcon
)
e2
:
SetValue
(
1
)
c
:
RegisterEffect
(
e2
)
end
--Atk Up
function
cm
.
filter
(
c
)
return
c
:
GetSequence
()
<
5
end
function
cm
.
atkcon
(
e
)
return
Duel
.
IsExistingMatchingCard
(
cm
.
filter
,
e
:
GetHandlerPlayer
(),
LOCATION_SZONE
,
0
,
1
,
nil
)
end
--Indes
function
cm
.
indcon
(
e
)
local
c
=
e
:
GetHandler
()
return
cm
.
atkcon
(
e
)
and
c
:
IsAttackPos
()
and
Duel
.
GetTurnPlayer
()
~=
c
:
GetControler
()
end
\ No newline at end of file
script/c120243040.lua
View file @
9e8bda60
local
m
=
120243040
local
m
=
120243040
local
list
=
{
120222025
,
120243008
}
local
list
=
{
120222025
,
120243008
}
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
...
...
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