2019-11-20 13:59:32 +01:00
|
|
|
[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/22_aspect_of_wasps.tres" type="Aura" id=2]
|
|
|
|
[ext_resource path="res://data/icons/naturalist/aspect_of_wasps.tres" type="Texture" id=3]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
resource_name = "Aspect of Wasps"
|
|
|
|
id = 28
|
|
|
|
spell_type = 8
|
|
|
|
rank = 1
|
|
|
|
icon = ExtResource( 3 )
|
2019-12-01 00:25:55 +01:00
|
|
|
target_aura_applys = [ ExtResource( 2 ) ]
|
2019-11-20 13:59:32 +01:00
|
|
|
text_name = "Aspect of Wasps"
|
|
|
|
text_description = "Range: 26m.
|
|
|
|
Instant.
|
|
|
|
Deals 230 to 270 damage every 3 sec, this damage increases over the duration, for 21 sec."
|
|
|
|
range = true
|
|
|
|
range_range = 26.0
|
|
|
|
aoe_targetType = 541
|
|
|
|
aoe_colliderType = 541
|
|
|
|
script = ExtResource( 1 )
|