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
59ae3567
Commit
59ae3567
authored
Apr 07, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
amd yes
parent
f4c38b96
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/script/c26806004.lua
expansions/script/c26806004.lua
+1
-1
expansions/script/c26806018.lua
expansions/script/c26806018.lua
+2
-2
expansions/script/c81012019.lua
expansions/script/c81012019.lua
+1
-1
No files found.
expansions/script/c26806004.lua
View file @
59ae3567
...
@@ -41,7 +41,7 @@ function c26806004.mzfilter(c)
...
@@ -41,7 +41,7 @@ function c26806004.mzfilter(c)
return
c
:
IsAttack
(
2200
)
and
c
:
IsDefense
(
600
)
return
c
:
IsAttack
(
2200
)
and
c
:
IsDefense
(
600
)
end
end
function
c26806004
.
atktg
(
e
,
c
)
function
c26806004
.
atktg
(
e
,
c
)
return
e
:
GetHandler
():
GetLinkedGroup
():
IsContains
(
c
)
and
c
:
Is
SetCard
(
0x120
)
return
e
:
GetHandler
():
GetLinkedGroup
():
IsContains
(
c
)
and
c
:
Is
Race
(
RACE_SEASERPENT
)
end
end
function
c26806004
.
desfilter
(
c
)
function
c26806004
.
desfilter
(
c
)
return
c
:
IsFaceup
()
return
c
:
IsFaceup
()
...
...
expansions/script/c26806018.lua
View file @
59ae3567
...
@@ -41,7 +41,7 @@ function c26806018.lcheck(g,lc)
...
@@ -41,7 +41,7 @@ function c26806018.lcheck(g,lc)
end
end
function
c26806018
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c26806018
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
d
=
Duel
.
GetAttackTarget
()
local
d
=
Duel
.
GetAttackTarget
()
return
d
and
d
:
IsControler
(
tp
)
and
d
:
IsFaceup
()
and
d
:
IsAttribute
(
ATTRIBUTE_W
IND
)
return
d
and
d
:
IsControler
(
tp
)
and
d
:
IsFaceup
()
and
d
:
IsAttribute
(
ATTRIBUTE_W
ATER
)
end
end
function
c26806018
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c26806018
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
@@ -78,7 +78,7 @@ function c26806018.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -78,7 +78,7 @@ function c26806018.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c26806018
.
filter2
(
c
,
tp
)
function
c26806018
.
filter2
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
Is
Race
(
RACE_WARRIO
R
)
return
c
:
IsFaceup
()
and
c
:
IsControler
(
tp
)
and
c
:
IsLocation
(
LOCATION_MZONE
)
and
c
:
Is
Attribute
(
ATTRIBUTE_WATE
R
)
end
end
function
c26806018
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c26806018
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
or
not
re
:
IsHasProperty
(
EFFECT_FLAG_CARD_TARGET
)
then
return
false
end
if
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
or
not
re
:
IsHasProperty
(
EFFECT_FLAG_CARD_TARGET
)
then
return
false
end
...
...
expansions/script/c81012019.lua
View file @
59ae3567
...
@@ -31,7 +31,7 @@ function c81012019.initial_effect(c)
...
@@ -31,7 +31,7 @@ function c81012019.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e3
:
SetCode
(
EFFECT_CANNOT_ACTIVATE
)
e3
:
SetCode
(
EFFECT_CANNOT_ACTIVATE
)
e3
:
SetRange
(
LOCATION_
S
ZONE
)
e3
:
SetRange
(
LOCATION_
M
ZONE
)
e3
:
SetTargetRange
(
0
,
1
)
e3
:
SetTargetRange
(
0
,
1
)
e3
:
SetCondition
(
c81012019
.
actcon
)
e3
:
SetCondition
(
c81012019
.
actcon
)
e3
:
SetValue
(
c81012019
.
aclimit
)
e3
:
SetValue
(
c81012019
.
aclimit
)
...
...
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