summaryrefslogtreecommitdiff
path: root/assets/definitions/Items/mana_bolt_scroll.tres
blob: 1b0dec8c1221631f3d5366a7b5b8a0dac93fc9d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[gd_resource type="Resource" script_class="ScrollConsumableDefinition" load_steps=4 format=3 uid="uid://xbjfp7d6qoyj"]

[ext_resource type="Resource" uid="uid://boi8svlb0e8l" path="res://assets/definitions/spells/mana_bolt.tres" id="1_eaxr2"]
[ext_resource type="Script" uid="uid://2lk5w2po81gy" path="res://scripts/Entities/Items/ScrollConsumableDefinition.cs" id="1_jtnuc"]
[ext_resource type="Texture2D" uid="uid://b2rpvh57daol7" path="res://assets/sprites/items/scroll.png" id="3_eaxr2"]

[resource]
script = ExtResource("1_jtnuc")
Spell = ExtResource("1_eaxr2")
name = "Pergaminho de flecha de mana"
texture = ExtResource("3_eaxr2")
Type = 1
blocksMovement = false
metadata/_custom_type_script = "uid://2lk5w2po81gy"