mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-30 07:51:54 +08:00
7 lines
154 B
GDScript
7 lines
154 B
GDScript
|
|
extends EntityBase
|
||
|
|
class_name FurryR
|
||
|
|
|
||
|
|
func register():
|
||
|
|
fields[FieldStore.Entity.MAX_HEALTH] *= 0.05
|
||
|
|
fields[FieldStore.Entity.DAMAGE_MULTIPILER] = 999.0
|