veloren/assets/common/entity/dungeon/tier-4/hoplite.ron
2022-04-08 19:17:01 +03:00

16 lines
502 B
Rust

#![enable(implicit_some)]
(
name: Name("Myrmidon Hoplite"),
body: RandomWith("myrmidon"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.tier-4.enemy"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.dungeon.tier-4.hoplite"),
active_hands: ("common.items.npc_weapons.biped_small.myrmidon.hoplite", None),
)),
),
meta: [
SkillSetAsset("common.skillset.preset.rank4.fullskill"),
],
)