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
9c224e20
You need to sign in or sign up before continuing.
Commit
9c224e20
authored
Nov 14, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
foo foo
parent
eba236cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
expansions/script/c16104200.lua
expansions/script/c16104200.lua
+4
-2
expansions/script/c33310302.lua
expansions/script/c33310302.lua
+1
-1
No files found.
expansions/script/c16104200.lua
View file @
9c224e20
...
@@ -68,10 +68,12 @@ function rsch.limitcost(code,cost2)
...
@@ -68,10 +68,12 @@ function rsch.limitcost(code,cost2)
end
end
end
end
function
cm
.
lfct1
(
c
)
function
cm
.
lfct1
(
c
)
return
c
:
IsRace
(
RACE_WARRIOR
)
if
c
:
IsCode
(
16104222
)
then
return
true
end
return
c
:
IsSetCard
(
0xccb
)
or
rsch
.
IsSet1
(
c
)
end
end
function
cm
.
lfct2
(
c
)
function
cm
.
lfct2
(
c
)
return
c
:
GetSummonLocation
()
~=
LOCATION_EXTRA
if
c
:
IsCode
(
16104222
)
then
return
true
end
return
c
:
IsSetCard
(
0xccb
)
or
rsch
.
IsSet1
(
c
)
end
end
function
cm
.
sltg
(
e
,
c
)
function
cm
.
sltg
(
e
,
c
)
if
c
:
IsCode
(
16104222
)
then
return
false
end
if
c
:
IsCode
(
16104222
)
then
return
false
end
...
...
expansions/script/c33310302.lua
View file @
9c224e20
...
@@ -66,7 +66,7 @@ function cm.con1(e,tp,eg,ep,ev,re,r,rp)
...
@@ -66,7 +66,7 @@ function cm.con1(e,tp,eg,ep,ev,re,r,rp)
local
n
=
Duel
.
GetCurrentChain
()
local
n
=
Duel
.
GetCurrentChain
()
local
p
=
e
:
GetHandlerPlayer
()
local
p
=
e
:
GetHandlerPlayer
()
local
flag
=
1
local
flag
=
1
if
n
<
=
1
then
flag
=
0
if
n
<
1
then
flag
=
0
end
end
return
flag
==
0
and
Duel
.
GetTurnPlayer
()
==
e
:
GetHandlerPlayer
()
and
not
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
p
,
LOCATION_MZONE
,
0
,
1
,
nil
)
return
flag
==
0
and
Duel
.
GetTurnPlayer
()
==
e
:
GetHandlerPlayer
()
and
not
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
p
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
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