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