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

23 lines
589 B
Plaintext

[gd_resource type="Spell" load_steps=3 format=2]
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
[ext_resource path="res://data/icons/naturalist/calm.tres" type="Texture" id=2]
[resource]
resource_name = "Calm"
id = 23
spell_type = 8
rank = 1
icon = ExtResource( 2 )
text_name = "Calm"
text_description = "Range: 26m.
Instant.
Cooldown: {2}
Reduces the target's melee and spell damage by 50% for 10 sec."
cooldown_cooldown = 90.0
aoe_targetType = -2147478784
aoe_movement_type = 1
aoe_colliderType = 7602273
projectile_type = 5
script = ExtResource( 1 )