veloren/assets/common/entity/spot/witch_dark.ron
2021-12-15 02:55:28 -05: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: [
LoadoutAsset("common.loadout.spots.witch"),
SkillSetAsset("common.skillset.preset.rank3.fullskill"),
],
)