trade_bot/assets/common/entity/spot/wizard/spellbinder.ron

17 lines
583 B
Plaintext
Raw Permalink Normal View History

2024-07-03 23:04:49 +00:00
#![enable(implicit_some)]
(
name: Name("Overseer"),
body: RandomWith("cultist_warlock"),
alignment: Alignment(Enemy),
loot: LootTable("common.loot_tables.dungeon.cultist.enemy"),
inventory: (
loadout: Inline((
inherit: Asset("common.loadout.spots.wizard_tower.wizard_spellbinder"),
active_hands: InHands((Choice([
(1, Item("common.items.npc_weapons.staff.bipedlarge-cultist")),
(1, Item("common.items.npc_weapons.bow.bipedlarge-velorite")),
]), None)),
)),
),
meta: [],
)