2021-06-06 15:55:04 +00:00
|
|
|
EntityConfig (
|
|
|
|
name: Some("Myrmidon Marksman"),
|
2021-07-04 14:55:52 +00:00
|
|
|
body: RandomWith("myrmidon"),
|
|
|
|
alignment: Alignment(Enemy),
|
2021-06-06 15:55:04 +00:00
|
|
|
|
2021-06-08 22:07:48 +00:00
|
|
|
loot: Some(LootTable("common.loot_tables.dungeon.tier-4.enemy")),
|
|
|
|
|
2021-06-06 15:55:04 +00:00
|
|
|
main_tool: Some(Item("common.items.npc_weapons.biped_small.myrmidon.adlet_bow")),
|
|
|
|
second_tool: None,
|
|
|
|
|
2021-06-07 21:58:05 +00:00
|
|
|
loadout_asset: Some("common.loadout.dungeon.tier-4.myrmidon"),
|
|
|
|
skillset_asset: Some("common.skillset.dungeon.tier-4.bow"),
|
2021-06-06 15:55:04 +00:00
|
|
|
)
|