Files
Code_of_Conquest/api/app/data/enemies/troll_shaman.yaml
2025-11-28 10:37:57 -06:00

76 lines
1.4 KiB
YAML

# Troll Shaman - Medium caster variant
# A rare troll with crude magical abilities
enemy_id: troll_shaman
name: Troll Shaman
description: >
An ancient troll draped in bones, feathers, and tribal fetishes.
Rare among its kind, this creature has developed a primitive
understanding of dark magic, calling upon primal spirits to
curse its enemies and heal its allies. Its regeneration is
enhanced by the dark powers it commands.
base_stats:
strength: 12
dexterity: 8
constitution: 16
intelligence: 10
wisdom: 14
charisma: 8
luck: 10
abilities:
- basic_attack
- regeneration
- curse_of_weakness
- dark_heal
- spirit_bolt
loot_table:
- loot_type: static
item_id: troll_hide
drop_chance: 0.50
quantity_min: 1
quantity_max: 1
- loot_type: static
item_id: troll_blood
drop_chance: 0.60
quantity_min: 2
quantity_max: 3
- loot_type: static
item_id: shaman_fetish
drop_chance: 0.40
quantity_min: 1
quantity_max: 2
- loot_type: static
item_id: mana_potion_small
drop_chance: 0.25
quantity_min: 1
quantity_max: 1
- loot_type: static
item_id: dark_essence
drop_chance: 0.15
quantity_min: 1
quantity_max: 1
experience_reward: 65
gold_reward_min: 15
gold_reward_max: 35
difficulty: medium
tags:
- giant
- troll
- regenerating
- caster
- shaman
location_tags:
- swamp
- forest
- cave
base_damage: 8
crit_chance: 0.10
flee_chance: 0.30