mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
|
EntityConfig (
|
||
|
name: Some("Haniwa Sorcerer"),
|
||
|
|
||
|
main_tool: Some(Item("common.items.npc_weapons.biped_small.haniwa.gnoll_staff")),
|
||
|
second_tool: None,
|
||
|
|
||
|
loadout_config: Some("common.loadout.dungeon.tier-3.haniwa"),
|
||
|
)
|