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

15 lines
374 B
Rust
Raw Normal View History

2021-08-31 09:15:52 +00:00
EntityConfig (
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),
loot: LootTable("common.loot_tables.spots.witch"),
2021-08-31 09:15:52 +00:00
hands: TwoHanded(Item("common.items.weapons.sceptre.belzeshrub")),
meta: [
2021-10-23 20:48:07 +00:00
SkillSetAsset("common.skillset.dungeon.tier-3.sceptre"),
2021-08-31 09:15:52 +00:00
LoadoutAsset("common.loadout.spots.witch"),
],
)