1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -1378,6 +1378,36 @@ export const skill = {
1378
1378
1379
1379
} ,
1380
1380
1381
+ "re_boss_zhouxue" : {
1382
+ trigger : { source : 'damageSource' } ,
1383
+ forced : true ,
1384
+ content : ( ) => {
1385
+ trigger . player . addTempSkill ( "re_boss_zhouxue_effect" , { player : 'roundStart' } )
1386
+ }
1387
+ } ,
1388
+ "re_boss_zhouxue_effect" : {
1389
+ trigger : { player : "changeHujiaBefore" } ,
1390
+ forced : true ,
1391
+ mark : true ,
1392
+ markText : "咒" ,
1393
+ intro : {
1394
+ content : function ( storage , player ) {
1395
+ return '手牌上限为0且无法获得护甲。'
1396
+ } ,
1397
+ } ,
1398
+ filter : function ( event , player ) {
1399
+ return event . num > 0 ;
1400
+ } ,
1401
+ content : function ( ) {
1402
+ trigger . cancel ( ) ;
1403
+ } ,
1404
+ mod : {
1405
+ maxHandcard : function ( player , num ) {
1406
+ return 0 ;
1407
+ } ,
1408
+ }
1409
+ } ,
1410
+
1381
1411
// sunce
1382
1412
repinghe : {
1383
1413
audio : "pinghe" ,
@@ -8472,6 +8502,8 @@ export const skill = {
8472
8502
"re_boss_jinghua_info" : "当你成为其他角色使用牌的目标时,你可以弃置两张手牌令此牌对你无效。" ,
8473
8503
"re_boss_huanyue" : "幻月" ,
8474
8504
"re_boss_huanyue_info" : "当你需要使用一张基本牌时,你重铸任意两张手牌并弃置其中一张,视为使用。" ,
8505
+ "re_boss_zhouxue" : "咒雪" ,
8506
+ "re_boss_zhouxue_info" : "锁定技,受到你伤害的其他角色直到你的下一回合开始时,手牌上限为0且无法获得护甲。" ,
8475
8507
8476
8508
"re_boss_liannu" : "持弩" ,
8477
8509
"re_boss_liannu_info" : "锁定技,游戏开始时,将【诸葛连弩】置入你的装备区。" ,
0 commit comments