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
1ef1cf63
Commit
1ef1cf63
authored
Jun 02, 2020
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2020/6/2 新增:神风剑;KP02的卡修改至正式卡密
parent
c391ce95
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
40 additions
and
6 deletions
+40
-6
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120130018.lua
script/c120130018.lua
+1
-1
script/c120130021.lua
script/c120130021.lua
+1
-1
script/c120130040.lua
script/c120130040.lua
+2
-2
script/c120130041.lua
script/c120130041.lua
+2
-2
script/c120130042.lua
script/c120130042.lua
+34
-0
No files found.
RD Patch.cdb
View file @
1ef1cf63
No preview for this file type
script/c1201
21009
.lua
→
script/c1201
30018
.lua
View file @
1ef1cf63
local
m
=
1201
21009
local
m
=
1201
30018
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"重陨击流星"
function
cm
.
initial_effect
(
c
)
...
...
script/c1201
21008
.lua
→
script/c1201
30021
.lua
View file @
1ef1cf63
local
m
=
1201
21008
local
m
=
1201
30021
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"大惊刺拳龙"
function
cm
.
initial_effect
(
c
)
...
...
script/c1201
21006
.lua
→
script/c1201
30040
.lua
View file @
1ef1cf63
local
m
=
1201
21006
local
list
=
{
1201
21005
}
local
m
=
1201
30040
local
list
=
{
1201
30000
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"千把刀"
function
cm
.
initial_effect
(
c
)
...
...
script/c1201
21007
.lua
→
script/c1201
30041
.lua
View file @
1ef1cf63
local
m
=
1201
21007
local
list
=
{
1201
21005
}
local
m
=
1201
30041
local
list
=
{
1201
30000
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"黑·魔·导"
function
cm
.
initial_effect
(
c
)
...
...
script/c120130042.lua
0 → 100644
View file @
1ef1cf63
local
m
=
120130042
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"神风剑"
function
cm
.
initial_effect
(
c
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_DESTROY
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
activate
)
c
:
RegisterEffect
(
e1
)
end
--Activate
function
cm
.
desfilter
(
c
,
tp
)
if
c
:
IsControler
(
tp
)
then
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_NORMAL
)
else
return
c
:
IsFaceup
()
and
c
:
IsLevelBelow
(
8
)
end
end
function
cm
.
check
(
g
,
tp
)
return
g
:
FilterCount
(
Card
.
IsControler
,
nil
,
tp
)
==
2
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
desfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tp
)
if
chk
==
0
then
return
g
:
CheckSubGroup
(
cm
.
check
,
3
,
3
,
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
g
,
3
,
0
,
0
)
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
desfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
tp
)
if
not
g
:
CheckSubGroup
(
cm
.
check
,
3
,
3
,
tp
)
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
sg
=
g
:
SelectSubGroup
(
tp
,
cm
.
check
,
false
,
3
,
3
,
tp
)
Duel
.
HintSelection
(
sg
)
Duel
.
Destroy
(
sg
,
REASON_EFFECT
)
end
\ No newline at end of file
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