mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
24 lines
626 B
Plaintext
24 lines
626 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/attunement.tres" type="Texture" id=2]
|
|
|
|
[resource]
|
|
resource_name = "Attunement"
|
|
id = 24
|
|
spell_type = 8
|
|
target_type = -2147448576
|
|
target_relation_type = 24
|
|
rank = 1
|
|
icon = ExtResource( 2 )
|
|
text_name = "Attunement"
|
|
text_description = "Instant.
|
|
Cooldown: {2}
|
|
Increases your spell damage by 30% for 20 sec."
|
|
cooldown_cooldown = 180.0
|
|
aoe_targetType = 2
|
|
aoe_movement_type = 915097248
|
|
aoe_colliderType = 480
|
|
projectile_type = 8
|
|
script = ExtResource( 1 )
|