mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
358 B
Rust
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: [],
|
|
) |