hotbot/assets/common/items/testing/test_bag_9_slot.ron
2024-06-11 14:43:30 -04:00

12 lines
227 B
Plaintext

ItemDef(
legacy_name: "Test 9 slot bag",
legacy_description: "Used for unit tests do not delete",
kind: Armor((
kind: Bag,
stats: Direct(()),
)),
quality: High,
tags: [],
slots: 9,
)