This commit is contained in:
libccy 2016-03-07 21:46:41 +08:00
parent f0d62b3e10
commit 3d987a9802
5 changed files with 39 additions and 0 deletions

38
card/mingzhong.js Normal file
View File

@ -0,0 +1,38 @@
'use strict';
card.mingzhong={
card:{
shengdong:{
fullskin:true,
enable:'phaseUse',
type:'trick',
},
zengbin:{
fullskin:true,
enable:'phaseUse',
type:'trick',
},
caomu:{
fullskin:true,
enable:'phaseUse',
type:'delay',
}
},
translate:{
shengdong:'声东击西',
shengdong_info:'出牌阶段对距离为1的一名角色使用。你交给目标角色一张手牌若如此做其将两张牌交给另一名由你选择的其他角色',
zengbin:'增兵减灶',
zengbin_info:'出牌阶段对一名角色使用。目标角色摸三张牌然后选择一项1.弃置一张非基本牌2.弃置两张牌',
caomu:'草木皆兵',
caomu_info:'出牌阶段对一名其他角色使用。将【草木皆兵】放置于该角色的判定区里若判定结果不为梅花摸牌阶段目标角色少摸一张牌摸牌阶段结束时与其距离为1的角色各摸一张牌',
},
list:[
["spade",1,'caomu'],
["club",3,'caomu'],
["heart",12,'shengdong',],
["club",9,'shengdong'],
["spade",9,'shengdong'],
["diamond",4,'zengbin'],
["heart",6,'zengbin'],
["spade",7,'zengbin'],
],
}

View File

@ -23,6 +23,7 @@ card.pack={
extra:'军争',
refresh:'界限突破',
guozhan:'国战',
mingzhong:'忠胆英杰',
zhenfa:'阵法',
qimou:'奇谋',
yibao:'异宝',

BIN
image/card/caomu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
image/card/shengdong.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
image/card/zengbin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB