hotbot/assets/common/items/npc_armor/back/backpack_blue.ron

14 lines
320 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Rugged Backpack",
legacy_description: "Keeps all your stuff together.",
kind: Armor((
kind: Backpack,
stats: Direct((
protection: Some(Normal(0.0)),
poise_resilience: Some(Normal(0.0)),
)),
)),
quality: Moderate,
tags: [],
)