12 lines
500 B
Text
12 lines
500 B
Text
[gd_resource type="Resource" script_class="Item" load_steps=3 format=3 uid="uid://ud2qc6eul8lt"]
|
|
|
|
[ext_resource type="Script" uid="uid://d1imxjix6ljul" path="res://src/attributes/attribute.gd" id="1_gkq1r"]
|
|
[ext_resource type="Script" uid="uid://bqprls343ue6e" path="res://src/items/item.gd" id="2_4ckx0"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_4ckx0")
|
|
name = "9mm Ammo"
|
|
description = ""
|
|
max_stack = 99
|
|
attributes = Array[ExtResource("1_gkq1r")]([])
|
|
metadata/_custom_type_script = "uid://bqprls343ue6e"
|