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
Ai
ygopro-222DIY-cards
Commits
0fd2d3a0
Commit
0fd2d3a0
authored
Dec 17, 2019
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
cd96d634
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/script/c33400305.lua
expansions/script/c33400305.lua
+1
-1
expansions/script/c33400314.lua
expansions/script/c33400314.lua
+1
-1
expansions/script/c33400402.lua
expansions/script/c33400402.lua
+1
-1
expansions/script/c33400404.lua
expansions/script/c33400404.lua
+1
-1
No files found.
expansions/script/c33400305.lua
View file @
0fd2d3a0
...
...
@@ -50,7 +50,7 @@ function c33400305.bacost(e,tp,eg,ep,ev,re,r,rp,chk)
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
end
end
function
c334003
5
5
.
bafilter1
(
c
)
function
c334003
0
5
.
bafilter1
(
c
)
return
c
:
IsAttackable
()
and
c
:
IsSetCard
(
0x5341
)
and
c
:
IsFaceup
()
end
function
c33400305
.
batg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
expansions/script/c33400314.lua
View file @
0fd2d3a0
...
...
@@ -35,7 +35,7 @@ function c33400314.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c33400314
.
spfilter
(
c
,
fc
,
tp
)
return
c
:
IsReleasable
()
and
c
:
IsSetCard
(
0x5341
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
fc
)
>
0
return
c
:
IsReleasable
ByEffect
()
and
c
:
IsSetCard
(
0x5341
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
fc
)
>
0
end
function
c33400314
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
expansions/script/c33400402.lua
View file @
0fd2d3a0
...
...
@@ -60,7 +60,7 @@ function c33400402.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
c33400402
.
thfilter
(
c
)
return
(
c
:
IsSetCard
(
0x341
)
or
c
:
IsSetCard
(
0x5342
))
and
c
:
IsAbleToHand
()
and
not
c
:
IsCode
(
33400402
)
return
(
c
:
IsSetCard
(
0x341
)
or
c
:
IsSetCard
(
0x5342
))
and
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
AbleToHand
()
and
not
c
:
IsCode
(
33400402
)
end
function
c33400402
.
thcon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c33400402
.
thfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
...
...
expansions/script/c33400404.lua
View file @
0fd2d3a0
...
...
@@ -45,7 +45,7 @@ function c33400404.spop(e,tp,eg,ep,ev,re,r,rp)
end
function
c33400404
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x5342
)
or
c
:
IsSetCard
(
0xc342
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
(
c
:
IsSetCard
(
0x5342
)
or
c
:
IsSetCard
(
0xc342
)
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
c33400404
.
sumtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
chkc
:
IsControler
(
tp
)
and
c33400404
.
spfilter
(
chkc
,
e
,
tp
)
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