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
0d575107
Commit
0d575107
authored
Mar 27, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:alstroemeria-silentlove/ygopro-222DIY-cards
parents
dec6341e
adf7691f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
expansions/script/c12001001.lua
expansions/script/c12001001.lua
+1
-1
expansions/script/c12001016.lua
expansions/script/c12001016.lua
+1
-1
expansions/script/c12029011.lua
expansions/script/c12029011.lua
+3
-2
ygopro.exe
ygopro.exe
+0
-0
No files found.
expansions/script/c12001001.lua
View file @
0d575107
...
@@ -16,7 +16,7 @@ function c12001001.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c12001001.initial_effect(c)
e3
:
SetDescription
(
aux
.
Stringid
(
12001001
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
12001001
,
1
))
e3
:
SetCategory
(
CATEGORY_DESTROY
+
CATEGORY_RECOVER
)
e3
:
SetCategory
(
CATEGORY_DESTROY
+
CATEGORY_RECOVER
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_
CARD_TARGET
+
EFFECT_FLAG_
DELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_TO_GRAVE
)
e3
:
SetCode
(
EVENT_TO_GRAVE
)
e3
:
SetCountLimit
(
1
,
12001101
)
e3
:
SetCountLimit
(
1
,
12001101
)
e3
:
SetCondition
(
c12001001
.
dscon
)
e3
:
SetCondition
(
c12001001
.
dscon
)
...
...
expansions/script/c12001016.lua
View file @
0d575107
...
@@ -61,7 +61,7 @@ function c12001016.tdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -61,7 +61,7 @@ function c12001016.tdop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Draw
(
tp
,
2
,
REASON_EFFECT
)
Duel
.
Draw
(
tp
,
2
,
REASON_EFFECT
)
Duel
.
ShuffleDeck
(
tp
)
Duel
.
ShuffleDeck
(
tp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
TRUE
,
tp
,
LOCATION_HAND
,
0
,
2
,
2
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
TRUE
,
tp
,
LOCATION_HAND
,
0
,
2
,
2
,
nil
)
Duel
.
SendtoDeck
(
g
,
nil
,
1
,
REASON_EFFECT
)
Duel
.
SendtoDeck
(
g
,
nil
,
2
,
REASON_EFFECT
)
else
else
Duel
.
ShuffleDeck
(
tp
)
Duel
.
ShuffleDeck
(
tp
)
end
end
...
...
expansions/script/c12029011.lua
View file @
0d575107
...
@@ -56,7 +56,8 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -56,7 +56,8 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp,c)
c
:
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TOFIELD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
m
,
0
))
c
:
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TOFIELD
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
m
,
0
))
end
end
function
cm
.
econ
(
e
,
tp
)
function
cm
.
econ
(
e
,
tp
)
return
e
:
GetHandler
():
GetSummonType
()
==
SUMMON_TYPE_SPECIAL
+
1
and
(
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN1
or
Duel
.
GetCurrentPhase
()
==
PHASE_BATTLE
)
local
ph
=
Duel
.
GetCurrentPhase
()
return
e
:
GetHandler
():
GetSummonType
()
==
SUMMON_TYPE_SPECIAL
+
1
and
(
ph
==
PHASE_MAIN1
or
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
)
end
end
function
cm
.
efilter
(
e
,
te
)
function
cm
.
efilter
(
e
,
te
)
return
te
:
GetOwnerPlayer
()
~=
e
:
GetOwnerPlayer
()
return
te
:
GetOwnerPlayer
()
~=
e
:
GetOwnerPlayer
()
...
...
ygopro.exe
View file @
0d575107
No preview for this file type
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