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

76 lines
1.4 KiB
YAML

# Lizardfolk Hunter - Easy ranged variant
# A skilled tracker and ambush predator
enemy_id: lizardfolk_hunter
name: Lizardfolk Hunter
description: >
A lean lizardfolk with mottled scales that blend perfectly
with swamp vegetation. Hunters are the elite scouts of their
tribes, tracking prey through marshes and striking from hiding
with poisoned javelins. Their patient, predatory nature makes
them terrifyingly effective ambushers.
base_stats:
strength: 10
dexterity: 14
constitution: 10
intelligence: 8
wisdom: 14
charisma: 4
luck: 8
abilities:
- basic_attack
- javelin_throw
- poison_dart
- camouflage
- sneak_attack
loot_table:
- loot_type: static
item_id: lizard_scale
drop_chance: 0.60
quantity_min: 2
quantity_max: 4
- loot_type: static
item_id: poison_dart
drop_chance: 0.50
quantity_min: 2
quantity_max: 5
- loot_type: static
item_id: hunter_javelin
drop_chance: 0.35
quantity_min: 1
quantity_max: 2
- loot_type: static
item_id: swamp_poison
drop_chance: 0.30
quantity_min: 1
quantity_max: 1
- loot_type: static
item_id: gold_coin
drop_chance: 0.40
quantity_min: 3
quantity_max: 12
experience_reward: 30
gold_reward_min: 5
gold_reward_max: 18
difficulty: easy
tags:
- humanoid
- lizardfolk
- reptilian
- hunter
- ranged
location_tags:
- swamp
- river
- jungle
base_damage: 6
crit_chance: 0.12
flee_chance: 0.45