adding more enemies
This commit is contained in:
64
api/app/data/enemies/harpy_scout.yaml
Normal file
64
api/app/data/enemies/harpy_scout.yaml
Normal file
@@ -0,0 +1,64 @@
|
||||
# Harpy Scout - Easy fast variant
|
||||
# A swift harpy that spots prey from great distances
|
||||
|
||||
enemy_id: harpy_scout
|
||||
name: Harpy Scout
|
||||
description: >
|
||||
A sleek harpy with dark plumage that blends with the sky.
|
||||
Scouts are the eyes of their flock, ranging far ahead to
|
||||
spot potential prey. They are faster and more agile than
|
||||
common harpies, preferring quick strikes and retreat over
|
||||
prolonged combat.
|
||||
|
||||
base_stats:
|
||||
strength: 6
|
||||
dexterity: 18
|
||||
constitution: 6
|
||||
intelligence: 8
|
||||
wisdom: 12
|
||||
charisma: 8
|
||||
luck: 10
|
||||
|
||||
abilities:
|
||||
- basic_attack
|
||||
- talon_slash
|
||||
- dive_attack
|
||||
- evasive_flight
|
||||
|
||||
loot_table:
|
||||
- loot_type: static
|
||||
item_id: harpy_feather
|
||||
drop_chance: 0.80
|
||||
quantity_min: 3
|
||||
quantity_max: 6
|
||||
- loot_type: static
|
||||
item_id: swift_wing_feather
|
||||
drop_chance: 0.30
|
||||
quantity_min: 1
|
||||
quantity_max: 2
|
||||
- loot_type: static
|
||||
item_id: gold_coin
|
||||
drop_chance: 0.45
|
||||
quantity_min: 3
|
||||
quantity_max: 12
|
||||
|
||||
experience_reward: 25
|
||||
gold_reward_min: 5
|
||||
gold_reward_max: 15
|
||||
difficulty: easy
|
||||
|
||||
tags:
|
||||
- monstrosity
|
||||
- harpy
|
||||
- flying
|
||||
- scout
|
||||
- fast
|
||||
|
||||
location_tags:
|
||||
- mountain
|
||||
- cliff
|
||||
- wilderness
|
||||
|
||||
base_damage: 5
|
||||
crit_chance: 0.15
|
||||
flee_chance: 0.65
|
||||
Reference in New Issue
Block a user