2021-06-06 15:55:04 +00:00
|
|
|
EntityConfig (
|
2021-07-11 18:24:44 +00:00
|
|
|
name: Name("Haniwa Sorcerer"),
|
2021-07-04 14:55:52 +00:00
|
|
|
body: RandomWith("haniwa"),
|
|
|
|
alignment: Alignment(Enemy),
|
2021-06-06 15:55:04 +00:00
|
|
|
|
2021-07-10 18:44:53 +00:00
|
|
|
loot: LootTable("common.loot_tables.dungeon.tier-3.enemy"),
|
2021-06-08 22:07:48 +00:00
|
|
|
|
2021-07-11 11:28:56 +00:00
|
|
|
hands: TwoHanded(Item("common.items.npc_weapons.biped_small.haniwa.gnoll_staff")),
|
2021-06-06 15:55:04 +00:00
|
|
|
|
2021-07-10 20:51:29 +00:00
|
|
|
meta: [
|
|
|
|
LoadoutAsset("common.loadout.dungeon.tier-3.haniwa"),
|
2021-11-06 16:45:02 +00:00
|
|
|
SkillSetAsset("common.skillset.dungeon.tier-3.staff"),
|
2021-07-10 20:51:29 +00:00
|
|
|
],
|
2021-06-06 15:55:04 +00:00
|
|
|
)
|