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:
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
extends EntityBase
|
||||
class_name KukeMC
|
||||
Reference in New Issue
Block a user