hotbot/assets/common/items/npc_armor/biped_large/harvester.ron

14 lines
307 B
Plaintext
Raw Normal View History

2024-06-11 18:43:30 +00:00
ItemDef(
legacy_name: "Harvester Shirt",
legacy_description: "Made of sunflowers.",
kind: Armor((
kind: Chest,
stats: Direct((
protection: Some(Normal(0.0)),
poise_resilience: Some(Normal(0.0)),
)),
)),
quality: Legendary,
tags: [],
)