broken_seals/game/data/auras/24_aspect_of_bees.tres
2019-11-20 13:52:52 +01:00

24 lines
690 B
Plaintext

[gd_resource type="Aura" load_steps=4 format=2]
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
[ext_resource path="res://data/icons/naturalist/aspect_of_bees.tres" type="Texture" id=2]
[ext_resource path="res://data/aura_groups/4_aspect_of_bees.tres" type="AuraGroup" id=3]
[resource]
resource_name = "Aspect of Bees"
id = 24
icon = ExtResource( 2 )
time = 21.0
tick = 3.0
debuff = true
rank = 1
aura_type = 1
aura_group = ExtResource( 3 )
text_name = "Aspect of Bees"
text_description = "Deals 460 to 540 damage every 3 sec, healing you for 80% of the damage."
damage_enabled = true
damage_type = 16
damage_min = 60
damage_max = 80
script = ExtResource( 1 )