13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
|
#![enable(implicit_some)]
|
||
|
(
|
||
|
name: Name("Cursekeeper"),
|
||
|
body: RandomWith("cursekeeper"),
|
||
|
alignment: Alignment(Enemy),
|
||
|
loot: Nothing,
|
||
|
inventory: (
|
||
|
loadout: Inline((
|
||
|
active_hands: InHands((Item("common.items.npc_weapons.unique.cursekeeper_sceptre_fake"), None)),
|
||
|
)), ),
|
||
|
meta: [],
|
||
|
)
|