mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-09-21 22:33:34 +00:00
12 lines
369 B
Text
12 lines
369 B
Text
EntityConfig (
|
|
name: Some("Gnarling Shaman"),
|
|
body: Some(RandomWith("gnarling")),
|
|
|
|
loot: Some(LootTable("common.loot_tables.dungeon.tier-0.enemy")),
|
|
|
|
main_tool: Some(Item("common.items.npc_weapons.biped_small.gnarling.gnoll_staff")),
|
|
second_tool: None,
|
|
|
|
loadout_asset: Some("common.loadout.dungeon.tier-0.gnarling"),
|
|
skillset_asset: None,
|
|
)
|