12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
[gd_resource type="Resource" script_class="CharacterStats" load_steps=2 format=3 uid="uid://c1w83maxwn2nd"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/res/characterStats.gd" id="1_agwwm"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_agwwm")
|
|
max_health = 50
|
|
starting_health = 50
|
|
health = 50
|
|
meleeDamage = 30
|
|
rangeDamage = 0
|