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
b86bf3fb
Commit
b86bf3fb
authored
Oct 01, 2022
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022/10/1 bug修复,更新翻译
parent
ef0ebed0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
7 deletions
+4
-7
RD Patch.cdb
RD Patch.cdb
+0
-0
RD Standard.cdb
RD Standard.cdb
+0
-0
script/c120186010.lua
script/c120186010.lua
+1
-1
script/c120228046.lua
script/c120228046.lua
+2
-5
script/c120228058.lua
script/c120228058.lua
+1
-1
No files found.
RD Patch.cdb
View file @
b86bf3fb
No preview for this file type
RD Standard.cdb
View file @
b86bf3fb
No preview for this file type
script/c120186010.lua
View file @
b86bf3fb
local
m
=
120186010
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"加速魔杖手·闪
焰
魔女"
cm
.
name
=
"加速魔杖手·闪
炎
魔女"
function
cm
.
initial_effect
(
c
)
--Damage
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120228046.lua
View file @
b86bf3fb
...
...
@@ -14,9 +14,6 @@ function cm.initial_effect(c)
end
--Activate
cm
.
indval
=
RD
.
ValueEffectIndesType
(
0
,
TYPE_TRAP
)
function
cm
.
costfilter
(
c
,
tp
)
return
c
:
IsAbleToGraveAsCost
()
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
end
function
cm
.
filter
(
c
,
e
,
tp
)
return
c
:
IsLevel
(
8
)
and
RD
.
IsDefense
(
c
,
500
)
and
RD
.
IsCanBeSpecialSummoned
(
c
,
e
,
tp
,
POS_FACEUP
)
end
...
...
@@ -26,9 +23,9 @@ end
function
cm
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
RD
.
SetCostLabel
(
e
)
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsAbleToGraveAsCost
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
if
chk
==
0
then
return
g
:
CheckSubGroup
(
cm
.
costcheck
,
2
,
2
,
nil
)
end
if
chk
==
0
then
return
g
:
CheckSubGroup
(
cm
.
costcheck
,
2
,
2
,
tp
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
cm
.
costcheck
,
false
,
2
,
2
,
nil
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
cm
.
costcheck
,
false
,
2
,
2
,
tp
)
Duel
.
SendtoGrave
(
sg
,
REASON_COST
)
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c120228058.lua
View file @
b86bf3fb
...
...
@@ -8,7 +8,7 @@ function cm.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_EQUIP
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetValue
(
8
00
)
e1
:
SetValue
(
9
00
)
c
:
RegisterEffect
(
e1
)
--Double Tribute
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
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