mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Duh.
This commit is contained in:
parent
59bb0c433e
commit
427f431ac8
12
assets/common/items/armor/back/backpack_0.ron
Normal file
12
assets/common/items/armor/back/backpack_0.ron
Normal 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,
|
||||
)
|
Loading…
Reference in New Issue
Block a user