mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
f5bf991eb0
* All enemies in dungeons are now specify loadout_config, name and main_tool in assets * Add more variance to the enemies names
9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
EntityConfig (
|
|
name: Some("Sahagin Sorcerer"),
|
|
|
|
main_tool: Some(Item("common.items.npc_weapons.biped_small.sahagin.gnoll_staff")),
|
|
second_tool: None,
|
|
|
|
loadout_config: Some("common.loadout.dungeon.tier-2.sahagin"),
|
|
)
|