mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
EntityConfig (
|
|
name: Some("Possessed Turret"),
|
|
body: Exact(Object(Crossbow)),
|
|
alignment: Alignment(Enemy),
|
|
|
|
loot: Item("common.items.crafting_ing.twigs"),
|
|
|
|
main_tool: None,
|
|
second_tool: None,
|
|
|
|
meta: [],
|
|
)
|