|
[gd_resource type="Resource" script_class="InventoryResource" load_steps=12 format=3 uid="uid://blfp6tiir282o"]
|
|
|
|
[ext_resource type="Script" uid="uid://becun6dj78v8d" path="res://resources/inventory_resource.gd" id="1_4v6mg"]
|
|
[ext_resource type="Script" uid="uid://bdx4q355l5ugl" path="res://resources/db_item_resource.gd" id="1_gg8jx"]
|
|
[ext_resource type="Material" uid="uid://uex0dq00xomt" path="res://assets/materials/dirt.tres" id="2_8w148"]
|
|
[ext_resource type="Script" uid="uid://dwrmy4mx0mw18" path="res://resources/block_resource.gd" id="3_vgvac"]
|
|
[ext_resource type="Material" uid="uid://cx7m27qa4ds4s" path="res://assets/materials/stone.tres" id="4_7yuhn"]
|
|
[ext_resource type="Material" uid="uid://jearv8lmwhec" path="res://assets/materials/wood.tres" id="5_p27bu"]
|
|
[ext_resource type="Material" uid="uid://d15n1p3spu3jg" path="res://assets/materials/leaves.tres" id="7_xd1nd"]
|
|
|
|
[sub_resource type="Resource" id="Resource_jaam2"]
|
|
script = ExtResource("3_vgvac")
|
|
material_texture = ExtResource("2_8w148")
|
|
id = "001"
|
|
name = "Dirt"
|
|
amount = 100
|
|
description = "Block of dirt"
|
|
item_texture = "uid://li36txj7oweq"
|
|
metadata/_custom_type_script = "uid://dwrmy4mx0mw18"
|
|
|
|
[sub_resource type="Resource" id="Resource_4kby3"]
|
|
script = ExtResource("3_vgvac")
|
|
material_texture = ExtResource("4_7yuhn")
|
|
id = "002"
|
|
name = "Stone"
|
|
amount = 100
|
|
description = "Block of stone"
|
|
item_texture = "uid://ct1iawpfkdf5l"
|
|
metadata/_custom_type_script = "uid://dwrmy4mx0mw18"
|
|
|
|
[sub_resource type="Resource" id="Resource_byct5"]
|
|
script = ExtResource("3_vgvac")
|
|
material_texture = ExtResource("5_p27bu")
|
|
id = "003"
|
|
name = "Wood"
|
|
amount = 100
|
|
description = "Wood log"
|
|
item_texture = "uid://0mw651622h01"
|
|
metadata/_custom_type_script = "uid://dwrmy4mx0mw18"
|
|
|
|
[sub_resource type="Resource" id="Resource_qycqj"]
|
|
script = ExtResource("3_vgvac")
|
|
material_texture = ExtResource("7_xd1nd")
|
|
id = "004"
|
|
name = "Leaves"
|
|
amount = 100
|
|
description = "Tree leaves"
|
|
item_texture = "uid://goygbpyqhych"
|
|
metadata/_custom_type_script = "uid://dwrmy4mx0mw18"
|
|
|
|
[resource]
|
|
script = ExtResource("1_4v6mg")
|
|
inventory = Array[ExtResource("1_gg8jx")]([SubResource("Resource_jaam2"), SubResource("Resource_4kby3"), SubResource("Resource_byct5"), SubResource("Resource_qycqj")])
|
|
max_stack_size = 999
|
|
metadata/_custom_type_script = "uid://becun6dj78v8d"
|