trade_bot/assets/common/items/testing/test_bag_9_slot.ron

12 lines
227 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
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,
)