2020-03-11 16:38:01 +01:00
|
|
|
[gd_resource type="Spell" load_steps=5 format=2]
|
2020-03-10 15:33:48 +01:00
|
|
|
|
|
|
|
[ext_resource path="res://scripts/spells/gd_spell_script.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://data/icons/naturalist/root.tres" type="Texture" id=2]
|
2020-03-11 16:38:01 +01:00
|
|
|
[ext_resource path="res://data/entity_resources/1_mana_resource.tres" type="EntityResourceData" id=3]
|
|
|
|
|
|
|
|
[sub_resource type="EntityResourceCostData" id=1]
|
|
|
|
entity_resource_data = ExtResource( 3 )
|
|
|
|
cost = 100
|
2020-03-10 15:33:48 +01:00
|
|
|
|
|
|
|
[resource]
|
|
|
|
resource_name = "Regrow"
|
|
|
|
id = 36
|
|
|
|
spell_type = 8
|
|
|
|
target_relation_type = 5
|
|
|
|
rank = 1
|
|
|
|
icon = ExtResource( 2 )
|
|
|
|
text_name = "Regrow"
|
|
|
|
text_description = "Heals you for %%heal_min to %%heal_max ."
|
|
|
|
range_enabled = true
|
|
|
|
range_range = 30.0
|
|
|
|
cast_enabled = true
|
|
|
|
cast_cast_time = 2.0
|
|
|
|
heal_enabled = true
|
|
|
|
heal_min = 12
|
|
|
|
heal_max = 18
|
|
|
|
heal_scale_stat = 14
|
|
|
|
heal_scale_coeff = 0.1
|
2020-03-11 16:38:01 +01:00
|
|
|
resource_cost = SubResource( 1 )
|
2020-03-10 15:33:48 +01:00
|
|
|
script = ExtResource( 1 )
|