mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
10 lines
266 B
Plaintext
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")),
|
|
)
|