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
e5cc9c01
Commit
e5cc9c01
authored
Sep 02, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
0962ef00
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
expansions/script/c16138025.lua
expansions/script/c16138025.lua
+1
-0
expansions/script/c21185596.lua
expansions/script/c21185596.lua
+1
-1
expansions/script/c21185599.lua
expansions/script/c21185599.lua
+1
-1
No files found.
expansions/script/c16138025.lua
View file @
e5cc9c01
...
@@ -88,6 +88,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -88,6 +88,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
local
g
=
c
:
GetColumnGroup
()
local
g
=
c
:
GetColumnGroup
()
local
dg
=
g
:
Filter
(
s
.
cfilter
,
nil
,
1
-
tp
)
local
dg
=
g
:
Filter
(
s
.
cfilter
,
nil
,
1
-
tp
)
local
val
=
0
if
Duel
.
Destroy
(
dg
,
REASON_EFFECT
)
>
0
then
if
Duel
.
Destroy
(
dg
,
REASON_EFFECT
)
>
0
then
local
og
=
Duel
.
GetOperatedGroup
()
local
og
=
Duel
.
GetOperatedGroup
()
local
tc
=
og
:
GetFirst
()
local
tc
=
og
:
GetFirst
()
...
...
expansions/script/c21185596.lua
View file @
e5cc9c01
...
@@ -98,7 +98,7 @@ function c21185596.con2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -98,7 +98,7 @@ function c21185596.con2(e,tp,eg,ep,ev,re,r,rp)
return
sum
>
0
return
sum
>
0
end
end
function
c21185596
.
q
(
c
,
e
,
tp
)
function
c21185596
.
q
(
c
,
e
,
tp
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_DEFENSE
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
end
end
function
c21185596
.
tg2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c21185596
.
tg2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
c21185596
.
q
,
tp
,
0
,
LOCATION_GRAVE
,
1
,
nil
,
e
,
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
c21185596
.
q
,
tp
,
0
,
LOCATION_GRAVE
,
1
,
nil
,
e
,
tp
)
end
...
...
expansions/script/c21185599.lua
View file @
e5cc9c01
...
@@ -17,7 +17,7 @@ function c21185599.initial_effect(c)
...
@@ -17,7 +17,7 @@ function c21185599.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_DESTROY
)
e2
:
SetCategory
(
CATEGORY_DESTROY
)
e2
:
SetRange
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
e2
:
SetRange
(
LOCATION_GRAVE
+
LOCATION_REMOVED
)
e2
:
SetCountLimit
(
1
,
21185600
)
e2
:
SetCountLimit
(
1
,
21185600
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e2
:
SetCondition
(
c21185599
.
con2
)
e2
:
SetCondition
(
c21185599
.
con2
)
e2
:
SetTarget
(
c21185599
.
tg2
)
e2
:
SetTarget
(
c21185599
.
tg2
)
e2
:
SetOperation
(
c21185599
.
op2
)
e2
:
SetOperation
(
c21185599
.
op2
)
...
...
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