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
df99b824
Commit
df99b824
authored
Nov 08, 2022
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2022/11/8 新增:魔将 雅灭鲁拉-武枪
parent
df5ad575
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletion
+20
-1
RD Patch.cdb
RD Patch.cdb
+0
-0
script/RDBase.lua
script/RDBase.lua
+1
-1
script/c120231052.lua
script/c120231052.lua
+19
-0
No files found.
RD Patch.cdb
View file @
df99b824
No preview for this file type
script/RDBase.lua
View file @
df99b824
...
@@ -6,7 +6,7 @@ RACE_CYBORG = 0x2000000 -- 电子人
...
@@ -6,7 +6,7 @@ RACE_CYBORG = 0x2000000 -- 电子人
RACE_MAGICALKNIGHT
=
0x4000000
-- 魔导骑士
RACE_MAGICALKNIGHT
=
0x4000000
-- 魔导骑士
RACE_HYDRAGON
=
0x8000000
-- 多头龙
RACE_HYDRAGON
=
0x8000000
-- 多头龙
RACE_OMEGAPSYCHO
=
0x10000000
-- 欧米茄念动力
RACE_OMEGAPSYCHO
=
0x10000000
-- 欧米茄念动力
RACE_CELESTIAL
KNIGHT
=
0x20000000
-- 天界骑
士
RACE_CELESTIAL
WARRIOR
=
0x20000000
-- 天界战
士
RACE_GALAXY
=
0x40000000
-- 银河
RACE_GALAXY
=
0x40000000
-- 银河
RACE_ALL
=
0x7fffffff
RACE_ALL
=
0x7fffffff
...
...
script/c120231052.lua
0 → 100644
View file @
df99b824
local
m
=
120231052
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"魔将 雅灭鲁拉-武枪"
function
cm
.
initial_effect
(
c
)
--Indes
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_INDESTRUCTABLE_EFFECT
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
LOCATION_MZONE
,
LOCATION_MZONE
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetValue
(
cm
.
indval
)
c
:
RegisterEffect
(
e1
)
end
--Indes
cm
.
indval
=
RD
.
ValueEffectIndesType
(
0
,
TYPE_TRAP
,
true
)
function
cm
.
target
(
e
,
c
)
return
c
:
IsFaceup
()
and
c
:
IsLevelAbove
(
7
)
and
c
:
IsRace
(
RACE_CELESTIALWARRIOR
+
RACE_WARRIOR
)
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