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