trade_bot/assets/common/items/npc_armor/generic.ron

12 lines
242 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
ItemDef(
legacy_name: "NPC Generic",
legacy_description: "testing123",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(30.0)),
)),
)),
quality: Common,
tags: [],
)