mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
20 lines
563 B
Plaintext
20 lines
563 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/regenerate.tres" type="Texture" id=2]
|
|
|
|
[resource]
|
|
resource_name = "Rest"
|
|
id = 26
|
|
spell_type = 1
|
|
target_type = 2
|
|
target_relation_type = 24
|
|
icon = ExtResource( 2 )
|
|
text_name = "Rest"
|
|
text_description = "Rest for 30 seconds, greatly increasing your regeneration."
|
|
aoe_targetType = 5
|
|
aoe_movement_type = 6357069
|
|
aoe_colliderType = 1065353216
|
|
projectile_type = 7
|
|
script = ExtResource( 1 )
|