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

10 lines
193 B
Rust
Raw Normal View History

ItemDef(
name: "Bomb",
description: "A highly explosive device, demolitionists adore them!",
kind: Throwable(
kind: Bomb,
),
2020-10-07 02:23:20 +00:00
quality: Common,
2021-04-04 13:02:27 +00:00
tags: [Utility],
)