13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
|
[gd_resource type="Resource" script_class="CharacterStats" load_steps=2 format=3 uid="uid://bui3rirgh7w6h"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://b4t8cviiuvt18" path="res://Scripts/rscs/characterstats.gd" id="1_eiyfu"]
|
||
|
|
||
|
[resource]
|
||
|
script = ExtResource("1_eiyfu")
|
||
|
max_health = 100
|
||
|
starting_health = 100
|
||
|
health = 100
|
||
|
meleeDamage = 5
|
||
|
rangeDamage = 10
|
||
|
metadata/_custom_type_script = "uid://b4t8cviiuvt18"
|