mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
13 lines
371 B
Rust
13 lines
371 B
Rust
(
|
|
name: Name("Gnome"),
|
|
body: RandomWith("gnome"),
|
|
alignment: Alignment(Wild),
|
|
loadout: Extended(
|
|
hands: TwoHanded(Item("common.items.npc_weapons.biped_small.myrmidon.hoplite")),
|
|
base_asset: Loadout("common.loadout.spots.gnome"),
|
|
inventory: [],
|
|
),
|
|
loot: LootTable("common.loot_tables.dungeon.tier-4.enemy"),
|
|
meta: [],
|
|
)
|