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
816c532f
Commit
816c532f
authored
May 25, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nanodesu
parent
e20c074d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
2 deletions
+3
-2
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/pics/9910208.jpg
expansions/pics/9910208.jpg
+0
-0
expansions/pics/9910211.jpg
expansions/pics/9910211.jpg
+0
-0
expansions/script/c17050940.lua
expansions/script/c17050940.lua
+1
-1
expansions/script/c33400515.lua
expansions/script/c33400515.lua
+1
-1
expansions/script/c9910282.lua
expansions/script/c9910282.lua
+1
-0
No files found.
expansions/222DIY.cdb
View file @
816c532f
No preview for this file type
expansions/pics/9910208.jpg
View replaced file @
e20c074d
View file @
816c532f
51.1 KB
|
W:
|
H:
52 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/pics/9910211.jpg
View replaced file @
e20c074d
View file @
816c532f
50.6 KB
|
W:
|
H:
53.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c17050940.lua
View file @
816c532f
...
...
@@ -20,7 +20,7 @@ function cm.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCode
(
EFFECT_INDESTRUCTABLE_EFFECT
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetRange
(
LOCATION_
M
ZONE
)
e2
:
SetRange
(
LOCATION_
S
ZONE
)
e2
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e2
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsCode
,
17050939
))
e2
:
SetValue
(
1
)
...
...
expansions/script/c33400515.lua
View file @
816c532f
...
...
@@ -186,7 +186,7 @@ function cm.penop(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToDeck
,
tp
,
LOCATION_REMOVED
,
0
,
1
,
nil
)
then
if
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
5
))
then
local
g3
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToDeck
,
tp
,
LOCATION_REMOVED
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoDeck
(
g3
,
REASON_EFFECT
)
Duel
.
SendtoDeck
(
g3
,
nil
,
2
,
REASON_EFFECT
)
Duel
.
ShuffleDeck
(
tp
)
end
end
...
...
expansions/script/c9910282.lua
View file @
816c532f
...
...
@@ -67,6 +67,7 @@ function c9910282.disop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsAbleToRemove
,
tp
,
0
,
LOCATION_GRAVE
,
1
,
1
,
nil
,
tp
,
POS_FACEDOWN
)
if
g
:
GetCount
()
>
0
then
Duel
.
BreakEffect
()
Duel
.
Remove
(
g
,
POS_FACEDOWN
,
REASON_EFFECT
)
end
end
...
...
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