Files
mmo/resources/stats/player_stats.tres
Marek Le 4fddc74df1 update
2026-03-30 09:03:29 +02:00

12 lines
306 B
Plaintext

[gd_resource type="Resource" script_class="EntityStats" load_steps=2 format=3]
[ext_resource type="Script" path="res://scripts/resources/entity_stats.gd" id="1"]
[resource]
script = ExtResource("1")
max_health = 100.0
health_regen = 1.0
max_shield = 50.0
shield_regen_delay = 3.0
shield_regen_time = 5.0