This repository has been archived on 2025-02-17. You can view files and clone it, but cannot push or open issues or pull requests.

18 lines
452 B
Plaintext
Raw Normal View History

2024-07-03 19:04:49 -04:00
#![enable(implicit_some)]
(
name: Name("Iron Dwarf"),
body: RandomWith("iron_dwarf"),
alignment: Alignment(Enemy),
loot: Nothing,
inventory: (
loadout: Inline((
active_hands: InHands((Item("common.items.npc_weapons.unique.iron_dwarf"), None)),
inherit: Asset("common.loadout.dungeon.dwarven_quarry.iron_dwarf"),
)),
),
agent: (
idle_wander_factor: 0.1,
),
meta: [],
)