mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
374 B
Plaintext
15 lines
374 B
Plaintext
EntityConfig (
|
|
name: Some("Haniwa Sorcerer"),
|
|
body: RandomWith("haniwa"),
|
|
alignment: Alignment(Enemy),
|
|
|
|
loot: LootTable("common.loot_tables.dungeon.tier-3.enemy"),
|
|
|
|
main_tool: Some(Item("common.items.npc_weapons.biped_small.haniwa.gnoll_staff")),
|
|
second_tool: None,
|
|
|
|
meta: [
|
|
LoadoutAsset("common.loadout.dungeon.tier-3.haniwa"),
|
|
],
|
|
)
|