veloren/assets/common/entity/spot/saurok.ron
2021-08-31 10:15:52 +01:00

10 lines
266 B
Plaintext

EntityConfig (
name: Name("Saurok Bandit"),
body: RandomWith("saurok_mighty"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.creature.biped_large.saurok"),
hands: TwoHanded(Item("common.items.npc_weapons.bow.saurok_bow")),
)