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

27 lines
823 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/icons/naturalist/ironbark.tres" type="Texture" id=2]
[ext_resource path="res://data/auras/16_ironbark_rank_1.tres" type="Aura" id=3]
[resource]
resource_name = "Ironbark"
id = 17
spell_type = 8
target_type = 480
target_relation_type = 914787760
rank = 1
icon = ExtResource( 2 )
caster_aura_applys = [ ExtResource( 3 ) ]
text_name = "Ironbark"
text_description = "Instant.
Cooldown: {2}
Reduces damage taken by 70%. This spell is not on the global cooldown."
cooldown_cooldown = 60.0
cooldown_global_cooldown = false
aoe_targetType = -1910718371
aoe_movement_type = 1611610192
aoe_colliderType = -298046312
projectile_type = 882743928
script = ExtResource( 1 )