adding more enemies
This commit is contained in:
119
api/app/data/enemies/harpy_matriarch.yaml
Normal file
119
api/app/data/enemies/harpy_matriarch.yaml
Normal file
@@ -0,0 +1,119 @@
|
||||
# Harpy Matriarch - Hard elite leader
|
||||
# The ancient ruler of a harpy flock
|
||||
|
||||
enemy_id: harpy_matriarch
|
||||
name: Harpy Matriarch
|
||||
description: >
|
||||
An ancient harpy of terrible beauty and cruelty, her plumage
|
||||
a striking mix of midnight black and blood red. She towers
|
||||
over her lesser kin, her voice carrying both enchanting allure
|
||||
and devastating power. The Matriarch rules her flock absolutely,
|
||||
and her nest is decorated with the bones and treasures of
|
||||
countless victims.
|
||||
|
||||
base_stats:
|
||||
strength: 12
|
||||
dexterity: 16
|
||||
constitution: 14
|
||||
intelligence: 12
|
||||
wisdom: 14
|
||||
charisma: 20
|
||||
luck: 12
|
||||
|
||||
abilities:
|
||||
- basic_attack
|
||||
- talon_slash
|
||||
- dive_attack
|
||||
- stunning_screech
|
||||
- luring_song
|
||||
- sonic_blast
|
||||
- call_flock
|
||||
- wing_buffet
|
||||
|
||||
loot_table:
|
||||
# Static drops - guaranteed materials
|
||||
- loot_type: static
|
||||
item_id: harpy_feather
|
||||
drop_chance: 1.0
|
||||
quantity_min: 5
|
||||
quantity_max: 10
|
||||
- loot_type: static
|
||||
item_id: harpy_talon
|
||||
drop_chance: 1.0
|
||||
quantity_min: 2
|
||||
quantity_max: 4
|
||||
- loot_type: static
|
||||
item_id: matriarch_plume
|
||||
drop_chance: 0.80
|
||||
quantity_min: 1
|
||||
quantity_max: 2
|
||||
- loot_type: static
|
||||
item_id: screamer_vocal_cords
|
||||
drop_chance: 0.60
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
|
||||
# Nest treasures
|
||||
- loot_type: static
|
||||
item_id: gold_coin
|
||||
drop_chance: 1.0
|
||||
quantity_min: 30
|
||||
quantity_max: 80
|
||||
- loot_type: static
|
||||
item_id: gemstone
|
||||
drop_chance: 0.50
|
||||
quantity_min: 1
|
||||
quantity_max: 2
|
||||
- loot_type: static
|
||||
item_id: silver_ring
|
||||
drop_chance: 0.40
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
|
||||
# Consumables
|
||||
- loot_type: static
|
||||
item_id: health_potion_medium
|
||||
drop_chance: 0.35
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
- loot_type: static
|
||||
item_id: elixir_of_grace
|
||||
drop_chance: 0.15
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
|
||||
# Procedural equipment
|
||||
- loot_type: procedural
|
||||
item_type: accessory
|
||||
drop_chance: 0.25
|
||||
rarity_bonus: 0.15
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
- loot_type: procedural
|
||||
item_type: armor
|
||||
drop_chance: 0.20
|
||||
rarity_bonus: 0.10
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
|
||||
experience_reward: 90
|
||||
gold_reward_min: 40
|
||||
gold_reward_max: 100
|
||||
difficulty: hard
|
||||
|
||||
tags:
|
||||
- monstrosity
|
||||
- harpy
|
||||
- flying
|
||||
- leader
|
||||
- elite
|
||||
- sonic
|
||||
|
||||
location_tags:
|
||||
- mountain
|
||||
- cliff
|
||||
- ruins
|
||||
|
||||
base_damage: 12
|
||||
crit_chance: 0.15
|
||||
flee_chance: 0.20
|
||||
Reference in New Issue
Block a user