veloren/assets/common/items/utility/bomb_pile.ron
2021-04-04 13:02:27 +00:00

11 lines
159 B
Plaintext

ItemDef(
name: "Bomb",
description: "Boom!",
kind: Throwable(
kind: Bomb,
amount: 10,
),
quality: Common,
tags: [Utility],
)