hotbot/assets/common/items/testing/test_bag_18_slot.ron

12 lines
229 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Test 18 slot bag",
legacy_description: "Used for unit tests do not delete",
kind: Armor((
kind: Bag,
stats: Direct(()),
)),
quality: High,
tags: [],
slots: 18,
)