adding more enemies
This commit is contained in:
116
api/app/data/enemies/imp_overlord.yaml
Normal file
116
api/app/data/enemies/imp_overlord.yaml
Normal file
@@ -0,0 +1,116 @@
|
||||
# Imp Overlord - Hard elite variant
|
||||
# A greater imp that commands lesser fiends
|
||||
|
||||
enemy_id: imp_overlord
|
||||
name: Imp Overlord
|
||||
description: >
|
||||
A massive imp standing three feet tall, its body crackling
|
||||
with infernal power. Unlike its lesser kin, the Overlord
|
||||
has earned power through cunning deals and brutal dominance.
|
||||
It wears a tiny crown of blackened iron and commands squads
|
||||
of lesser imps to do its bidding, all while hurling deadly
|
||||
magic at its enemies.
|
||||
|
||||
base_stats:
|
||||
strength: 10
|
||||
dexterity: 16
|
||||
constitution: 14
|
||||
intelligence: 18
|
||||
wisdom: 14
|
||||
charisma: 16
|
||||
luck: 14
|
||||
|
||||
abilities:
|
||||
- basic_attack
|
||||
- fire_bolt
|
||||
- flame_burst
|
||||
- invisibility
|
||||
- summon_imps
|
||||
- hellfire_blast
|
||||
- dark_pact
|
||||
- magic_shield
|
||||
|
||||
loot_table:
|
||||
# Static drops - guaranteed materials
|
||||
- loot_type: static
|
||||
item_id: imp_horn
|
||||
drop_chance: 1.0
|
||||
quantity_min: 2
|
||||
quantity_max: 4
|
||||
- loot_type: static
|
||||
item_id: hellfire_ember
|
||||
drop_chance: 1.0
|
||||
quantity_min: 3
|
||||
quantity_max: 5
|
||||
- loot_type: static
|
||||
item_id: demon_blood
|
||||
drop_chance: 0.80
|
||||
quantity_min: 2
|
||||
quantity_max: 3
|
||||
- loot_type: static
|
||||
item_id: overlord_crown
|
||||
drop_chance: 0.60
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
- loot_type: static
|
||||
item_id: infernal_contract
|
||||
drop_chance: 0.40
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
|
||||
# Consumables
|
||||
- loot_type: static
|
||||
item_id: mana_potion_medium
|
||||
drop_chance: 0.40
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
- loot_type: static
|
||||
item_id: elixir_of_intellect
|
||||
drop_chance: 0.15
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
|
||||
# Treasure
|
||||
- loot_type: static
|
||||
item_id: gold_coin
|
||||
drop_chance: 1.0
|
||||
quantity_min: 25
|
||||
quantity_max: 60
|
||||
|
||||
# Procedural equipment
|
||||
- loot_type: procedural
|
||||
item_type: weapon
|
||||
drop_chance: 0.20
|
||||
rarity_bonus: 0.15
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
- loot_type: procedural
|
||||
item_type: accessory
|
||||
drop_chance: 0.25
|
||||
rarity_bonus: 0.20
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
|
||||
experience_reward: 85
|
||||
gold_reward_min: 35
|
||||
gold_reward_max: 80
|
||||
difficulty: hard
|
||||
|
||||
tags:
|
||||
- fiend
|
||||
- demon
|
||||
- imp
|
||||
- leader
|
||||
- elite
|
||||
- flying
|
||||
- caster
|
||||
|
||||
location_tags:
|
||||
- dungeon
|
||||
- ruins
|
||||
- hellscape
|
||||
- volcano
|
||||
|
||||
base_damage: 10
|
||||
crit_chance: 0.15
|
||||
flee_chance: 0.25
|
||||
Reference in New Issue
Block a user