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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
41060235
Commit
41060235
authored
Oct 16, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
c1ebb0e4
Pipeline
#6265
passed with stages
in 24 minutes and 49 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
expansions/script/c65001013.lua
expansions/script/c65001013.lua
+3
-1
expansions/script/c65001014.lua
expansions/script/c65001014.lua
+2
-1
expansions/script/c65020179.lua
expansions/script/c65020179.lua
+1
-1
No files found.
expansions/script/c65001013.lua
View file @
41060235
...
...
@@ -107,6 +107,7 @@ function c65001013.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ReleaseRitualMaterial
(
mat
)
Duel
.
BreakEffect
()
Duel
.
SpecialSummonStep
(
tc
,
SUMMON_TYPE_RITUAL
,
tp
,
tp
,
false
,
true
,
POS_FACEUP
)
if
e
:
GetLabel
()
==
1
then
local
e2
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e2
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e2
:
SetCode
(
EVENT_CHAINING
)
...
...
@@ -114,8 +115,9 @@ function c65001013.activate(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
e2
:
SetOperation
(
c65001013
.
actop
)
tc
:
RegisterEffect
(
e2
)
Duel
.
SpecialSummonComplete
()
tc
:
RegisterFlagEffect
(
0
,
RESET_EVENT
+
RESETS_STANDARD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
65001013
,
1
))
end
Duel
.
SpecialSummonComplete
()
tc
:
CompleteProcedure
()
end
end
...
...
expansions/script/c65001014.lua
View file @
41060235
...
...
@@ -5,6 +5,7 @@ function c65001014.initial_effect(c)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_REMOVE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCondition
(
c65001014
.
con
)
e1
:
SetOperation
(
c65001014
.
op
)
...
...
@@ -27,7 +28,7 @@ function c65001014.retreg(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
)
e1
:
SetReset
(
RESET_EVENT
+
0x1ee0000
+
RESET_PHASE
+
PHASE_END
)
e1
:
SetCondition
(
aux
.
SpiritReturnCondition
)
e1
:
SetCondition
(
aux
.
SpiritReturnCondition
Forced
)
e1
:
SetTarget
(
c65001014
.
rettg
)
e1
:
SetOperation
(
c65001014
.
retop
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/script/c65020179.lua
View file @
41060235
...
...
@@ -76,11 +76,11 @@ function c65020179.activate(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e1
:
SetCountLimit
(
1
)
e1
:
SetReset
(
RESET_CHAIN
)
Duel
.
RegisterEffect
(
e1
,
tp
)
if
Duel
.
NegateActivation
(
ev
)
and
Duel
.
IsExistingMatchingCard
(
c65020179
.
sumfil
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
and
Duel
.
GetMZoneCount
(
tp
)
>
0
then
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
c65020179
.
sumfil
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
nil
,
e
)
local
sgc
=
sg
:
GetFirst
()
Duel
.
Summon
(
tp
,
sgc
,
true
,
nil
)
end
e1
:
Reset
()
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