veloren/assets/common/entity/dungeon/tier-4/hoplite.ron
2022-01-28 02:50:15 -05:00

14 lines
466 B
Rust

(
name: Name("Myrmidon Hoplite"),
body: RandomWith("myrmidon"),
alignment: Alignment(Enemy),
loadout: Extended(
hands: TwoHanded(Item("common.items.npc_weapons.biped_small.myrmidon.hoplite")),
base_asset: Loadout("common.loadout.dungeon.tier-4.hoplite"),
inventory: [],
),
loot: LootTable("common.loot_tables.dungeon.tier-4.enemy"),
meta: [
SkillSetAsset("common.skillset.preset.rank4.fullskill"),
],
)