2025-05-05 11:12:05 +01:00
|
|
|
[gd_scene load_steps=7 format=3 uid="uid://chd531mdaek3"]
|
2025-04-23 11:56:29 +01:00
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://b1fnsl3k1mo5c" path="res://objects/buildings/building.tscn" id="1_8r86l"]
|
|
|
|
[ext_resource type="Script" uid="uid://6dy54s70qf0x" path="res://scripts/buildings/miner.gd" id="2_k13eg"]
|
2025-05-01 10:37:11 +01:00
|
|
|
[ext_resource type="PackedScene" uid="uid://dx13fyjv0d8st" path="res://assets/blends/Miner.blend" id="2_la0h1"]
|
2025-05-05 11:12:05 +01:00
|
|
|
[ext_resource type="Script" uid="uid://kcdpck5ufgcc" path="res://scripts/item.gd" id="3_8y6s2"]
|
2025-05-01 10:37:11 +01:00
|
|
|
[ext_resource type="Resource" uid="uid://dxlb2ixt3fx7l" path="res://items/ore.tres" id="3_k13eg"]
|
2025-04-23 11:56:29 +01:00
|
|
|
[ext_resource type="Script" uid="uid://c4fquatkjmsgu" path="res://scripts/building_components/producer.gd" id="5_65oni"]
|
|
|
|
|
|
|
|
[node name="Miner" instance=ExtResource("1_8r86l")]
|
|
|
|
script = ExtResource("2_k13eg")
|
|
|
|
mine_period = 1.0
|
2025-05-08 13:05:57 +01:00
|
|
|
hologram_build_min = 0.0
|
|
|
|
hologram_build_max = 2.0
|
2025-05-05 11:12:05 +01:00
|
|
|
build_materials_needed = Dictionary[ExtResource("3_8y6s2"), int]({})
|
2025-05-01 10:37:11 +01:00
|
|
|
can_stack = false
|
2025-04-23 11:56:29 +01:00
|
|
|
|
|
|
|
[node name="MeshInstance3D" parent="." index="0"]
|
|
|
|
visible = false
|
|
|
|
|
|
|
|
[node name="Miner2" parent="." index="5" instance=ExtResource("2_la0h1")]
|
|
|
|
|
|
|
|
[node name="Producer" type="Node" parent="." index="6"]
|
|
|
|
script = ExtResource("5_65oni")
|
2025-05-01 10:37:11 +01:00
|
|
|
produced_item = ExtResource("3_k13eg")
|
2025-04-23 11:56:29 +01:00
|
|
|
metadata/_custom_type_script = "uid://c4fquatkjmsgu"
|