Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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
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
MyCard
ygopro-2pick
Commits
da54a7f5
Commit
da54a7f5
authored
Nov 09, 2017
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/purerosefallen/ygopro-222DIY
parents
dbea7e0e
8ee55f7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
52 deletions
+20
-52
expansions/script/c37564563.lua
expansions/script/c37564563.lua
+4
-37
lflist.conf
lflist.conf
+16
-15
No files found.
expansions/script/c37564563.lua
View file @
da54a7f5
...
...
@@ -7,13 +7,12 @@ function cm.initial_effect(c)
Senya
.
Nanahira
(
c
)
Senya
.
AddSummonMusic
(
c
,
aux
.
Stringid
(
m
,
3
),
SUMMON_TYPE_ADVANCE
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
e1
:
SetCode
(
EFFECT_
SUMMON_PROC
)
e1
:
Set
Condition
(
cm
.
otcon
)
e1
:
Set
Operation
(
cm
.
otop
)
e1
:
SetValue
(
SUMMON_TYPE_ADVANCE
)
e1
:
SetCode
(
EFFECT_
ADD_EXTRA_TRIBUTE
)
e1
:
Set
TargetRange
(
LOCATION_SZONE
,
0
)
e1
:
Set
Target
(
aux
.
TargetBoolFunction
(
Card
.
IsType
,
TYPE_COUNTER
)
)
e1
:
SetValue
(
POS_FACEUP_ATTACK
)
c
:
RegisterEffect
(
e1
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetDescription
(
aux
.
Stringid
(
m
,
2
))
...
...
@@ -25,38 +24,6 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e4
)
Senya
.
NegateEffectModule
(
c
,
1
,
nil
,
nil
,
function
(
e
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_ADVANCE
)
end
)
end
function
cm
.
otfilter
(
c
)
return
c
:
IsType
(
TYPE_COUNTER
)
and
c
:
IsReleasable
()
end
function
cm
.
otcon
(
e
,
c
,
minc
)
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
local
mg
=
Duel
.
GetMatchingGroup
(
cm
.
otfilter
,
tp
,
LOCATION_SZONE
,
0
,
nil
)
return
c
:
GetLevel
()
>
6
and
minc
<=
2
and
(
Duel
.
GetMZoneCount
(
tp
)
>
0
and
mg
:
GetCount
()
>=
2
or
Duel
.
CheckTribute
(
c
,
1
)
and
mg
:
GetCount
()
>=
1
)
or
c
:
GetLevel
()
>
4
and
c
:
GetLevel
()
<=
6
and
minc
<=
1
and
Duel
.
GetMZoneCount
(
tp
)
>
0
and
mg
:
GetCount
()
>=
1
end
function
cm
.
otop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
local
mg
=
Duel
.
GetMatchingGroup
(
cm
.
otfilter
,
tp
,
LOCATION_SZONE
,
0
,
nil
)
local
b1
=
Duel
.
GetMZoneCount
(
tp
)
>
0
and
mg
:
GetCount
()
>=
2
local
b2
=
Duel
.
CheckTribute
(
c
,
1
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
g
=
mg
:
Select
(
tp
,
1
,
1
,
nil
)
if
c
:
GetLevel
()
>
6
then
local
g2
=
nil
if
b1
and
(
not
b2
or
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
)))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
g2
=
mg
:
Select
(
tp
,
1
,
1
,
g
:
GetFirst
())
else
g2
=
Duel
.
SelectTribute
(
tp
,
c
,
1
,
1
)
end
g
:
Merge
(
g2
)
end
c
:
SetMaterial
(
g
)
Duel
.
Release
(
g
,
REASON_SUMMON
+
REASON_MATERIAL
)
end
function
cm
.
sumtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
c
:
IsSummonable
(
true
,
nil
,
1
)
or
c
:
IsMSetable
(
true
,
nil
,
1
)
end
...
...
lflist.conf
View file @
da54a7f5
#[2017.10 DIY][2017.11 TCG][2017.7][2017.4][2017.1][2016.10][2016.7][2016.4][2016.1][2015.10][2015.4][2015.1][2014.10][2014.7][2014.4][2014.2][2013.9][2017.9 TCG][2017.6 TCG][2017.3 TCG][2016.8 TCG][2016.4 TCG][2015.11 TCG][2015.7 TCG][2015.4 TCG][2015.1 TCG][2014.10 TCG][2014.7 TCG][2014.4 TCG][2014.1.1 TCG][2013.10.11 TCG][2013.3.1][2012.9.1][2012.3.1][2011.9.1]
!
2017
.
10
DIY
#OCG
03113836
0
--ジェムナイト・セラフィ
08903700
0
--儀式魔人リリーサー
10389142
0
--
No
.
42
スターシップ・ギャラクシー・トマホーク
75732622
0
--トーチ・ゴーレム
05043010
1
--ファイアウォール・ドラゴン
#7
00710230
1
--电子水蓝 圣徒
00710250
1
--失落英魂-姬轩辕
...
...
@@ -23,8 +29,6 @@
05200010
0
--圣精灵 格奥基乌斯
#101
10113059
2
--炎龙剑
#喜剧小丑
#食腐骨犬
10173058
0
--恶魔科学塑型体
10173059
1
--连接融合者
#109
...
...
@@ -75,15 +79,13 @@
37564330
1
--源数网络
37564338
0
--恋色的舞姬·纱由里
37564505
1
--
Nanahira
&
Halozy
#Harunohi
#Koinomi
37564701
0
--邪眼之魔女-桑德莉佣
37564836
1
--邪符『不祥之兆』
37564848
2
--
3
L
·不可思议的梦幻
37564906
1
--
Sayuri
·
Amazing
one
more
37564914
1
--
Sayuri
&
3
L
#465
#WL·魔礼人鱼
#500
50000061
2
--电光充能
50000054
1
--电光石火
...
...
@@ -91,7 +93,7 @@
50000066
0
--船长 奇犽
50000505
1
--呼唤神星的灵女
50000507
2
--星宿的神迹
50000510
0
--星宿的精灵
50000510
1
--星宿的精灵
50000511
1
--灵装之星宿骑士
#573
...
...
@@ -99,7 +101,6 @@
60151704
0
--天空的水晶部队 狡猾的女仆贼
60159907
1
--极夜的龙骑士
60159911
1
--怠惰的魅魔
#禁忌的枷锁
#666
66619903
0
--
AIW
·指引者柴郡喵
...
...
@@ -107,12 +108,12 @@
66619913
1
--下午茶时间☆
66619914
2
--未眠的心之火
66619920
0
--
AIW
·绽放之蝶
66677705
2
--
777
-祈愿
66677708
2
--
777
-绽放之时的色彩
66677711
1
--
777
-风映之春
66677712
1
--
777
-夏空之映
66677713
1
--
777
-幻呓秋语
66677714
1
--
777
-圣夜凛冬
#
777-祈愿
#
777-绽放之时的色彩
#
777-风映之春
#
777-夏空之映
#
777-幻呓秋语
#
777-圣夜凛冬
#986
98600002
0
--欧忒耳佩
#996
...
...
@@ -187,7 +188,7 @@
01561110
1
--
ABC
-ドラゴン・バスター
50720316
1
--
E
·
HERO
シャドー·ミスト
40318957
1
--
EM
ドクロバット・ジョーカー
65536818
1
--源竜星-ボウテンコウ
65536818
0
--源竜星-ボウテンコウ
74586817
1
--
PSY
フレームロード・Ω
78872731
1
--十二獣モルモラット
06602300
1
--重爆撃禽 ボム・フェネクス
...
...
@@ -262,7 +263,7 @@
74311226
2
--海皇の竜騎隊
00423585
2
--召喚僧サモンプリースト
23434538
2
--増殖する
G
15341821
2
--ダンディライオン
15341821
0
--ダンディライオン
10028593
2
--輪廻天狗
59750328
2
--命削りの宝札
47325505
2
--化石調査
...
...
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