Skip to content

Commit 3448218

Browse files
committedMar 12, 2025
feat: add re_boss_zhouxue
1 parent a2da78f commit 3448218

File tree

1 file changed

+32
-0
lines changed
  • game/resources/app/extension/大战七阴/source/packages/main

1 file changed

+32
-0
lines changed
 

‎game/resources/app/extension/大战七阴/source/packages/main/skill.js

+32
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,36 @@ export const skill = {
13781378

13791379
},
13801380

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+
13811411
// sunce
13821412
repinghe: {
13831413
audio: "pinghe",
@@ -8472,6 +8502,8 @@ export const skill = {
84728502
"re_boss_jinghua_info": "当你成为其他角色使用牌的目标时,你可以弃置两张手牌令此牌对你无效。",
84738503
"re_boss_huanyue": "幻月",
84748504
"re_boss_huanyue_info": "当你需要使用一张基本牌时,你重铸任意两张手牌并弃置其中一张,视为使用。",
8505+
"re_boss_zhouxue": "咒雪",
8506+
"re_boss_zhouxue_info": "锁定技,受到你伤害的其他角色直到你的下一回合开始时,手牌上限为0且无法获得护甲。",
84758507

84768508
"re_boss_liannu": "持弩",
84778509
"re_boss_liannu_info": "锁定技,游戏开始时,将【诸葛连弩】置入你的装备区。",

0 commit comments

Comments
 (0)
Failed to load comments.