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
4efbfd6c
Commit
4efbfd6c
authored
Jul 10, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:purerosefallen/ygopro-222DIY-cards
parents
28e1a248
bb14cd6e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1641 additions
and
614 deletions
+1641
-614
expansions/lflist.conf
expansions/lflist.conf
+2
-1
expansions/script/c10199990.lua
expansions/script/c10199990.lua
+1632
-606
expansions/script/c77765008.lua
expansions/script/c77765008.lua
+3
-3
expansions/script/c9980480.lua
expansions/script/c9980480.lua
+1
-1
expansions/script/c9980512.lua
expansions/script/c9980512.lua
+2
-2
expansions/script/c9980706.lua
expansions/script/c9980706.lua
+1
-1
No files found.
expansions/lflist.conf
View file @
4efbfd6c
...
...
@@ -93,7 +93,8 @@
09980234
1
--物语纪录·暴力之骏河
09980235
1
--物语纪录·焦心之翼
09980236
1
--物语纪录·不死之忍
09980719
1
--恶魔人
09980719
0
--恶魔人
09980713
0
--
AWSL
09980718
1
--两花开
09980717
1
--丁玲丁玲
09980716
0
--手冲天皇
...
...
expansions/script/c10199990.lua
View file @
4efbfd6c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
expansions/script/c77765008.lua
View file @
4efbfd6c
...
...
@@ -47,13 +47,13 @@ function cm.filter1(c,e,sp)
return
c
:
IsCode
(
77765001
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
sp
,
false
,
false
)
and
not
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
end
function
cm
.
target1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
filter1
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
+
LOCAT
ON_GRAVE
+
LOCATION_HAND
+
LOCAT
ON_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
filter1
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
+
LOCAT
I
ON_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
+
LOCATON_GRAVE
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
+
LOCAT
I
ON_GRAVE
)
end
function
cm
.
operation1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
then
return
end
local
sc
=
Duel
.
GetFirstMatchingCard
(
cm
.
filter1
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
+
LOCATON_GRAVE
,
0
,
nil
,
e
,
tp
)
local
sc
=
Duel
.
GetFirstMatchingCard
(
cm
.
filter1
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
+
LOCAT
I
ON_GRAVE
,
0
,
nil
,
e
,
tp
)
if
sc
then
Duel
.
SpecialSummon
(
sc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
...
...
expansions/script/c9980480.lua
View file @
4efbfd6c
...
...
@@ -80,7 +80,7 @@ function c9980480.negcon(e,tp,eg,ep,ev,re,r,rp)
return
Duel
.
GetAttacker
():
GetControler
()
~=
tp
and
e
:
GetHandler
():
GetCounter
(
0x50
)
==
1
end
function
c9980480
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsLevelBelow
(
4
)
and
c
:
IsSetCard
(
0x5bcb
,
0xabca
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsLevelBelow
(
4
)
and
(
c
:
IsSetCard
(
0x5bcb
)
or
c
:
IsSetCard
(
0xabca
))
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
c9980480
.
negtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
not
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
...
...
expansions/script/c9980512.lua
View file @
4efbfd6c
...
...
@@ -12,11 +12,11 @@ function c9980512.initial_effect(c)
e1
:
SetOperation
(
c9980512
.
activate
)
c
:
RegisterEffect
(
e1
)
end
function
c998051
3
.
cfilter
(
c
)
function
c998051
2
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0xcbcc
)
end
function
c9980512
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetCurrentPhase
()
~=
PHASE_DAMAGE
or
not
Duel
.
IsDamageCalculated
()
and
Duel
.
IsExistingMatchingCard
(
c998051
3
.
cfilter
,
tp
,
LOCATION_PZONE
+
LOCATION_MZONE
,
0
,
1
,
nil
)
return
Duel
.
GetCurrentPhase
()
~=
PHASE_DAMAGE
or
not
Duel
.
IsDamageCalculated
()
and
Duel
.
IsExistingMatchingCard
(
c998051
2
.
cfilter
,
tp
,
LOCATION_PZONE
+
LOCATION_MZONE
,
0
,
1
,
nil
)
end
function
c9980512
.
filter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x5bcc
)
...
...
expansions/script/c9980706.lua
View file @
4efbfd6c
--戈尔贡三姐妹
function
c9980706
.
initial_effect
(
c
)
c
:
Enable
Unsummonable
()
c
:
Enable
ReviveLimit
()
--splimit
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
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