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
Soulgamer
ygopro-222DIY-cards
Commits
afdaa204
Commit
afdaa204
authored
Mar 14, 2021
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tnndx
parent
8e21cc9d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
expansions/script/c12048000.lua
expansions/script/c12048000.lua
+1
-1
expansions/script/c21520186.lua
expansions/script/c21520186.lua
+1
-4
expansions/script/c21520190.lua
expansions/script/c21520190.lua
+1
-1
No files found.
expansions/script/c12048000.lua
View file @
afdaa204
...
...
@@ -42,7 +42,7 @@ function HakaShiro.cannoteffectop(e,tp,eg,ep,ev,re,r,rp,g)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_CLIENT_HINT
)
e1
:
SetReset
(
RESET_EVENT
+
0x1fe0000
)
tc
:
RegisterEffect
(
e1
)
tc
=
g
:
GetNext
()
end
tc
=
g
:
GetNext
()
end
end
\ No newline at end of file
expansions/script/c21520186.lua
View file @
afdaa204
...
...
@@ -86,7 +86,6 @@ function c21520186.acost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
c21520186
.
atg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c21520186
.
dafilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
Duel
.
SendtoGrave
(
e
:
GetHandler
(),
REASON_DISCARD
+
REASON_COST
)
end
function
c21520186
.
aop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
c21520186
.
dafilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
...
...
@@ -101,10 +100,8 @@ function c21520186.aop(e,tp,eg,ep,ev,re,r,rp)
tc
=
g
:
GetNext
()
end
Duel
.
BreakEffect
()
local
dg
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_MZONE
,
0
)
local
mg
=
Duel
.
GetMatchingGroup
(
c21520186
.
dafilter1
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
dg
:
Sub
(
mg
)
Duel
.
Destroy
(
dg
,
REASON_EFFECT
)
Duel
.
Destroy
(
mg
,
REASON_EFFECT
)
end
function
c21520186
.
attg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsFaceup
()
and
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_MZONE
)
end
...
...
expansions/script/c21520190.lua
View file @
afdaa204
...
...
@@ -8,7 +8,7 @@ function c21520190.initial_effect(c)
e1
:
SetRange
(
LOCATION_HAND
+
LOCATION_GRAVE
)
e1
:
SetCountLimit
(
7
,
21520190
)
e1
:
SetCondition
(
c21520190
.
spcon
)
e1
:
SetOperation
(
c21520190
.
spop
)
--
e1:SetOperation(c21520190.spop)
c
:
RegisterEffect
(
e1
)
--atk & def
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
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