trade_bot/assets/common/items/npc_armor/generic.ron
2024-07-03 19:04:49 -04:00

12 lines
242 B
Plaintext

ItemDef(
legacy_name: "NPC Generic",
legacy_description: "testing123",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(30.0)),
)),
)),
quality: Common,
tags: [],
)