delete lib.skill.xinfu_denglou.marktext/优化张瑶【夕颜】标记和内容的显示
This commit is contained in:
parent
6b1469adbd
commit
c425dc7d39
|
@ -8217,9 +8217,9 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
buff:{
|
buff:{
|
||||||
charlotte:true,
|
charlotte:true,
|
||||||
mark:true,
|
mark:true,
|
||||||
marktext:" +4 ",
|
marktext:" + ",
|
||||||
intro:{
|
intro:{
|
||||||
content:"本回合手牌上限+4且使用牌无次数限制",
|
content:"本回合手牌上限+#且使用牌无次数限制",
|
||||||
},
|
},
|
||||||
mod:{
|
mod:{
|
||||||
maxHandcard:function(player,num){
|
maxHandcard:function(player,num){
|
||||||
|
@ -8234,7 +8234,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
debuff:{
|
debuff:{
|
||||||
charlotte:true,
|
charlotte:true,
|
||||||
mark:true,
|
mark:true,
|
||||||
marktext:" -4 ",
|
marktext:" - ",
|
||||||
intro:{
|
intro:{
|
||||||
content:"本回合手牌上限-#且不能使用基本牌",
|
content:"本回合手牌上限-#且不能使用基本牌",
|
||||||
},
|
},
|
||||||
|
|
|
@ -452,7 +452,6 @@ game.import('character',function(lib,game,ui,get,ai,_status){
|
||||||
},
|
},
|
||||||
skillAnimation:true,
|
skillAnimation:true,
|
||||||
animationColor:'gray',
|
animationColor:'gray',
|
||||||
marktext:"登",
|
|
||||||
content:function (){
|
content:function (){
|
||||||
"step 0"
|
"step 0"
|
||||||
player.awakenSkill('xinfu_denglou');
|
player.awakenSkill('xinfu_denglou');
|
||||||
|
|
Loading…
Reference in New Issue