hotbot/assets/common/entity/spot/saurok.ron

13 lines
373 B
Plaintext
Raw Permalink Normal View History

2024-06-11 18:43:30 +00:00
#![enable(implicit_some)]
(
name: Name("Saurok Bandit"),
body: RandomWith("saurok_mighty"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.saurok"),
inventory: (
loadout: Inline((
active_hands: InHands((Item("common.items.npc_weapons.bow.saurok_bow"), None)),
)),
),
meta: [],
)