trade_bot/assets/common/entity/dungeon/gnarling/mugger.ron

14 lines
449 B
Plaintext
Raw Normal View History

2024-07-03 23:04:49 +00:00
#![enable(implicit_some)]
(
name: Name("Gnarling Mugger"),
body: RandomWith("gnarling"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.gnarling.mugger"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.dungeon.gnarling.mugger"),
active_hands: InHands((Item("common.items.npc_weapons.biped_small.gnarling.mugger"), None)),
)),
),
meta: [],
)