trade_bot/assets/common/items/armor/brinestone/chest.ron

10 lines
218 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "Brinestone Chestplate",
legacy_description: "Hard to pierce.",
kind: Armor((
kind: Chest,
stats: FromSet("Brinestone"),
)),
quality: Legendary,
tags: [],
)