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

feat(武器): 添加HJM武器脚本及UID文件

添加HJM武器的Godot脚本文件,包含攻击力和冷却时间的升级逻辑
This commit is contained in:
2025-11-08 07:32:41 +08:00
parent 1418854ba4
commit e2570491aa
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
@tool
extends Weapon
func update(to: int, origin: Dictionary, _entity: EntityBase):
origin["time"] /= 1 + 0.05 * to * soulLevel
origin["atk"] *= 2 * to * soulLevel
+1
View File
@@ -0,0 +1 @@
uid://crx7hojhwqlyl