RustHacker/crafting/scavenges/large_psu_scav.tres

27 lines
1.2 KiB
Text
Raw Normal View History

2026-01-11 19:58:31 +11:00
[gd_resource type="Resource" script_class="ScavengeRecipe" load_steps=8 format=3 uid="uid://deohei5avmspt"]
2026-01-11 18:49:11 +11:00
[ext_resource type="Resource" uid="uid://88v5bcyrgpob" path="res://items/large_psu_item.tres" id="1_20hhf"]
[ext_resource type="Script" uid="uid://boqr1fowaqmt0" path="res://crafting/scavenge_recipe.gd" id="2_20hhf"]
2026-01-11 19:06:59 +11:00
[ext_resource type="Script" uid="uid://oa5rlx6ttwuj" path="res://crafting/rollableLoot.gd" id="2_i5wfm"]
[ext_resource type="Resource" uid="uid://swd1m0hvep4c" path="res://items/small_psu_item.tres" id="3_svciw"]
2026-01-11 19:58:31 +11:00
[ext_resource type="Resource" uid="uid://cnr1k8seffsxb" path="res://items/plastic.tres" id="4_svciw"]
2026-01-11 19:06:59 +11:00
[sub_resource type="Resource" id="Resource_rhaxb"]
script = ExtResource("2_i5wfm")
item = ExtResource("3_svciw")
chance = 1
metadata/_custom_type_script = "uid://oa5rlx6ttwuj"
2026-01-11 18:49:11 +11:00
2026-01-11 19:58:31 +11:00
[sub_resource type="Resource" id="Resource_wkxe4"]
script = ExtResource("2_i5wfm")
item = ExtResource("4_svciw")
chance = 3
metadata/_custom_type_script = "uid://oa5rlx6ttwuj"
2026-01-11 18:49:11 +11:00
[resource]
script = ExtResource("2_20hhf")
input = ExtResource("1_20hhf")
2026-01-11 19:06:59 +11:00
rolls = 2
2026-01-11 19:58:31 +11:00
loot_pool = Array[ExtResource("2_i5wfm")]([SubResource("Resource_rhaxb"), SubResource("Resource_wkxe4")])
2026-01-11 18:49:11 +11:00
metadata/_custom_type_script = "uid://boqr1fowaqmt0"