veloren/assets/common/items/bomb_pile.ron
2020-07-05 16:15:51 +01:00

9 lines
138 B
Plaintext

Item(
name: "Bomb",
description: "Boom!\n\n<Right-Click to use>",
kind: Throwable(
kind: Bomb,
amount: 10,
),
)