diff --git a/card/yunchou.js b/card/yunchou.js index c385f085e..803f5de3f 100644 --- a/card/yunchou.js +++ b/card/yunchou.js @@ -408,7 +408,6 @@ card.yunchou={ event.source=info.source; event.source.storage.youdishenru=player; event.source.addSkill('youdishenru'); - player.line(event.source,'green'); 'step 1' var next=event.source.chooseToUse({name:'sha'},player,-1,'对'+get.translation(player)+'使用一张杀,或受到一点伤害'); next.ai2=function(){ @@ -1035,7 +1034,7 @@ card.yunchou={ source:trigger.player, evt:trigger }; - player.chooseToUse({name:'youdishenru'},'是否使用诱敌深入?'); + player.chooseToUse({name:'youdishenru'},'是否使用诱敌深入?').set('source',trigger.player); } }, _chenhuodajie:{ diff --git a/game/asset.js b/game/asset.js index 3f59e728f..0dc340034 100644 --- a/game/asset.js +++ b/game/asset.js @@ -1,5 +1,5 @@ window.noname_asset_list=[ - '1.9.9.5', + '1.9.9.8', 'image/background/huangtian_bg.jpg', 'image/background/september_bg.jpg', 'image/background/shengshi_bg.jpg', @@ -2519,6 +2519,7 @@ window.noname_skin_list={ re_xiahoudun:1, re_xushu:3, re_xuzhu:2, + re_yuanshao:1, re_zhangfei:1, re_zhangliao:1, re_zhaoyun:3, @@ -2562,6 +2563,7 @@ window.noname_skin_list={ xuzhu:1, yangxiu:2, yj_jushou:2, + yuanshao:1, yuanshu:4, yuejin:3, yufan:1, diff --git a/game/game.js b/game/game.js index df289079b..e867437fc 100644 --- a/game/game.js +++ b/game/game.js @@ -8617,7 +8617,7 @@ },player,card); } if(event.animate!=false){ - if(card.name=='wuxie'&&event.getParent().source){ + if((card.name=='wuxie'||card.name=='youdishenru')&&event.getParent().source){ var lining=event.getParent().sourcex||event.getParent().source2||event.getParent().source; if(lining==player&&event.getParent().sourcex2){ lining=event.getParent().sourcex2; diff --git a/image/character/dianwei.jpg b/image/character/dianwei.jpg index d97bedca2..52a19a343 100644 Binary files a/image/character/dianwei.jpg and b/image/character/dianwei.jpg differ diff --git a/image/character/huangyueying.jpg b/image/character/huangyueying.jpg index 08f9ed365..5105d0477 100644 Binary files a/image/character/huangyueying.jpg and b/image/character/huangyueying.jpg differ diff --git a/image/character/lusu.jpg b/image/character/lusu.jpg index 3474b7fa7..dce3017fd 100644 Binary files a/image/character/lusu.jpg and b/image/character/lusu.jpg differ diff --git a/image/character/re_lusu.jpg b/image/character/re_lusu.jpg index dce3017fd..3474b7fa7 100644 Binary files a/image/character/re_lusu.jpg and b/image/character/re_lusu.jpg differ diff --git a/image/character/re_yuanshao.jpg b/image/character/re_yuanshao.jpg index d9d532fca..0f81c6c83 100644 Binary files a/image/character/re_yuanshao.jpg and b/image/character/re_yuanshao.jpg differ diff --git a/image/character/xiahouyuan.jpg b/image/character/xiahouyuan.jpg index 04fcc69f9..260055a87 100644 Binary files a/image/character/xiahouyuan.jpg and b/image/character/xiahouyuan.jpg differ diff --git a/image/character/yuanshao.jpg b/image/character/yuanshao.jpg index 0f81c6c83..b4fae882a 100644 Binary files a/image/character/yuanshao.jpg and b/image/character/yuanshao.jpg differ diff --git a/image/skin/dianwei/2.jpg b/image/skin/dianwei/2.jpg index 52a19a343..d97bedca2 100644 Binary files a/image/skin/dianwei/2.jpg and b/image/skin/dianwei/2.jpg differ diff --git a/image/skin/huangyueying/2.jpg b/image/skin/huangyueying/2.jpg index 5105d0477..08f9ed365 100644 Binary files a/image/skin/huangyueying/2.jpg and b/image/skin/huangyueying/2.jpg differ diff --git a/image/skin/re_yuanshao/1.jpg b/image/skin/re_yuanshao/1.jpg new file mode 100644 index 000000000..d9d532fca Binary files /dev/null and b/image/skin/re_yuanshao/1.jpg differ diff --git a/image/skin/xiahouyuan/1.jpg b/image/skin/xiahouyuan/1.jpg index 260055a87..04fcc69f9 100644 Binary files a/image/skin/xiahouyuan/1.jpg and b/image/skin/xiahouyuan/1.jpg differ diff --git a/image/skin/yuanshao/1.jpg b/image/skin/yuanshao/1.jpg index b4fae882a..ad2490a21 100644 Binary files a/image/skin/yuanshao/1.jpg and b/image/skin/yuanshao/1.jpg differ diff --git a/image/skin/yuanshao/2.jpg b/image/skin/yuanshao/2.jpg deleted file mode 100644 index ad2490a21..000000000 Binary files a/image/skin/yuanshao/2.jpg and /dev/null differ diff --git a/image/skin/yuanshao/3.jpg b/image/skin/yuanshao/3.jpg deleted file mode 100755 index 054dbe94a..000000000 Binary files a/image/skin/yuanshao/3.jpg and /dev/null differ