trade_bot/assets/common/entity/dungeon/myrmidon/strategian.ron
2024-07-03 19:04:49 -04:00

16 lines
530 B
Plaintext

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