broken_seals/game/data/spells/30_aspect_of_bees.tres
2019-12-01 00:25:55 +01:00

29 lines
833 B
Plaintext

[gd_resource type="Spell" load_steps=4 format=2]
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
[ext_resource path="res://data/auras/24_aspect_of_bees.tres" type="Aura" id=2]
[ext_resource path="res://data/icons/naturalist/aspect_of_bees.tres" type="Texture" id=3]
[resource]
resource_name = "Aspect of Bees"
id = 30
spell_type = 8
level = 10
rank = 1
icon = ExtResource( 3 )
needs_target = true
target_aura_applys = [ ExtResource( 2 ) ]
text_name = "Aspect of Bees"
text_description = "Range: 26m.
Instant.
Cooldown: {2}
Deals 460 to 540 damage every 3 sec, healing you for 80% of the damage."
cooldown_cooldown = 21.0
range = true
range_range = 26.0
aoe_targetType = -1910718371
aoe_movement_type = 1611610192
aoe_colliderType = -298046312
projectile_type = 1065353216
script = ExtResource( 1 )