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

25 lines
798 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/23_aspect_of_wolves.tres" type="Aura" id=2]
[ext_resource path="res://data/icons/naturalist/aspect_of_wolves.tres" type="Texture" id=3]
[resource]
resource_name = "Aspect of Wolves"
id = 29
spell_type = 8
rank = 1
icon = ExtResource( 3 )
needs_target = true
target_aura_applys = [ ExtResource( 2 ) ]
text_name = "Aspect of Wolves"
text_description = "Range: 26m.
Deals 280 to 330 damage every 2 sec, and reduces melee and spell damage by 10% for 22 sec."
range = true
range_range = 26.0
aoe_targetType = 1129071960
aoe_movement_type = 2190112
aoe_colliderType = 1058050193
projectile_type = -1039400960
script = ExtResource( 1 )