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

92 lines
1.8 KiB
YAML

# Kobold Taskmaster - Hard leader variant
# A brutal kobold leader that drives its minions to fight
enemy_id: kobold_taskmaster
name: Kobold Taskmaster
description: >
A larger-than-average kobold with scarred scales and a cruel
gleam in its eyes. It carries a whip in one hand and a curved
blade in the other, driving lesser kobolds before it with
threats and violence. Taskmasters answer only to the dragon
their warren serves, and rule their kin through fear.
base_stats:
strength: 12
dexterity: 14
constitution: 12
intelligence: 12
wisdom: 10
charisma: 14
luck: 10
abilities:
- basic_attack
- whip_crack
- rally_minions
- sneak_attack
- intimidating_shout
loot_table:
# Static drops
- loot_type: static
item_id: kobold_scale
drop_chance: 1.0
quantity_min: 2
quantity_max: 4
- loot_type: static
item_id: taskmaster_whip
drop_chance: 0.50
quantity_min: 1
quantity_max: 1
- loot_type: static
item_id: dragon_scale_fragment
drop_chance: 0.40
quantity_min: 1
quantity_max: 2
- loot_type: static
item_id: kobold_chief_token
drop_chance: 0.70
quantity_min: 1
quantity_max: 1
# Consumables
- loot_type: static
item_id: health_potion_small
drop_chance: 0.35
quantity_min: 1
quantity_max: 2
- loot_type: static
item_id: alchemist_fire
drop_chance: 0.25
quantity_min: 1
quantity_max: 2
# Procedural equipment
- loot_type: procedural
item_type: weapon
drop_chance: 0.20
rarity_bonus: 0.10
quantity_min: 1
quantity_max: 1
experience_reward: 60
gold_reward_min: 20
gold_reward_max: 45
difficulty: hard
tags:
- humanoid
- kobold
- reptilian
- leader
- elite
location_tags:
- dungeon
- cave
- mine
base_damage: 10
crit_chance: 0.12
flee_chance: 0.30