2022-01-23 15:22:27 +00:00
|
|
|
(
|
2021-08-31 09:15:52 +00:00
|
|
|
name: Name("Witch"),
|
2021-10-20 02:27:22 +00:00
|
|
|
body: RandomWith("humanoid"),
|
2021-08-31 09:15:52 +00:00
|
|
|
alignment: Alignment(Enemy),
|
2022-01-23 15:22:27 +00:00
|
|
|
loadout: Extended(
|
|
|
|
hands: TwoHanded(Item("common.items.weapons.sceptre.belzeshrub")),
|
|
|
|
base_asset: Loadout("common.loadout.spots.witch"),
|
|
|
|
inventory: [],
|
|
|
|
),
|
2021-09-17 17:07:39 +00:00
|
|
|
loot: LootTable("common.loot_tables.spots.witch"),
|
2021-08-31 09:15:52 +00:00
|
|
|
meta: [
|
2021-12-15 06:51:25 +00:00
|
|
|
SkillSetAsset("common.skillset.preset.rank3.fullskill"),
|
2021-08-31 09:15:52 +00:00
|
|
|
],
|
2022-01-23 15:22:27 +00:00
|
|
|
)
|