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

15 lines
423 B
Rust

EntityConfig (
name: Name("Myrmidon Marksman"),
body: RandomWith("myrmidon"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.tier-4.enemy"),
hands: TwoHanded(Item("common.items.npc_weapons.biped_small.myrmidon.adlet_bow")),
meta: [
LoadoutAsset("common.loadout.dungeon.tier-4.myrmidon"),
SkillSetAsset("common.skillset.preset.rank4.fullskill"),
],
)