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
3e00c4d7
Commit
3e00c4d7
authored
Nov 25, 2022
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022/11/25 新增:ORP剩下的卡,23PR新卡,更新翻译
parent
bd127542
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
41 additions
and
6 deletions
+41
-6
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120231018.lua
script/c120231018.lua
+1
-1
script/c120231027.lua
script/c120231027.lua
+1
-1
script/c120231030.lua
script/c120231030.lua
+1
-1
script/c120231043.lua
script/c120231043.lua
+1
-1
script/c120231053.lua
script/c120231053.lua
+1
-1
script/c120231061.lua
script/c120231061.lua
+1
-1
script/c120234003.lua
script/c120234003.lua
+35
-0
No files found.
RD Patch.cdb
View file @
3e00c4d7
No preview for this file type
script/c120231018.lua
View file @
3e00c4d7
local
m
=
120231018
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"
焰魔的
绝望"
cm
.
name
=
"
终焰之
绝望"
function
cm
.
initial_effect
(
c
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120231027.lua
View file @
3e00c4d7
local
m
=
120231027
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"电子
海
蛇"
cm
.
name
=
"电子
巨
蛇"
function
cm
.
initial_effect
(
c
)
--Discard Deck
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120231030.lua
View file @
3e00c4d7
local
m
=
120231030
local
list
=
{
120231022
,
120231023
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"复合
接合单元
"
cm
.
name
=
"复合
转接装置
"
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
--Activate
...
...
script/c120231043.lua
View file @
3e00c4d7
local
m
=
120231043
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"银河冠
伊布
"
cm
.
name
=
"银河冠
临夏娃
"
function
cm
.
initial_effect
(
c
)
--Draw
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120231053.lua
View file @
3e00c4d7
local
m
=
120231053
local
list
=
{
120170002
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"可能甜心-
创意
D"
cm
.
name
=
"可能甜心-
偶像:
D"
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
--Special Summon
...
...
script/c120231061.lua
View file @
3e00c4d7
local
m
=
120231061
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"梦中
的迷碟
"
cm
.
name
=
"梦中
荧火虫
"
function
cm
.
initial_effect
(
c
)
--Control
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c120234003.lua
0 → 100644
View file @
3e00c4d7
local
m
=
120234003
local
list
=
{
120213023
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"二个蛋球机器人"
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
--Fusion Material
RD
.
AddFusionProcedure
(
c
,
list
[
1
],
list
[
1
])
--Draw
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetCategory
(
CATEGORY_DRAW
+
CATEGORY_ATKCHANGE
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
operation
)
c
:
RegisterEffect
(
e1
)
end
--Draw
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
1
-
tp
,
1
)
end
RD
.
TargetDraw
(
1
-
tp
,
1
)
end
function
cm
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
RD
.
Draw
()
~=
0
then
local
g
=
Duel
.
GetOperatedGroup
()
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
local
c
=
e
:
GetHandler
()
local
tc
=
g
:
GetFirst
()
if
tc
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsFaceup
()
and
c
:
IsRelateToEffect
(
e
)
then
RD
.
AttachAtkDef
(
e
,
c
,
tc
:
GetAttack
(),
0
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
+
RESET_PHASE
+
PHASE_END
)
end
end
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