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
4
Issues
4
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
89653e62
Commit
89653e62
authored
Mar 22, 2021
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2021/3/22 新增:花牙僧 银荆,更新翻译
parent
33fba663
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
47 additions
and
6 deletions
+47
-6
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120170021.lua
script/c120170021.lua
+1
-1
script/c120170022.lua
script/c120170022.lua
+1
-1
script/c120170027.lua
script/c120170027.lua
+40
-0
script/c120170030.lua
script/c120170030.lua
+1
-1
script/c120170039.lua
script/c120170039.lua
+1
-1
script/c120170040.lua
script/c120170040.lua
+1
-1
script/c120170061.lua
script/c120170061.lua
+2
-1
No files found.
RD Patch.cdb
View file @
89653e62
No preview for this file type
script/c120170021.lua
View file @
89653e62
local
m
=
120170021
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"和
仮
真战士"
cm
.
name
=
"和
假
真战士"
function
cm
.
initial_effect
(
c
)
--Special Summon
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120170022.lua
View file @
89653e62
local
m
=
120170022
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"魔仙斗
冰
朱雀"
cm
.
name
=
"魔仙斗
霭
朱雀"
function
cm
.
initial_effect
(
c
)
--Special Summon
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120170027.lua
0 → 100644
View file @
89653e62
local
m
=
120170027
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"花牙僧 银荆"
function
cm
.
initial_effect
(
c
)
--Position
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetCategory
(
CATEGORY_POSITION
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCondition
(
cm
.
condition
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
operation
)
c
:
RegisterEffect
(
e1
)
end
--Position
function
cm
.
confilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsLevelAbove
(
7
)
and
c
:
IsRace
(
RACE_PLANT
)
end
function
cm
.
posfilter
(
c
)
return
c
:
IsDefensePos
()
and
c
:
IsCanChangePosition
()
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
cm
.
confilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
posfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
end
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
posfilter
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_POSITION
,
g
,
1
,
0
,
0
)
end
function
cm
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_POSCHANGE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
posfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
Duel
.
HintSelection
(
g
)
if
Duel
.
ChangePosition
(
g
,
POS_FACEUP_ATTACK
)
~=
0
then
Duel
.
Recover
(
tp
,
g
:
GetFirst
():
GetBaseAttack
(),
REASON_EFFECT
)
end
end
end
\ No newline at end of file
script/c120170030.lua
View file @
89653e62
local
m
=
120170030
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"花牙兰狮子
我
兽丸"
cm
.
name
=
"花牙兰狮子
牙
兽丸"
function
cm
.
initial_effect
(
c
)
--Atk 0
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120170039.lua
View file @
89653e62
local
m
=
120170039
local
list
=
{
120170002
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"即兴果酱:P跳起!"
cm
.
name
=
"即兴果酱
音跃
:P跳起!"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
])
--Activate
...
...
script/c120170040.lua
View file @
89653e62
local
m
=
120170040
local
list
=
{
120170002
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"即兴果酱:P激活!"
cm
.
name
=
"即兴果酱
音跃
:P激活!"
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
list
[
1
])
--Activate
...
...
script/c120170061.lua
View file @
89653e62
...
...
@@ -12,7 +12,8 @@ function cm.initial_effect(c)
end
--Activate
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
==
1
and
Duel
.
GetAttacker
():
IsControler
(
1
-
tp
)
local
tc
=
Duel
.
GetAttacker
()
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
==
1
and
tc
:
IsControler
(
1
-
tp
)
and
tc
:
IsLevelBelow
(
8
)
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
NegateAttack
()
...
...
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