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
0ca076f2
Commit
0ca076f2
authored
Dec 22, 2021
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2021/12/22 移动已发售的先行卡至正式卡,更新翻译
parent
2ae59b91
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
4 deletions
+4
-4
RD Patch.cdb
RD Patch.cdb
+0
-0
RD Standard.cdb
RD Standard.cdb
+0
-0
script/c120205032.lua
script/c120205032.lua
+1
-1
script/c120205034.lua
script/c120205034.lua
+1
-1
script/c120205036.lua
script/c120205036.lua
+1
-1
script/c120205051.lua
script/c120205051.lua
+1
-1
No files found.
RD Patch.cdb
View file @
0ca076f2
No preview for this file type
RD Standard.cdb
View file @
0ca076f2
No preview for this file type
script/c120205032.lua
View file @
0ca076f2
local
m
=
120205032
local
list
=
{
120105001
,
120115001
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"七星道
大
师"
cm
.
name
=
"七星道
最上级魔术
师"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
],
list
[
2
])
--Fusion Material
...
...
script/c120205034.lua
View file @
0ca076f2
local
m
=
120205034
local
list
=
{
120140028
,
120130023
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"无
尽浪漫
闪电吉他"
cm
.
name
=
"无
限之浪漫式
闪电吉他"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
],
list
[
2
])
--Fusion Material
...
...
script/c120205036.lua
View file @
0ca076f2
local
m
=
120205036
local
list
=
{
120155020
,
120199001
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"天翔流丽 谢灭铁拉
丝
"
cm
.
name
=
"天翔流丽 谢灭铁拉
斯
"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
],
list
[
2
])
--Fusion Material
...
...
script/c120205051.lua
View file @
0ca076f2
...
...
@@ -32,7 +32,7 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DECKDES
,
nil
,
0
,
tp
,
5
)
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
DiscardDeck
(
tp
,
3
,
REASON_EFFECT
)
==
0
then
return
end
if
Duel
.
DiscardDeck
(
tp
,
5
,
REASON_EFFECT
)
==
0
then
return
end
local
g
=
Duel
.
GetOperatedGroup
()
local
ct
=
g
:
FilterCount
(
cm
.
ctfilter
,
nil
)
if
ct
>
0
and
Duel
.
IsExistingMatchingCard
(
cm
.
atkfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
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