mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-09-21 22:33:34 +00:00
9 lines
145 B
Text
9 lines
145 B
Text
ItemDef(
|
|
name: "Bomb",
|
|
description: "Boom!",
|
|
kind: Throwable(
|
|
kind: Bomb,
|
|
),
|
|
quality: Common,
|
|
tags: [Utility],
|
|
)
|