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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
b6df92fc
Commit
b6df92fc
authored
Aug 12, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
df67f844
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
expansions/pics/81046014.jpg
expansions/pics/81046014.jpg
+0
-0
expansions/script/c12044018.lua
expansions/script/c12044018.lua
+3
-3
expansions/script/c81005069.lua
expansions/script/c81005069.lua
+2
-2
No files found.
expansions/pics/81046014.jpg
View replaced file @
df67f844
View file @
b6df92fc
66.7 KB
|
W:
|
H:
108 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c12044018.lua
View file @
b6df92fc
...
...
@@ -61,9 +61,9 @@ function cm.checkop(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
eg
:
GetFirst
()
while
tc
do
if
ep
~=
1
-
tp
then
Duel
.
RegisterFlagEffect
(
tp
,
m
+
100
,
RESET_EVENT
+
PHASE_END
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
tp
,
m
+
100
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
tc
=
eg
:
GetNext
()
tc
=
eg
:
GetNext
()
end
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
@@ -119,7 +119,7 @@ end
function
cm
.
spop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
eg
then
if
Duel
.
Remove
(
eg
:
Filter
(
cm
.
ffilter
,
nil
),
POS_FACEUP
,
REASON_EFFECT
)
~=
0
then
if
Duel
.
Remove
(
eg
:
Filter
(
cm
.
ffilter
,
nil
),
POS_FACEUP
,
REASON_EFFECT
)
~=
0
then
Duel
.
SendtoDeck
(
c
,
tp
,
2
,
REASON_EFFECT
)
c
:
ReverseInDeck
()
end
...
...
expansions/script/c81005069.lua
View file @
b6df92fc
...
...
@@ -5,7 +5,7 @@ Duel.LoadScript("c81000000.lua")
function
cm
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
aux
.
AddCodeList
(
c
,
81011011
)
aux
.
AddFusionProc
FunRep
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionType
,
TYPE_MONSTER
),
3
,
false
)
aux
.
AddFusionProc
Code3
(
c
,
aux
.
TRUE
,
aux
.
TRUE
,
aux
.
TRUE
,
false
,
false
)
--spsummon condition
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
@@ -151,7 +151,7 @@ function cm.aclimit(e,re)
return
not
re
:
GetHandler
():
IsCode
(
m
)
end
function
cm
.
lvfilter
(
c
,
fc
)
return
(
c
:
GetSequence
()
>
4
and
c
:
IsRace
(
RACE_SPELLCASTER
))
or
c
:
CheckFusionSubstitute
(
fc
)
return
(
c
:
GetSequence
()
>
4
and
c
:
IsRace
(
RACE_SPELLCASTER
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
)
or
c
:
CheckFusionSubstitute
(
fc
)
end
function
cm
.
lvfilter2
(
c
,
fc
)
return
c
:
IsType
(
TYPE_FUSION
)
or
c
:
CheckFusionSubstitute
(
fc
)
...
...
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