1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-06 03:37:13 +08:00

feat(角色): 调整能量恢复速率并添加新武器

将EntityBase中的能量恢复速率从0.01提高到0.05
为Rooster角色添加LGBT武器到武器库中
This commit is contained in:
2025-09-06 12:04:15 +08:00
parent a563eabab3
commit 49a96ce818
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ func _physics_process(_delta: float) -> void:
if (isPlayer() or is_instance_valid(currentFocusedBoss)) and not charginup:
ai()
move_and_slide()
storeEnergy(0.01 * fields.get(FieldStore.Entity.ENERGY_REGENERATION))
storeEnergy(0.05 * fields.get(FieldStore.Entity.ENERGY_REGENERATION))
trailParticle.emitting = trailing
# 通用方法