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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
3b4b10b0
Commit
3b4b10b0
authored
Sep 15, 2022
by
songtongtong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
script rep
parent
7696b5c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
expansions/script/c33201012.lua
expansions/script/c33201012.lua
+1
-1
expansions/script/c33201013.lua
expansions/script/c33201013.lua
+9
-0
No files found.
expansions/script/c33201012.lua
View file @
3b4b10b0
...
...
@@ -23,7 +23,7 @@ function s.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_RELEASE
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e
1
:
SetCountLimit
(
1
,
id
+
10000
)
e
2
:
SetCountLimit
(
1
,
id
+
10000
)
e2
:
SetCost
(
s
.
cost
)
e2
:
SetTarget
(
s
.
tg
)
e2
:
SetOperation
(
s
.
op
)
...
...
expansions/script/c33201013.lua
View file @
3b4b10b0
...
...
@@ -15,6 +15,8 @@ function s.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_SZONE
)
e1
:
SetCountLimit
(
1
,
id
)
e1
:
SetLabel
(
0
)
e1
:
SetCost
(
s
.
cost
)
e1
:
SetTarget
(
MJ_VHisc
.
tg
)
e1
:
SetOperation
(
MJ_VHisc
.
op
)
c
:
RegisterEffect
(
e1
)
...
...
@@ -25,7 +27,14 @@ function s.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCountLimit
(
1
,
id
)
e2
:
SetLabel
(
1
)
e2
:
SetCost
(
s
.
cost
)
e2
:
SetTarget
(
MJ_VHisc
.
sptg
)
e2
:
SetOperation
(
MJ_VHisc
.
spop
)
c
:
RegisterEffect
(
e2
)
end
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
aux
.
Stringid
(
id
,
e
:
GetLabel
()))
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