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

11 lines
212 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Testing Boots",
legacy_description: "Hopefully this test doesn't break!",
kind: Armor((
kind: Foot,
stats: Direct(()),
)),
quality: Low,
tags: [],
)