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
4
Issues
4
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
b3fa066a
Commit
b3fa066a
authored
Nov 04, 2024
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024/11/4 新增:新宇新卡
parent
0732dc07
Pipeline
#30951
passed with stages
in 12 minutes and 27 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
63 additions
and
1 deletion
+63
-1
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120272007.lua
script/c120272007.lua
+1
-1
script/c120272021.lua
script/c120272021.lua
+29
-0
script/c120272066.lua
script/c120272066.lua
+33
-0
No files found.
RD Patch.cdb
View file @
b3fa066a
No preview for this file type
script/c120272007.lua
View file @
b3fa066a
...
...
@@ -28,7 +28,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
RD
.
SelectAndDoAction
(
HINTMSG_DESTROY
,
nil
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
1
,
nil
,
function
(
g
)
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
end
)
elseif
d
>=
3
and
d
<=
6
then
elseif
d
>=
2
and
d
<=
6
then
local
fc
=
RD
.
FusionSummon
(
cm
.
matfilter
,
nil
,
nil
,
0
,
0
,
nil
,
RD
.
FusionToGrave
,
e
,
tp
)
if
fc
and
fc
:
IsFaceup
()
and
d
==
5
or
d
==
6
then
RD
.
AttachEffectIndes
(
e
,
fc
,
cm
.
indval
,
aux
.
Stringid
(
m
,
1
),
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
...
...
script/c120272021.lua
0 → 100644
View file @
b3fa066a
local
m
=
120272021
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"新空间侠·天空蜂鸟"
function
cm
.
initial_effect
(
c
)
--Recover
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetCategory
(
CATEGORY_RECOVER
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCondition
(
cm
.
condition
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
operation
)
c
:
RegisterEffect
(
e1
)
end
--Recover
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
RD
.
IsLPBelow
(
tp
,
4000
)
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
ct
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_HAND
)
if
chk
==
0
then
return
ct
>
0
end
RD
.
TargetRecover
(
tp
,
ct
*
500
)
end
function
cm
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ct
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_HAND
)
RD
.
Recover
(
nil
,
ct
*
500
)
end
\ No newline at end of file
script/c120272066.lua
0 → 100644
View file @
b3fa066a
local
m
=
120272066
local
list
=
{
120263004
,
120272021
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"元素英雄 天空新宇侠"
function
cm
.
initial_effect
(
c
)
RD
.
AddCodeList
(
c
,
list
)
--Fusion Material
RD
.
AddFusionProcedure
(
c
,
list
[
1
],
list
[
2
])
--Contact Fusion
RD
.
EnableContactFusion
(
c
,
aux
.
Stringid
(
m
,
0
))
--Multiple Attack
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
1
))
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCondition
(
cm
.
condition
)
e1
:
SetCost
(
cm
.
cost
)
e1
:
SetOperation
(
cm
.
operation
)
c
:
RegisterEffect
(
e1
)
end
--Multiple Attack
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
Duel
.
GetLP
(
tp
)
~=
Duel
.
GetLP
(
1
-
tp
)
and
Duel
.
IsAbleToEnterBP
()
and
RD
.
IsCanAttachExtraAttackMonster
(
c
,
1
)
end
cm
.
cost
=
RD
.
CostSendDeckTopToGrave
(
1
)
function
cm
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsFaceup
()
and
c
:
IsRelateToEffect
(
e
)
then
RD
.
AttachExtraAttackMonster
(
e
,
c
,
1
,
aux
.
Stringid
(
m
,
2
),
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_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