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
Ai
ygopro-222DIY-cards
Commits
2ea1f21f
Commit
2ea1f21f
authored
Oct 20, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
foo foo
parent
4d63002b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/pics/26818038.jpg
expansions/pics/26818038.jpg
+0
-0
expansions/script/c26818038.lua
expansions/script/c26818038.lua
+1
-1
expansions/script/c81013019.lua
expansions/script/c81013019.lua
+3
-0
No files found.
expansions/222DIY.cdb
View file @
2ea1f21f
No preview for this file type
expansions/pics/26818038.jpg
View replaced file @
4d63002b
View file @
2ea1f21f
75.9 KB
|
W:
|
H:
75.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c26818038.lua
View file @
2ea1f21f
...
@@ -43,7 +43,7 @@ end
...
@@ -43,7 +43,7 @@ end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
if
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
tsfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
tsfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
if
g
:
GetCount
()
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
0
))
then
if
g
:
GetCount
()
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
2
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
...
...
expansions/script/c81013019.lua
View file @
2ea1f21f
...
@@ -190,6 +190,7 @@ function cm.ShiinaEquip(ec,e,tp,eg,ep,ev,re,r,rp)
...
@@ -190,6 +190,7 @@ function cm.ShiinaEquip(ec,e,tp,eg,ep,ev,re,r,rp)
e3
:
SetType
(
EFFECT_TYPE_EQUIP
)
e3
:
SetType
(
EFFECT_TYPE_EQUIP
)
e3
:
SetCode
(
EFFECT_IMMUNE_EFFECT
)
e3
:
SetCode
(
EFFECT_IMMUNE_EFFECT
)
e3
:
SetValue
(
cm
.
efilter
)
e3
:
SetValue
(
cm
.
efilter
)
e3
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
token
:
RegisterEffect
(
e3
)
token
:
RegisterEffect
(
e3
)
--indes
--indes
local
e4
=
Effect
.
CreateEffect
(
ec
)
local
e4
=
Effect
.
CreateEffect
(
ec
)
...
@@ -197,6 +198,7 @@ function cm.ShiinaEquip(ec,e,tp,eg,ep,ev,re,r,rp)
...
@@ -197,6 +198,7 @@ function cm.ShiinaEquip(ec,e,tp,eg,ep,ev,re,r,rp)
e4
:
SetCode
(
EFFECT_INDESTRUCTABLE_COUNT
)
e4
:
SetCode
(
EFFECT_INDESTRUCTABLE_COUNT
)
e4
:
SetValue
(
cm
.
valcon
)
e4
:
SetValue
(
cm
.
valcon
)
e4
:
SetCountLimit
(
1
)
e4
:
SetCountLimit
(
1
)
e4
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
token
:
RegisterEffect
(
e4
)
token
:
RegisterEffect
(
e4
)
--indes
--indes
local
e5
=
Effect
.
CreateEffect
(
ec
)
local
e5
=
Effect
.
CreateEffect
(
ec
)
...
@@ -204,6 +206,7 @@ function cm.ShiinaEquip(ec,e,tp,eg,ep,ev,re,r,rp)
...
@@ -204,6 +206,7 @@ function cm.ShiinaEquip(ec,e,tp,eg,ep,ev,re,r,rp)
e5
:
SetCode
(
EFFECT_INDESTRUCTABLE_COUNT
)
e5
:
SetCode
(
EFFECT_INDESTRUCTABLE_COUNT
)
e5
:
SetValue
(
cm
.
vblcon
)
e5
:
SetValue
(
cm
.
vblcon
)
e5
:
SetCountLimit
(
1
)
e5
:
SetCountLimit
(
1
)
e5
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
token
:
RegisterEffect
(
e5
)
token
:
RegisterEffect
(
e5
)
--inm
--inm
local
e6
=
Effect
.
CreateEffect
(
ec
)
local
e6
=
Effect
.
CreateEffect
(
ec
)
...
...
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