From 1e248d3dd18f7c6bfaf8066c4662facbbb89e8f9 Mon Sep 17 00:00:00 2001 From: Matheus Date: Thu, 4 Sep 2025 18:31:40 -0300 Subject: Itens na masmorra --- assets/definitions/Items/small_healing_potion.tres | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 assets/definitions/Items/small_healing_potion.tres (limited to 'assets/definitions/Items/small_healing_potion.tres') diff --git a/assets/definitions/Items/small_healing_potion.tres b/assets/definitions/Items/small_healing_potion.tres new file mode 100644 index 0000000..56d1294 --- /dev/null +++ b/assets/definitions/Items/small_healing_potion.tres @@ -0,0 +1,13 @@ +[gd_resource type="Resource" script_class="HealingConsumableDefinition" load_steps=3 format=3 uid="uid://bm6yx6rwh8bds"] + +[ext_resource type="Script" uid="uid://b3qy4gtjfci14" path="res://scripts/entities/items/HealingConsumableDefinition.cs" id="1_4dl2g"] +[ext_resource type="Texture2D" uid="uid://b7drpdbk4lggb" path="res://assets/sprites/items/small_health_potion.png" id="2_esrbk"] + +[resource] +script = ExtResource("1_4dl2g") +healingPercentage = 10.0 +name = "Poção de vida pequena" +texture = ExtResource("2_esrbk") +Type = 1 +blocksMovement = false +metadata/_custom_type_script = "uid://b3qy4gtjfci14" -- cgit v1.2.3