mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
15 lines
374 B
Rust
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"),
|
|
],
|
|
)
|