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
Huangnan
no81cards
Commits
0b004f2f
Commit
0b004f2f
authored
Jan 13, 2021
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
4f2d0812
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
1 deletion
+43
-1
expansions/lflist.conf
expansions/lflist.conf
+42
-0
expansions/script/c33400320.lua
expansions/script/c33400320.lua
+1
-0
expansions/script/c84610009.lua
expansions/script/c84610009.lua
+0
-1
No files found.
expansions/lflist.conf
View file @
0b004f2f
...
@@ -38,6 +38,48 @@
...
@@ -38,6 +38,48 @@
49966682
0
49966682
0
49966683
0
49966683
0
49999999
0
49999999
0
#210113
98704001
0
98704002
0
98704003
0
98704004
0
98704005
0
98704006
0
98704007
0
98704008
0
98704009
0
98704010
0
98704011
0
98704012
0
98704013
0
98704014
0
98704015
0
98704016
0
98704017
0
98704018
0
98704019
0
98704020
0
98704021
0
98704022
0
98704023
0
98704024
0
98704025
0
98704026
0
98704027
0
14000971
0
22060030
0
25000079
0
82221051
0
82221057
0
82224065
0
82224072
0
131000000
0
131000013
0
131000016
0
131000019
0
25000132
1
79029350
1
131000018
1
#forbidden
#forbidden
31400042
0
--超热血跑者,无限手卡跳,跳出来至少抓
3
,基本上是个陀螺
31400042
0
--超热血跑者,无限手卡跳,跳出来至少抓
3
,基本上是个陀螺
31400050
0
--归亡死恶魔,无任何限制的单卡抛瓦
31400050
0
--归亡死恶魔,无任何限制的单卡抛瓦
...
...
expansions/script/c33400320.lua
View file @
0b004f2f
...
@@ -123,6 +123,7 @@ function c33400320.TojiEquip(ec,e,tp,eg,ep,ev,re,r,rp)
...
@@ -123,6 +123,7 @@ function c33400320.TojiEquip(ec,e,tp,eg,ep,ev,re,r,rp)
local
e3
=
Effect
.
CreateEffect
(
ec
)
local
e3
=
Effect
.
CreateEffect
(
ec
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e3
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e3
:
SetCountLimit
(
1
)
e3
:
SetCountLimit
(
1
)
...
...
expansions/script/c84610009.lua
View file @
0b004f2f
...
@@ -91,7 +91,6 @@ function c84610009.spop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -91,7 +91,6 @@ function c84610009.spop2(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetClassCount
(
Card
.
GetCode
)
<
3
then
return
end
if
g
:
GetClassCount
(
Card
.
GetCode
)
<
3
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
tg
=
g
:
Select
(
tp
,
3
,
3
,
nil
)
local
tg
=
g
:
Select
(
tp
,
3
,
3
,
nil
)
g
:
Remove
(
Card
.
IsCode
,
nil
,
tg
:
GetFirst
():
GetCode
())
if
Duel
.
SendtoGrave
(
tg
,
REASON_EFFECT
)
~=
0
and
tg
:
IsExists
(
Card
.
IsLocation
,
3
,
nil
,
LOCATION_GRAVE
)
then
if
Duel
.
SendtoGrave
(
tg
,
REASON_EFFECT
)
~=
0
and
tg
:
IsExists
(
Card
.
IsLocation
,
3
,
nil
,
LOCATION_GRAVE
)
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c84610009
.
fsfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c84610009
.
fsfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
e
,
tp
)
...
...
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