veloren/assets/common/entity/spot/saurok.ron
2022-04-08 19:17:01 +03:00

13 lines
358 B
Rust

#![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: ("common.items.npc_weapons.bow.saurok_bow", None),
)),
),
meta: [],
)