Files
bl/logic
昔念 8cd8c32099
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful
```
fix(fight): 修复技能效果计算中的负值问题

在技能效果35的计算中,当对手属性值为负数时可能导致异常计算结果,
通过使用utils.Max函数确保属性值不小于0来修复此问题。

- 添加blazing/common/utils包导入
- 在物理攻击和特殊攻击的计算中使用utils.Max限制属性值最小为0
```
2026-03-09 18:52:15 +08:00
..
```
2026-03-09 18:52:15 +08:00
1
2026-01-21 14:51:10 +00:00
1
2026-01-21 14:51:10 +00:00
```
2026-03-02 23:59:15 +08:00
```
2026-03-02 23:59:15 +08:00