trade_bot/assets/common/items/armor/misc/back/short_0.ron

12 lines
275 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Short leather Cape",
legacy_description: "Probably made of the finest leather.",
kind: Armor((
kind: Back,
stats: Direct((
protection: Some(Normal(0.3)),
)),
)),
quality: Moderate,
tags: [],
)