veloren/assets/common/entity/spot/witch_dark.ron
juliancoffee 91dd03b745 Clean entity assets for a small bit
- Move loot_tables/creature/witch to loot_tables/spots/witch
- Move skillset/spots/general_max and skillset/spots/sceptre_max to
  skillset/preset/max/{general,sceptre}
- Remove tabs from dwarf_grave_robber entity config file
2021-09-17 20:12:42 +03:00

25 lines
575 B
Plaintext

EntityConfig (
name: Name("Witch"),
body: Exact(Humanoid(Body(
species: Human,
body_type: Female,
hair_style: 15,
beard: 0,
eyes: 0,
accessory: 0,
hair_color: 12,
skin: 0,
eye_color: 1,
))),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.spots.witch"),
hands: TwoHanded(Item("common.items.weapons.sceptre.belzeshrub")),
meta: [
SkillSetAsset("common.skillset.dungeon.tier-5.sceptre"),
LoadoutAsset("common.loadout.spots.witch"),
],
)