mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
19 lines
498 B
Plaintext
19 lines
498 B
Plaintext
[gd_resource type="Aura" load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
|
|
[ext_resource path="res://data/icons/naturalist/close_wounds.tres" type="Texture" id=2]
|
|
|
|
[resource]
|
|
resource_name = "Close Wounds"
|
|
id = 15
|
|
icon = ExtResource( 2 )
|
|
time = 21.0
|
|
tick = 3.0
|
|
aura_type = 1
|
|
text_name = "Close Wounds"
|
|
text_description = "Heals you for 720 to 780 every 3 sec for 21 sec."
|
|
heal_enabled = true
|
|
heal_min = 720
|
|
heal_max = 780
|
|
script = ExtResource( 1 )
|