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
b60637bf
Commit
b60637bf
authored
Aug 07, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
1e190d3d
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
expansions/script/c12030007.lua
expansions/script/c12030007.lua
+2
-2
expansions/script/c12062011.lua
expansions/script/c12062011.lua
+1
-1
expansions/script/c12062020.lua
expansions/script/c12062020.lua
+1
-1
expansions/script/c12062030.lua
expansions/script/c12062030.lua
+1
-1
expansions/script/c12062040.lua
expansions/script/c12062040.lua
+1
-1
expansions/script/c12062050.lua
expansions/script/c12062050.lua
+1
-1
expansions/script/c12062060.lua
expansions/script/c12062060.lua
+1
-1
No files found.
expansions/script/c12030007.lua
View file @
b60637bf
...
...
@@ -143,13 +143,13 @@ function c12030007.drop(e,tp,eg,ep,ev,re,r,rp)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_DISABLE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e1
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
)
e2
:
SetCode
(
EFFECT_DISABLE_EFFECT
)
e2
:
SetValue
(
RESET_TURN_SET
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e2
)
Duel
.
BreakEffect
()
end
...
...
expansions/script/c12062011.lua
View file @
b60637bf
...
...
@@ -63,7 +63,7 @@ function cm.efilter(e,re)
end
function
cm
.
spfilter
(
c
,
ft
,
tp
)
return
c
:
GetAttackAnnouncedCount
()
~=
0
and
c
:
IsCode
(
12062001
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
()
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
c
:
IsFaceup
(
)
end
function
cm
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
expansions/script/c12062020.lua
View file @
b60637bf
...
...
@@ -94,7 +94,7 @@ function cm.desop(e,tp)
end
function
cm
.
spfilter
(
c
,
ft
,
tp
)
return
c
:
GetAttackAnnouncedCount
()
~=
0
and
c
:
IsCode
(
12062002
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
()
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
c
:
IsFaceup
(
)
end
function
cm
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
expansions/script/c12062030.lua
View file @
b60637bf
...
...
@@ -90,7 +90,7 @@ function cm.desop(e,tp)
end
function
cm
.
spfilter1
(
c
,
ft
,
tp
)
return
c
:
GetAttackAnnouncedCount
()
~=
0
and
c
:
IsCode
(
12062003
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
()
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
c
:
IsFaceup
(
)
end
function
cm
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
expansions/script/c12062040.lua
View file @
b60637bf
...
...
@@ -68,7 +68,7 @@ function cm.spop1(e,tp,eg,ep,ev,re,r,rp)
end
function
cm
.
spfilter1
(
c
,
ft
,
tp
)
return
c
:
GetAttackAnnouncedCount
()
~=
0
and
c
:
IsCode
(
12062004
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
()
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
c
:
IsFaceup
(
)
end
function
cm
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
expansions/script/c12062050.lua
View file @
b60637bf
...
...
@@ -63,7 +63,7 @@ function cm.desop(e,tp)
end
function
cm
.
spfilter
(
c
,
ft
,
tp
)
return
c
:
GetAttackAnnouncedCount
()
~=
0
and
c
:
IsCode
(
12062005
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
()
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
c
:
IsFaceup
(
)
end
function
cm
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
expansions/script/c12062060.lua
View file @
b60637bf
...
...
@@ -70,7 +70,7 @@ function cm.desop(e,tp)
end
function
cm
.
spfilter
(
c
,
ft
,
tp
)
return
c
:
GetAttackAnnouncedCount
()
~=
0
and
c
:
IsCode
(
12026026
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
()
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
c
:
IsFaceup
(
)
end
function
cm
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
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