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
30fd44e2
Commit
30fd44e2
authored
Oct 10, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
77b49b86
Pipeline
#6194
passed with stages
in 43 minutes and 19 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/pics/16104219.jpg
expansions/pics/16104219.jpg
+0
-0
expansions/script/c16104214.lua
expansions/script/c16104214.lua
+1
-1
expansions/script/c16104216.lua
expansions/script/c16104216.lua
+1
-1
expansions/script/c16104220.lua
expansions/script/c16104220.lua
+1
-1
No files found.
expansions/pics/16104219.jpg
View replaced file @
77b49b86
View file @
30fd44e2
158 KB
|
W:
|
H:
158 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c16104214.lua
View file @
30fd44e2
...
...
@@ -18,7 +18,7 @@ function cm.initial_effect(c)
e1
:
SetOperation
(
cm
.
spop
)
c
:
RegisterEffect
(
e1
)
local
e2
=
rkch
.
PenAdd
(
c
,{
m
,
1
},{
1
,
m
+
1
},{
cm
.
cost
,
nil
,
cm
.
addtarget
,
cm
.
addop
},
false
)
local
e3
=
rkch
.
MonzToPen
(
c
,
m
,
nil
,
0
)
local
e3
=
rkch
.
MonzToPen
(
c
,
m
,
EVENT_RELEASE
,
nil
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
e4
:
SetRange
(
0x7f
)
...
...
expansions/script/c16104216.lua
View file @
30fd44e2
...
...
@@ -18,7 +18,7 @@ function cm.initial_effect(c)
e1
:
SetOperation
(
cm
.
spop
)
c
:
RegisterEffect
(
e1
)
local
e2
=
rkch
.
PenAdd
(
c
,{
m
,
1
},{
1
,
m
+
1
},{
cm
.
cost
,
nil
,
cm
.
addtarget
,
cm
.
addop
},
false
)
local
e3
=
rkch
.
MonzToPen
(
c
,
m
,
nil
,
0
)
local
e3
=
rkch
.
MonzToPen
(
c
,
m
,
EVENT_RELEASE
,
nil
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_FIELD
)
e4
:
SetRange
(
LOCATION_MZONE
)
...
...
expansions/script/c16104220.lua
View file @
30fd44e2
...
...
@@ -128,7 +128,7 @@ end
function
cm
.
spop
(
e
,
tp
)
local
tc
=
Duel
.
GetFirstTarget
()
local
c
=
e
:
GetHandler
()
if
not
tc
:
IsRelateToEffect
(
e
)
or
not
c
:
IsRelateToEffect
(
e
)
or
not
tc
:
Is
AbleToHand
()
or
not
tc
:
Is
CanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
or
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
tc
)
<
1
then
return
end
if
not
tc
:
IsRelateToEffect
(
e
)
or
not
c
:
IsRelateToEffect
(
e
)
or
not
tc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
or
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
tc
)
<
1
then
return
end
if
Duel
.
SpecialSummonStep
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
then
if
tc
.
dff
==
true
then
tc
:
RegisterFlagEffect
(
tc
:
GetOriginalCode
(),
RESET_EVENT
+
0x7e0000
,
EFFECT_FLAG_CLIENT_HINT
+
EFFECT_FLAG_OATH
,
0
,
0
,
aux
.
Stringid
(
16104200
,
3
))
...
...
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