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
1efcd7bd
Commit
1efcd7bd
authored
Nov 08, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d4dd5ec3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
expansions/script/c12004008.lua
expansions/script/c12004008.lua
+1
-1
expansions/script/c12004022.lua
expansions/script/c12004022.lua
+3
-0
expansions/script/c12042020.lua
expansions/script/c12042020.lua
+1
-1
expansions/script/c12042031.lua
expansions/script/c12042031.lua
+1
-1
No files found.
expansions/script/c12004008.lua
View file @
1efcd7bd
...
...
@@ -26,7 +26,7 @@ function c12004008.initial_effect(c)
end
function
c12004008
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
Duel
.
IsChainNegatable
(
ev
)
then
return
false
end
return
(
re
:
IsHasCategory
(
CATEGORY_DISABLE
)
or
re
:
IsHasCategory
(
CATEGORY_NEGATE
)
)
and
not
re
:
IsCode
(
12004008
)
return
(
re
:
IsHasCategory
(
CATEGORY_DISABLE
)
or
re
:
IsHasCategory
(
CATEGORY_NEGATE
)
)
and
not
re
:
GetHandler
:
IsCode
(
12004008
)
end
function
c12004008
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToHand
()
end
...
...
expansions/script/c12004022.lua
View file @
1efcd7bd
--四皇虫 隶梏女王 蔷薇黄蜂
local
m
=
12004022
local
cm
=
_G
[
"c"
..
m
]
--原罪机械 里切的得儿塔
function
c12004022
.
initial_effect
(
c
)
--fusion material
...
...
expansions/script/c12042020.lua
View file @
1efcd7bd
...
...
@@ -57,7 +57,7 @@ function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return
e
:
GetHandler
():
GetFlagEffect
(
m
)
>
0
end
function
cm
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x5fbe
)
and
c
:
Is
LevelBelow
(
4
)
and
c
:
Is
CanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsSetCard
(
0x5fbe
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
cm
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
expansions/script/c12042031.lua
View file @
1efcd7bd
...
...
@@ -3,7 +3,7 @@ local m=12042031
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--link summon
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsLinkType
,
TYPE_
LINK
),
2
,
99
,
cm
.
lcheck
)
aux
.
AddLinkProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsLinkType
,
TYPE_
EFFECT
),
2
,
99
,
cm
.
lcheck
)
c
:
EnableReviveLimit
()
--direct attack
local
e1
=
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