Chelimbalo/weapons/sp.tres
2025-12-10 18:24:30 +05:00

15 lines
841 B
Text

[gd_resource type="Resource" script_class="WeaponResource" load_steps=5 format=3 uid="uid://2jxguk5jxlim"]
[ext_resource type="PackedScene" uid="uid://dgfqppi21c2u0" path="res://weapons/gun/sp/droppable_sp.tscn" id="1_vpohq"]
[ext_resource type="Texture2D" uid="uid://cg7j6uxv3wtn0" path="res://textures/icons/icons_starting_pistol.png" id="2_vpohq"]
[ext_resource type="Script" uid="uid://bvnn2eiwqbu7t" path="res://systems/weapon_system/weapon_resource.gd" id="3_eyl1o"]
[ext_resource type="PackedScene" uid="uid://djwjl8xll53vn" path="res://weapons/gun/sp/starting_pistol.tscn" id="4_vpohq"]
[resource]
script = ExtResource("3_eyl1o")
cost = 200
preview = ExtResource("2_vpohq")
dropped_scene = ExtResource("1_vpohq")
weapon_system_scene = ExtResource("4_vpohq")
slot = &"secondary"
metadata/_custom_type_script = "uid://bvnn2eiwqbu7t"