This commit is contained in:
Monty Marz 2020-11-12 22:21:31 +01:00 committed by Joshua Barretto
parent 59bb0c433e
commit 427f431ac8

View File

@ -0,0 +1,12 @@
ItemDef(
name: "Traveler's Backpack",
description: "Comfort and capacity united.",
kind: Armor(
(
kind: Back("Backpack0"),
stats: (
protection: Normal(0.0)),
)
),
quality: High,
)