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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
c35835a6
Commit
c35835a6
authored
Feb 14, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ybb
parent
eca62d23
Pipeline
#9601
passed with stages
in 26 minutes and 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/script/c66678910.lua
expansions/script/c66678910.lua
+1
-1
expansions/script/c66678914.lua
expansions/script/c66678914.lua
+1
-1
expansions/script/c66678921.lua
expansions/script/c66678921.lua
+1
-1
No files found.
expansions/script/c66678910.lua
View file @
c35835a6
...
...
@@ -42,7 +42,7 @@ function c66678910.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c66678910
.
thfilter
(
c
)
return
c
:
Is
SetCard
(
0x665
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
and
not
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
return
c
:
Is
Attribute
(
ATTRIBUTE_WATER
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
and
not
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
end
function
c66678910
.
filter
(
c
)
return
c
:
IsCode
(
66678919
,
66678920
)
and
c
:
IsAbleToHand
()
...
...
expansions/script/c66678914.lua
View file @
c35835a6
...
...
@@ -93,5 +93,5 @@ function c66678914.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c66678914
.
thfilter
(
c
)
return
c
:
Is
SetCard
(
0x665
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
and
not
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
return
c
:
Is
Attribute
(
ATTRIBUTE_WATER
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
and
not
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
end
expansions/script/c66678921.lua
View file @
c35835a6
...
...
@@ -41,5 +41,5 @@ function c66678921.distg(e,c)
return
c
:
GetSummonLocation
()
==
LOCATION_EXTRA
end
function
c66678921
.
thfilter
(
c
)
return
c
:
Is
SetCard
(
0x665
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
and
not
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
return
c
:
Is
Attribute
(
ATTRIBUTE_WATER
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
and
not
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
end
\ No newline at end of file
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