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
969968b8
Commit
969968b8
authored
Mar 16, 2025
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025/3/16 禁卡表更新,寿司天使 龙卷效果修改
parent
0573a8d4
Pipeline
#33727
passed with stages
in 13 minutes and 39 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
RD Standard.cdb
RD Standard.cdb
+0
-0
lflist.conf
lflist.conf
+1
-3
script/c120151040.lua
script/c120151040.lua
+1
-1
No files found.
RD Standard.cdb
View file @
969968b8
No preview for this file type
lflist.conf
View file @
969968b8
...
@@ -8,9 +8,7 @@
...
@@ -8,9 +8,7 @@
120226013
0
-- 业火之结界像
120226013
0
-- 业火之结界像
#Limit
#Limit
120151040
1
-- 寿司天使 龙卷
120160003
1
-- 死灵女仆·小七
120160003
1
-- 死灵女仆·小七
120183015
1
-- 火雷神 雷击勇士
120235024
1
-- 苍救骑士 西埃拉
120235024
1
-- 苍救骑士 西埃拉
120254046
1
-- 名蔷薇术士
120254046
1
-- 名蔷薇术士
120203029
1
-- 魔法石采掘
120203029
1
-- 魔法石采掘
...
@@ -29,4 +27,4 @@
...
@@ -29,4 +27,4 @@
120249057
2
-- 传说的一击
120249057
2
-- 传说的一击
120246081
2
-- 黑曜之魔导兵
120246081
2
-- 黑曜之魔导兵
120257021
2
-- 深渊杀戮者·提亚玛特女王
120257021
2
-- 深渊杀戮者·提亚玛特女王
120249018
2
-- 秘密搜查官 误选小姐
120183015
2
-- 火雷神 雷击勇士
\ No newline at end of file
\ No newline at end of file
script/c120151040.lua
View file @
969968b8
...
@@ -20,7 +20,7 @@ function cm.costfilter(c)
...
@@ -20,7 +20,7 @@ function cm.costfilter(c)
return
c
:
IsRace
(
RACE_FAIRY
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
return
c
:
IsRace
(
RACE_FAIRY
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
end
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
RD
.
IsSummonTurn
(
e
:
GetHandler
())
return
RD
.
IsSummonTurn
(
e
:
GetHandler
())
and
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_DECK
,
0
)
>
9
end
end
cm
.
cost
=
RD
.
CostSendGraveToDeckBottom
(
cm
.
costfilter
,
1
,
1
)
cm
.
cost
=
RD
.
CostSendGraveToDeckBottom
(
cm
.
costfilter
,
1
,
1
)
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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