mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
20 lines
508 B
Plaintext
20 lines
508 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/rejuvenation.tres" type="Texture" id=2]
|
|
|
|
[resource]
|
|
resource_name = "Rejuvenation"
|
|
id = 14
|
|
icon = ExtResource( 2 )
|
|
time = 30.0
|
|
tick = 3.0
|
|
rank = 10
|
|
aura_type = 1
|
|
text_name = "Rejuvenation"
|
|
text_description = "Heals you for 400 to 450 every 3 sec for 30 sec."
|
|
heal_enabled = true
|
|
heal_min = 400
|
|
heal_max = 450
|
|
script = ExtResource( 1 )
|