trade_bot/assets/common/entity/dungeon/terracotta/cursekeeper_fake.ron
2024-07-03 19:04:49 -04:00

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: [],
)