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

11 lines
212 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Testing Boots",
legacy_description: "Hopefully this test doesn't break!",
kind: Armor((
kind: Foot,
stats: Direct(()),
)),
quality: Low,
tags: [],
)