Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
REIKAI
ygopro-222DIY-cards
Commits
7006a054
Commit
7006a054
authored
Dec 14, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace c65850100.lua
parent
536375e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
expansions/script/c65850100.lua
expansions/script/c65850100.lua
+2
-5
No files found.
expansions/script/c65850100.lua
View file @
7006a054
--
--
极简塔防 水晶矿
--极简塔防 水晶矿
function
c65850100
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
aux
.
AddLinkProcedure
(
c
,
c65850100
.
matfilter
,
2
,
3
)
...
...
@@ -38,7 +38,7 @@ function c65850100.matfilter(c)
return
c
:
IsLinkSetCard
(
0xa35
)
end
function
c65850100
.
filter1
(
c
)
return
c
:
IsSetCard
(
0xa35
)
and
c
:
IsAbleToDeck
()
return
c
:
IsSetCard
(
0xa35
)
and
c
:
IsAbleToDeck
OrExtraAsCost
()
and
aux
.
NecroValleyFilter
()
end
function
c65850100
.
drcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c65850100
.
filter1
,
tp
,
LOCATION_GRAVE
+
LOCATION_REMOVED
,
0
,
5
,
nil
)
end
...
...
@@ -47,9 +47,6 @@ function c65850100.drcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
HintSelection
(
g
)
Duel
.
SendtoDeck
(
g
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_COST
)
end
function
c65850100
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0xa35
)
and
c
:
IsAbleToHand
()
and
c
:
IsType
(
TYPE_MONSTER
)
and
aux
.
NecroValleyFilter
()
end
function
c65850100
.
target1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
,
2
)
end
Duel
.
SetTargetPlayer
(
tp
)
...
...
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