From 24d4fa7e6aed07e2663f2a9b501244c01649e282 Mon Sep 17 00:00:00 2001 From: walkpan Date: Thu, 16 Apr 2026 10:29:57 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E8=8B=B1=E9=9B=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E6=A1=A3=E7=9A=84=E6=94=BB=E5=87=BB?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将“普通”攻击类型细化为“普通魔法球:单体” - 补充“暴击”攻击类型的效果为概率触发双倍伤害 - 补充“穿刺”攻击类型的效果为可攻击多个目标 - 新增“冰冻”攻击类型的说明 - 移除冗余的“群攻:不限”条目并修复文件末尾换行符 --- assets/script/game/common/config/heros.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/script/game/common/config/heros.md b/assets/script/game/common/config/heros.md index 07696ea2..fb01dba9 100644 --- a/assets/script/game/common/config/heros.md +++ b/assets/script/game/common/config/heros.md @@ -2,10 +2,10 @@ 攻击类型: 普通: 水球、近战无 -暴击: 火球 -穿刺: 旋风 +普通魔法球:单体, +暴击: 火球 :概率,双倍伤害 +穿刺: 旋风 :多个目标 +冰冻:冰系,冻结目标减少 可叠加类型: 双击(风怒)概率 - -群攻:不限 \ No newline at end of file