broken_seals/game/data/spells/36_regrow.tres

31 lines
849 B
Plaintext
Raw Normal View History

[gd_resource type="Spell" load_steps=5 format=2]
[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]
[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
[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
resource_cost = SubResource( 1 )
script = ExtResource( 1 )