veloren/assets/common/entity/spot/witch_dark.ron

25 lines
578 B
Plaintext
Raw Normal View History

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