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

10 lines
138 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,
2020-07-05 00:08:52 +00:00
)