Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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
MyCard
ygopro-2pick
Commits
70ae7d6d
Commit
70ae7d6d
authored
Oct 14, 2017
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prescript
parent
2b3ea184
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
expansions/script/c100407008.lua
expansions/script/c100407008.lua
+1
-1
expansions/script/c101003048.lua
expansions/script/c101003048.lua
+1
-7
No files found.
expansions/script/c100407008.lua
View file @
70ae7d6d
...
...
@@ -25,7 +25,7 @@ function c100407008.initial_effect(c)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetCode
(
EFFECT_CANNOT_BE_EFFECT_TARGET
)
e3
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e3
:
SetRange
(
LOCATION_
S
ZONE
)
e3
:
SetRange
(
LOCATION_
M
ZONE
)
e3
:
SetTargetRange
(
LOCATION_MZONE
,
0
)
e3
:
SetCondition
(
c100407008
.
indcon
)
e3
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsRace
,
RACE_INSECT
))
...
...
expansions/script/c101003048.lua
View file @
70ae7d6d
...
...
@@ -34,15 +34,9 @@ end
function
c101003048
.
matfilter
(
c
,
lc
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsCanBeLinkMaterial
(
lc
)
end
function
c101003048
.
lkcheck
(
c
,
sg
)
return
sg
:
FilterCount
(
c101003048
.
lkcheck2
,
c
,
c
)
+
1
==
sg
:
GetCount
()
end
function
c101003048
.
lkcheck2
(
c
,
mc
)
return
not
c
:
IsCode
(
mc
:
IsCode
())
end
function
c101003048
.
lkgoal
(
c
,
tp
,
lc
,
ct
,
sg
)
return
sg
:
GetCount
()
>
1
and
sg
:
CheckWithSumEqual
(
aux
.
GetLinkCount
,
lc
:
GetLink
(),
ct
,
ct
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
,
lc
)
>
0
and
sg
:
IsExists
(
c101003048
.
lkcheck
,
1
,
nil
,
sg
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
sg
,
lc
)
>
0
and
sg
:
GetClassCount
(
Card
.
GetCode
)
==
sg
:
GetCount
(
)
end
function
c101003048
.
lkselect
(
c
,
tp
,
lc
,
ct
,
mg
,
sg
)
sg
:
AddCard
(
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