2022-01-23 15:22:27 +00:00
|
|
|
(
|
2021-12-20 04:49:35 +00:00
|
|
|
name: Name("Gnarling Chieftain"),
|
2021-07-04 14:55:52 +00:00
|
|
|
body: RandomWith("gnarling"),
|
|
|
|
alignment: Alignment(Enemy),
|
2022-01-23 15:22:27 +00:00
|
|
|
loadout: Extended(
|
2022-02-05 08:08:01 +00:00
|
|
|
hands: TwoHanded(Item("common.items.npc_weapons.biped_small.gnarling.chieftain")),
|
2022-01-20 01:15:50 +00:00
|
|
|
base_asset: Loadout("common.loadout.dungeon.gnarling.chieftain"),
|
2022-01-23 15:22:27 +00:00
|
|
|
inventory: [],
|
|
|
|
),
|
2022-02-13 05:39:46 +00:00
|
|
|
loot: LootTable("common.loot_tables.dungeon.tier-0.boss"),
|
2022-02-09 01:23:23 +00:00
|
|
|
meta: [
|
|
|
|
// Done for health reasons
|
|
|
|
SkillSetAsset("common.skillset.preset.rank5.fullskill"),
|
|
|
|
],
|
2022-01-20 01:15:50 +00:00
|
|
|
)
|