veloren/assets/common/entity/dungeon/tier-5/beastmaster.ron

18 lines
637 B
Rust
Raw Normal View History

(
name: Name("Beastmaster"),
body: RandomWith("humanoid"),
alignment: Alignment(Enemy),
loadout: Extended(
hands: TwoHanded(Choice([
(1, Some(Item("common.items.weapons.axe.malachite_axe-0"))),
(1, Some(Item("common.items.weapons.sword.bloodsteel-1"))),
(1, Some(Item("common.items.weapons.bow.velorite"))),
])),
base_asset: Loadout("common.loadout.dungeon.tier-5.beastmaster"),
inventory: [],
),
loot: LootTable("common.loot_tables.dungeon.tier-5.miniboss"),
meta: [
2021-12-15 06:51:25 +00:00
SkillSetAsset("common.skillset.preset.rank5.fullskill"),
],
)