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
5
Issues
5
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
7013ae6c
Commit
7013ae6c
authored
Mar 04, 2021
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2021/3/4 更新卡密
parent
f2c87baa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120170029.lua
script/c120170029.lua
+1
-1
script/special.lua
script/special.lua
+5
-5
No files found.
RD Patch.cdb
View file @
7013ae6c
No preview for this file type
script/c120170
204
.lua
→
script/c120170
029
.lua
View file @
7013ae6c
local
m
=
120170
204
local
m
=
120170
029
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"花牙女忍·绘都兰世"
cm
.
name
=
"花牙女忍·绘都兰世"
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
...
...
script/special.lua
View file @
7013ae6c
...
@@ -80,11 +80,11 @@ function Auxiliary.PreloadUds()
...
@@ -80,11 +80,11 @@ function Auxiliary.PreloadUds()
e9
:
SetTargetRange
(
1
,
1
)
e9
:
SetTargetRange
(
1
,
1
)
e9
:
SetValue
(
RushDuel
.
ActivateLimit
)
e9
:
SetValue
(
RushDuel
.
ActivateLimit
)
Duel
.
RegisterEffect
(
e9
,
0
)
Duel
.
RegisterEffect
(
e9
,
0
)
local
e
9
=
Effect
.
GlobalEffect
()
local
e
10
=
Effect
.
GlobalEffect
()
e
9
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e
10
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e
9
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e
10
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e
9
:
SetOperation
(
RushDuel
.
ActivateCount
)
e
10
:
SetOperation
(
RushDuel
.
ActivateCount
)
Duel
.
RegisterEffect
(
e
9
,
0
)
Duel
.
RegisterEffect
(
e
10
,
0
)
end
end
function
RushDuel
.
DrawCount
(
e
)
function
RushDuel
.
DrawCount
(
e
)
local
p
=
Duel
.
GetTurnPlayer
()
local
p
=
Duel
.
GetTurnPlayer
()
...
...
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