Skip to content

Commit

Permalink
SQUASH: feat(pkuxkx): 增加一条气势触发,并尽早触发战斗事件
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed Jul 5, 2024
1 parent a20638d commit e061ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mud/pkuxkx/plugins/basic/char/hp.tin
Original file line number Diff line number Diff line change
Expand Up @@ -708,9 +708,9 @@ hp -neili 格式:
#action {^你蓄足攻势,在战斗中发出绝招「%*」。(气势:%d%)$E} {char.hp.set-qishi %2};
#action {^你蓄势不足,目前只积累了%d%气势。$E} {char.hp.set-qishi %1};
#action {^出招太猛,招式用老,你的气势降低了。(气势:%d%)$E} {char.hp.set-qishi %1};
#action {^你逐步从之前战斗的紧张气氛中平缓下来。(气势:%d%)$E} {char.hp.set-qishi %1};
#action {^你暂缓了攻势。(气势:%d%)$E} {char.hp.set-qishi %1};
#action {^经过一段时间后,你终于完全从紧张地战斗氛围中解脱出来。$E} {char.hp.set-qishi 0};
#action {^你逐步从之前战斗的紧张气氛中平缓下来。(气势:%d%)$E} {#var char[HP][气势] {%1}};
#action {^经过一段时间后,你终于完全从紧张地战斗氛围中解脱出来。$E} {#var char[HP][气势] {0}};

#alias {char.hp.set-qishi} {
#local qishi {%1};
Expand Down

0 comments on commit e061ab8

Please sign in to comment.