mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
23 lines
589 B
Plaintext
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 )
|