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
Soulgamer
ygopro-222DIY-cards
Commits
0ce8ff6b
Commit
0ce8ff6b
authored
Jan 12, 2021
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dededededededededededede
parent
6da33bda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
expansions/script/c12033002.lua
expansions/script/c12033002.lua
+11
-11
No files found.
expansions/script/c12033002.lua
View file @
0ce8ff6b
...
...
@@ -9,16 +9,16 @@ function c12033002.initial_effect(c)
e2
:
SetCondition
(
c12033002
.
spcon
)
c
:
RegisterEffect
(
e2
)
--special summon
--
local e1=Effect.CreateEffect(c)
--
e1:SetDescription(aux.Stringid(12033002,0))
--
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
--
e1:SetType(EFFECT_TYPE_QUICK_O)
--
e1:SetCode(EVENT_FREE_CHAIN)
--
e1:SetHintTiming(0,TIMING_END_PHASE)
--
e1:SetRange(LOCATION_MZONE)
--
e1:SetCountLimit(1,12033002)
--
e1:SetCost(c12033002.spcost1)
--
e1:SetTarget(c12033002.sptg1)
--
local e1=Effect.CreateEffect(c)
--
e1:SetDescription(aux.Stringid(12033002,0))
--
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
--
e1:SetType(EFFECT_TYPE_QUICK_O)
--
e1:SetCode(EVENT_FREE_CHAIN)
--
e1:SetHintTiming(0,TIMING_END_PHASE)
--
e1:SetRange(LOCATION_MZONE)
--
e1:SetCountLimit(1,12033002)
--
e1:SetCost(c12033002.spcost1)
--
e1:SetTarget(c12033002.sptg1)
--special summon
...
...
@@ -72,7 +72,7 @@ function c12033002.cfilter(c,tp,rp)
and
c
:
IsPreviousSetCard
(
0xfa2
)
and
(
c
:
IsReason
(
REASON_BATTLE
)
or
(
rp
==
1
-
tp
and
c
:
IsReason
(
REASON_EFFECT
)))
end
function
c12033002
.
spcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c12033002
.
cfilter
,
1
,
nil
,
tp
,
rp
)
return
eg
:
IsExists
(
c12033002
.
cfilter
,
1
,
nil
,
tp
,
rp
)
and
e
:
GetHandler
():
IsLocation
(
LOCATION_GRAVE
)
end
function
c12033002
.
sptg2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
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