veloren/assets/common/items/utility/bomb_pile.ron

11 lines
159 B
Plaintext
Raw Normal View History

ItemDef(
2020-07-05 00:08:52 +00:00
name: "Bomb",
2020-10-07 02:23:20 +00:00
description: "Boom!",
2020-07-05 00:08:52 +00:00
kind: Throwable(
kind: Bomb,
amount: 10,
),
2020-10-07 02:23:20 +00:00
quality: Common,
2021-04-04 13:02:27 +00:00
tags: [Utility],
2020-07-05 00:08:52 +00:00
)