veloren/assets/common/entity/spot/witch_dark.ron
2021-10-30 23:42:15 -04:00

15 lines
374 B
Rust

EntityConfig (
name: Name("Witch"),
body: RandomWith("humanoid"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.spots.witch"),
hands: TwoHanded(Item("common.items.weapons.sceptre.belzeshrub")),
meta: [
SkillSetAsset("common.skillset.dungeon.tier-3.sceptre"),
LoadoutAsset("common.loadout.spots.witch"),
],
)