1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

fix(武器): 调整LGBT和VectorStar武器的数值平衡

修改LGBTWeapon和VectorStarWeapon的数值计算公式,降低部分属性的成长幅度
移除Rooster角色中不再使用的武器引用
添加新的A-HJM武器配置场景
This commit is contained in:
2025-11-08 21:06:19 +08:00
parent 78734700d5
commit 051a44e82f
4 changed files with 32 additions and 14 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ extends Weapon
class_name LGBTWeapon
func update(to: int, origin: Dictionary, _entity: EntityBase):
origin["angle"] /= 1 + 0.02 * to * soulLevel
origin["count"] += 1 * soulLevel
origin["angle"] /= 1 + 0.025 * to * soulLevel
origin["count"] += 1 * (soulLevel - 1)
origin["atk"] += 2 * to * soulLevel
origin["power"] += 0.005 * to * soulLevel
origin["trace"] += 0.05 * to * soulLevel