Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
Nemo Ma
no81cards
Commits
6c1e4a1f
Commit
6c1e4a1f
authored
Nov 15, 2020
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
banlist + fix
parent
755db639
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
4 deletions
+25
-4
expansions/lflist.conf
expansions/lflist.conf
+19
-1
expansions/script/c77770020.lua
expansions/script/c77770020.lua
+1
-1
expansions/script/c79029345.lua
expansions/script/c79029345.lua
+1
-1
expansions/script/c9910553.lua
expansions/script/c9910553.lua
+3
-0
expansions/script/c9910558.lua
expansions/script/c9910558.lua
+1
-1
No files found.
expansions/lflist.conf
View file @
6c1e4a1f
...
...
@@ -78,6 +78,22 @@
130005119
0
130005120
0
#
810001
0
810002
0
810003
0
810004
0
810005
0
810006
0
810007
0
810008
0
810009
0
14010112
0
79029107
0
79029119
0
79029225
0
79029322
0
79029323
0
14010108
0
15000258
0
72100104
0
...
...
@@ -1162,6 +1178,8 @@
77770010
1
82204250
1
#
31400035
1
79029127
1
25000014
1
25000015
1
25000016
1
...
...
@@ -1400,7 +1418,7 @@
9950038
1
9951101
1
9951328
1
79029037
1
79029037
0
79029038
1
79029040
1
79029050
1
...
...
expansions/script/c77770020.lua
View file @
6c1e4a1f
...
...
@@ -21,7 +21,7 @@ function c77770020.initial_effect(c)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetHintTiming
(
TIMING_DAMAGE_STEP
,
TIMINGS_CHECK_MONSTER
+
TIMING_DAMAGE_STEP
+
TIMING_END_PHASE
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetCountLimit
(
1
,
777
70020
0
)
e2
:
SetCountLimit
(
1
,
777
8002
0
)
e2
:
SetCost
(
c77770020
.
atkcost
)
e2
:
SetTarget
(
c77770020
.
atktg
)
e2
:
SetOperation
(
c77770020
.
atkop
)
...
...
expansions/script/c79029345.lua
View file @
6c1e4a1f
...
...
@@ -54,7 +54,7 @@ function c79029345.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c79029345
.
ffilter
(
c
)
return
c
:
IsFusionSetCard
(
0xa90
4
)
return
c
:
IsFusionSetCard
(
0xa90
6
)
end
function
c79029345
.
atcost
(
e
,
c
,
tp
)
local
ct
=
Duel
.
GetFlagEffect
(
tp
,
79029345
)
...
...
expansions/script/c9910553.lua
View file @
6c1e4a1f
...
...
@@ -53,6 +53,9 @@ end
function
c9910553
.
rmfilter
(
c
)
return
c
:
IsSetCard
(
0x3951
)
and
c
:
IsAbleToRemove
()
and
not
c
:
IsCode
(
9910553
)
end
function
c9910553
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x3951
)
and
c
:
IsAbleToHand
()
end
function
c9910553
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
tc
=
Duel
.
GetFirstTarget
()
...
...
expansions/script/c9910558.lua
View file @
6c1e4a1f
...
...
@@ -45,7 +45,7 @@ function c9910558.chcost(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
c
:
IsDiscardable
()
and
Duel
.
IsExistingMatchingCard
(
c9910558
.
costfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
c
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DISCARD
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c9910558
.
ostfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
c
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c9910558
.
c
ostfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
c
)
g
:
AddCard
(
c
)
Duel
.
SendtoGrave
(
g
,
REASON_COST
+
REASON_DISCARD
)
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