RustHacker/items/nas_item.tres

17 lines
689 B
Text
Raw Permalink Normal View History

[gd_resource type="Resource" script_class="ItemData" load_steps=4 format=3 uid="uid://3afonee3dw7"]
[ext_resource type="StyleBox" uid="uid://dcnrpkhjhp4tk" path="res://inv_system/item_panels/rare.tres" id="1_wtpx3"]
[ext_resource type="Texture2D" uid="uid://m68k8dqmcrfr" path="res://assets/item images/nas.png" id="2_wtpx3"]
[ext_resource type="Script" uid="uid://dccraom7a7e8d" path="res://inv_system/item_data.gd" id="3_tihsb"]
[resource]
script = ExtResource("3_tihsb")
item_name = "NAS Box"
icon = ExtResource("2_wtpx3")
custom_panel_style = ExtResource("1_wtpx3")
bin_chance = 0
buy_value = 600
2026-01-17 17:07:53 +11:00
botnet_power = 2
2026-01-23 16:12:01 +11:00
rarity = "Rare"
metadata/_custom_type_script = "uid://dccraom7a7e8d"