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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
25a6c99f
Commit
25a6c99f
authored
Aug 11, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
emergency
parent
3a328253
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
expansions/lflist.conf
expansions/lflist.conf
+6
-3
expansions/script/c81024005.lua
expansions/script/c81024005.lua
+4
-2
No files found.
expansions/lflist.conf
View file @
25a6c99f
...
...
@@ -4,7 +4,9 @@
#1
00112014
1
--
Hollow
Knight
-小骑士 向更深处进发
00112015
1
--
Hollow
Knight
-小骑士 最初的开始
00112016
1
--
Hollow
Knight
-小骑士 探索遗忘十字路
00112016
0
--
Hollow
Knight
-小骑士 探索遗忘十字路
00112023
1
--
Hollow
Knight
-鹿角虫车站
00112037
0
--
Hollow
Knight
-小骑士 生命血
00112020
2
--我忘记了所有不幸,所见皆是奇迹-奎若
#7
00710236
0
--圣遗物-支配之镰
...
...
@@ -49,6 +51,7 @@
01150024
0
--仙女的水滴·冬
01150025
0
--水之绫
01150037
0
--冬日的约会
01150039
0
--雪月华舞·怜
01150041
0
--蓝色世界
01150042
0
--红色世界
01156024
0
--接近神的蝴蝶妖精
...
...
@@ -630,7 +633,6 @@
37564451
1
--百慕 冲击的相遇·莉普丝
37564455
1
--百慕 依偎的浅眠·一夏
37564505
1
--
Nanahira
&
Halozy
37564507
2
--
Bijyutsu
37564508
1
--
Too
Late
Snow
37564509
2
--
Harunohi
37564510
0
--
Koinomi
...
...
@@ -942,7 +944,8 @@
81009006
2
--不悦目光·橘爱丽丝
81010021
1
--高空坠落
81011053
0
--水晶艾蕾娜·花海
81011102
2
--橘花音·午后之音
81011102
1
--橘花音·午后之音
81011120
1
--橘花音·淡蓝之音
81012012
1
--浅绿时间·爱米莉
81013017
0
--薇薇安·伊文捷琳 θ
81014012
0
--极光导雷弹
...
...
expansions/script/c81024005.lua
View file @
25a6c99f
...
...
@@ -50,8 +50,10 @@ function cm.damop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
cm
.
reccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
ep
==
tp
and
((
Duel
.
GetAttacker
():
IsAttack
(
1550
)
and
Duel
.
GetAttacker
():
IsDefense
(
1050
)
and
Duel
.
GetAttacker
():
IsControler
(
tp
))
or
(
Duel
.
GetAttackTarget
():
IsAttack
(
1550
)
and
Duel
.
GetAttackTarget
():
IsDefense
(
1050
)
and
Duel
.
GetAttackTarget
():
IsControler
(
tp
)))
function
cm
.
reccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
tc
=
Duel
.
GetAttacker
()
local
at
=
Duel
.
GetAttackTarget
()
if
chk
==
0
then
return
ep
==
tp
and
(
tc
:
IsControler
(
tp
)
and
tc
:
IsAttack
(
1550
)
and
tc
:
IsDefense
(
1050
))
or
(
at
and
at
:
IsControler
(
tp
)
and
at
:
IsAttack
(
1550
)
and
at
:
IsDefense
(
1050
))
end
end
function
cm
.
recop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Recover
(
tp
,
ev
,
REASON_EFFECT
)
...
...
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