veloren/assets/common/entity/dungeon/tier-4/marksman.ron
2022-05-16 15:11:36 -04:00

16 lines
520 B
Rust

#![enable(implicit_some)]
(
name: Name("Myrmidon Marksman"),
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.marksman"),
active_hands: InHands((Item("common.items.npc_weapons.biped_small.myrmidon.marksman"), None)),
)),
),
meta: [
SkillSetAsset("common.skillset.preset.rank4.fullskill"),
],
)