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
bdc5c83f
Commit
bdc5c83f
authored
Nov 01, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
watele
parent
cec70caf
Pipeline
#6614
passed with stages
in 51 minutes and 56 seconds
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
115 additions
and
93 deletions
+115
-93
expansions/script/c13959994.lua
expansions/script/c13959994.lua
+2
-2
expansions/script/c13959996.lua
expansions/script/c13959996.lua
+2
-2
expansions/script/c47580003.lua
expansions/script/c47580003.lua
+106
-85
expansions/script/c65020096.lua
expansions/script/c65020096.lua
+2
-2
expansions/script/c81058006.lua
expansions/script/c81058006.lua
+3
-2
No files found.
expansions/script/c13959994.lua
View file @
bdc5c83f
This diff is collapsed.
Click to expand it.
expansions/script/c13959996.lua
View file @
bdc5c83f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
expansions/script/c47580003.lua
View file @
bdc5c83f
This diff is collapsed.
Click to expand it.
expansions/script/c65020096.lua
View file @
bdc5c83f
...
@@ -73,11 +73,11 @@ function c65020096.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -73,11 +73,11 @@ function c65020096.thop(e,tp,eg,ep,ev,re,r,rp)
m
=
1
m
=
1
end
end
if
m
==
0
then
if
m
==
0
then
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
c650200
80
.
thfil
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
local
g1
=
Duel
.
SelectMatchingCard
(
tp
,
c650200
96
.
thfil
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
g1
,
tp
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g1
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g1
)
Duel
.
ConfirmCards
(
1
-
tp
,
g1
)
elseif
m
==
1
then
elseif
m
==
1
then
local
g2
=
Duel
.
SelectMatchingCard
(
tp
,
c650200
84
.
thfil
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
g2
=
Duel
.
SelectMatchingCard
(
tp
,
c650200
96
.
thfil
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
e
,
tp
)
Duel
.
SpecialSummon
(
g2
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
g2
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
e
:
Reset
()
e
:
Reset
()
...
...
expansions/script/c81058006.lua
View file @
bdc5c83f
...
@@ -53,10 +53,11 @@ function cm.efilter(e,te)
...
@@ -53,10 +53,11 @@ function cm.efilter(e,te)
return
te
:
IsActiveType
(
TYPE_SPELL
+
TYPE_TRAP
)
return
te
:
IsActiveType
(
TYPE_SPELL
+
TYPE_TRAP
)
end
end
function
cm
.
cfilter
(
c
)
function
cm
.
cfilter
(
c
)
return
c
:
Is
Facedown
()
or
not
(
c
:
IsRace
(
RACE_FAIRY
)
and
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
)
return
c
:
Is
Race
(
RACE_FAIRY
)
and
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
end
end
function
cm
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_MZONE
,
0
)
return
g
:
GetCount
()
>
0
and
g
:
FilterCount
(
cm
.
cfilter
,
nil
)
==
g
:
GetCount
()
end
end
function
cm
.
spfilter
(
c
,
e
,
tp
)
function
cm
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsCode
(
81058000
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
return
c
:
IsCode
(
81058000
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
...
...
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