13 lines
399 B
Plaintext
13 lines
399 B
Plaintext
|
[gd_resource type="Resource" script_class="CharacterStats" load_steps=2 format=3 uid="uid://rrab0yi1n6n6"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://cfvf2k76qjwe6" path="res://scripts/rscs/characterstats.gd" id="1_ppipo"]
|
||
|
|
||
|
[resource]
|
||
|
script = ExtResource("1_ppipo")
|
||
|
max_health = 50
|
||
|
starting_health = 50
|
||
|
health = 50
|
||
|
meleeDamage = 10
|
||
|
rangeDamage = 0
|
||
|
metadata/_custom_type_script = "uid://cfvf2k76qjwe6"
|