adding more enemies
This commit is contained in:
85
api/app/data/enemies/zombie_plague.yaml
Normal file
85
api/app/data/enemies/zombie_plague.yaml
Normal file
@@ -0,0 +1,85 @@
|
||||
# Plague Zombie - Hard infectious variant
|
||||
# A zombie carrying a deadly disease that spreads with each bite
|
||||
|
||||
enemy_id: zombie_plague
|
||||
name: Plague Zombie
|
||||
description: >
|
||||
A bloated, pustule-covered corpse that exudes a noxious green
|
||||
miasma. Every wound on its body weeps infectious fluid, and
|
||||
its mere presence causes nausea in the living. Those bitten
|
||||
by a plague zombie rarely survive the infection, and those
|
||||
that die often rise again to join the horde.
|
||||
|
||||
base_stats:
|
||||
strength: 12
|
||||
dexterity: 6
|
||||
constitution: 16
|
||||
intelligence: 2
|
||||
wisdom: 6
|
||||
charisma: 2
|
||||
luck: 6
|
||||
|
||||
abilities:
|
||||
- basic_attack
|
||||
- infectious_bite
|
||||
- plague_breath
|
||||
- death_burst
|
||||
- disease_aura
|
||||
|
||||
loot_table:
|
||||
# Static drops
|
||||
- loot_type: static
|
||||
item_id: rotting_flesh
|
||||
drop_chance: 0.90
|
||||
quantity_min: 3
|
||||
quantity_max: 5
|
||||
- loot_type: static
|
||||
item_id: plague_ichor
|
||||
drop_chance: 0.60
|
||||
quantity_min: 1
|
||||
quantity_max: 3
|
||||
- loot_type: static
|
||||
item_id: bone_fragment
|
||||
drop_chance: 0.70
|
||||
quantity_min: 2
|
||||
quantity_max: 4
|
||||
- loot_type: static
|
||||
item_id: death_essence
|
||||
drop_chance: 0.35
|
||||
quantity_min: 1
|
||||
quantity_max: 2
|
||||
|
||||
# Consumables
|
||||
- loot_type: static
|
||||
item_id: antidote
|
||||
drop_chance: 0.30
|
||||
quantity_min: 1
|
||||
quantity_max: 2
|
||||
- loot_type: static
|
||||
item_id: cure_disease_potion
|
||||
drop_chance: 0.15
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
|
||||
experience_reward: 70
|
||||
gold_reward_min: 10
|
||||
gold_reward_max: 30
|
||||
difficulty: hard
|
||||
|
||||
tags:
|
||||
- undead
|
||||
- zombie
|
||||
- plague
|
||||
- infectious
|
||||
- fearless
|
||||
- dangerous
|
||||
|
||||
location_tags:
|
||||
- crypt
|
||||
- ruins
|
||||
- dungeon
|
||||
- swamp
|
||||
|
||||
base_damage: 10
|
||||
crit_chance: 0.10
|
||||
flee_chance: 0.00
|
||||
Reference in New Issue
Block a user