2022-04-08 15:37:50 +00:00
|
|
|
#![enable(implicit_some)]
|
2022-01-23 15:22:27 +00:00
|
|
|
(
|
2021-09-01 07:58:19 +00:00
|
|
|
name: Name("Gnome"),
|
|
|
|
body: RandomWith("gnome"),
|
|
|
|
alignment: Alignment(Wild),
|
|
|
|
loot: LootTable("common.loot_tables.dungeon.tier-4.enemy"),
|
2022-04-08 15:37:50 +00:00
|
|
|
inventory: (
|
|
|
|
loadout: Inline((
|
|
|
|
inherit: Asset("common.loadout.spots.gnome"),
|
2022-05-06 19:58:52 +00:00
|
|
|
active_hands: InHands((Item("common.items.npc_weapons.biped_small.myrmidon.hoplite"), None)),
|
2022-04-08 15:37:50 +00:00
|
|
|
)),
|
|
|
|
),
|
2022-01-23 15:22:27 +00:00
|
|
|
meta: [],
|
2022-04-08 15:37:50 +00:00
|
|
|
)
|