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
79f14781
Commit
79f14781
authored
Mar 29, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hole
parent
e4fcab71
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
10 deletions
+10
-10
expansions/script/c12016000.lua
expansions/script/c12016000.lua
+1
-1
expansions/script/c12016001.lua
expansions/script/c12016001.lua
+1
-1
expansions/script/c12016002.lua
expansions/script/c12016002.lua
+2
-2
expansions/script/c12016003.lua
expansions/script/c12016003.lua
+1
-1
expansions/script/c12016010.lua
expansions/script/c12016010.lua
+1
-1
expansions/script/c12016011.lua
expansions/script/c12016011.lua
+1
-1
expansions/script/c12016012.lua
expansions/script/c12016012.lua
+1
-1
expansions/script/c12300115.lua
expansions/script/c12300115.lua
+1
-1
expansions/script/c65020151.lua
expansions/script/c65020151.lua
+1
-1
No files found.
expansions/script/c12016000.lua
View file @
79f14781
...
...
@@ -132,7 +132,7 @@ function c12016000.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
(
c12016000
.
rettg
)
e1
:
SetOperation
(
c12016000
.
retop
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/script/c12016001.lua
View file @
79f14781
...
...
@@ -102,7 +102,7 @@ function c12016001.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
(
c12016001
.
rettg
)
e1
:
SetOperation
(
c12016001
.
retop
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/script/c12016002.lua
View file @
79f14781
...
...
@@ -114,7 +114,7 @@ function c12016002.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
(
c12016002
.
rettg
)
e1
:
SetOperation
(
c12016002
.
retop
)
c
:
RegisterEffect
(
e1
)
...
...
@@ -176,4 +176,4 @@ function c12016002.rdop(e,tp,eg,ep,ev,re,r,rp)
end
function
c12016002
.
value
(
e
)
return
e
:
GetHandler
():
GetType
()
+
TYPE_SPELL
end
end
\ No newline at end of file
expansions/script/c12016003.lua
View file @
79f14781
...
...
@@ -141,7 +141,7 @@ function c12016003.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
(
c12016003
.
rettg
)
e1
:
SetOperation
(
c12016003
.
retop
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/script/c12016010.lua
View file @
79f14781
...
...
@@ -54,7 +54,7 @@ function c12016010.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
(
c12016010
.
rettg
)
e1
:
SetOperation
(
c12016010
.
retop
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/script/c12016011.lua
View file @
79f14781
...
...
@@ -54,7 +54,7 @@ function c12016011.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
(
c12016011
.
rettg
)
e1
:
SetOperation
(
c12016011
.
retop
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/script/c12016012.lua
View file @
79f14781
...
...
@@ -98,7 +98,7 @@ function c12016012.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
(
c12016012
.
rettg
)
e1
:
SetOperation
(
c12016012
.
retop
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/script/c12300115.lua
View file @
79f14781
...
...
@@ -51,7 +51,7 @@ function c12300115.skop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SkipPhase
(
Duel
.
GetTurnPlayer
(),
Duel
.
GetCurrentPhase
(),
RESET_PHASE
+
PHASE_END
,
1
)
end
function
c12300115
.
indes
(
e
,
c
)
return
c
:
IsSummonType
(
SUMMON_TYPE_SPECIAL
)
return
c
and
c
:
IsSummonType
(
SUMMON_TYPE_SPECIAL
)
end
...
...
expansions/script/c65020151.lua
View file @
79f14781
...
...
@@ -12,7 +12,7 @@ function c65020151.initial_effect(c)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetCode
(
EVENT_TO_GRAVE
)
e1
:
SetRange
(
LOCATION_FZONE
)
e1
:
SetCountLimit
(
1
+
EFFECT_COUNT_CODE_SINGLE
)
e1
:
SetCountLimit
(
1
,
EFFECT_COUNT_CODE_SINGLE
)
e1
:
SetCondition
(
c65020151
.
con
)
e1
:
SetTarget
(
c65020151
.
tg
)
e1
:
SetOperation
(
c65020151
.
op
)
...
...
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