1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-02 17:31:55 +08:00

feat(角色): 添加新角色KukeMC和FurryR

添加KukeMC角色资源文件、脚本和场景配置
添加FurryR角色脚本和场景配置,包含特殊属性设置
This commit is contained in:
2025-09-07 22:11:29 +08:00
parent eece417834
commit de7a1e7317
6 changed files with 78 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
extends EntityBase
class_name FurryR
func register():
fields[FieldStore.Entity.MAX_HEALTH] *= 0.05
fields[FieldStore.Entity.DAMAGE_MULTIPILER] = 999.0
+2
View File
@@ -0,0 +1,2 @@
extends EntityBase
class_name KukeMC