veloren/assets/common/entity/dungeon/tier-5/beastmaster.ron
2021-12-15 02:55:28 -05:00

19 lines
580 B
Rust

EntityConfig (
name: Name("Beastmaster"),
body: RandomWith("humanoid"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.tier-5.miniboss"),
hands: TwoHanded(Choice([
(1.0, Some(Item("common.items.weapons.axe.malachite_axe-0"))),
(1.0, Some(Item("common.items.weapons.sword.bloodsteel-1"))),
(1.0, Some(Item("common.items.weapons.bow.velorite"))),
])),
meta: [
LoadoutAsset("common.loadout.dungeon.tier-5.beastmaster"),
SkillSetAsset("common.skillset.preset.rank5.fullskill"),
],
)