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

10 lines
266 B
Rust
Raw Normal View History

2021-06-22 01:58:51 +00:00
EntityConfig (
2021-07-29 09:22:14 +00:00
name: Name("Saurok Bandit"),
body: RandomWith("saurok_mighty"),
2021-08-31 09:15:52 +00:00
alignment: Alignment(Enemy),
2021-06-22 01:58:51 +00:00
2021-07-29 09:22:14 +00:00
loot: LootTable("common.loot_tables.creature.biped_large.saurok"),
2021-06-22 01:58:51 +00:00
2021-08-31 09:15:52 +00:00
hands: TwoHanded(Item("common.items.npc_weapons.bow.saurok_bow")),
2021-06-22 01:58:51 +00:00
)