Combat foundation complete
This commit is contained in:
@@ -50,6 +50,10 @@ tags:
|
||||
- rogue
|
||||
- armed
|
||||
|
||||
location_tags:
|
||||
- wilderness
|
||||
- road
|
||||
|
||||
base_damage: 8
|
||||
crit_chance: 0.12
|
||||
flee_chance: 0.45
|
||||
|
||||
@@ -47,6 +47,10 @@ tags:
|
||||
- large
|
||||
- pack
|
||||
|
||||
location_tags:
|
||||
- forest
|
||||
- wilderness
|
||||
|
||||
base_damage: 10
|
||||
crit_chance: 0.10
|
||||
flee_chance: 0.40
|
||||
|
||||
@@ -40,6 +40,11 @@ tags:
|
||||
- goblinoid
|
||||
- small
|
||||
|
||||
location_tags:
|
||||
- forest
|
||||
- wilderness
|
||||
- dungeon
|
||||
|
||||
base_damage: 4
|
||||
crit_chance: 0.05
|
||||
flee_chance: 0.60
|
||||
|
||||
@@ -80,6 +80,11 @@ tags:
|
||||
- elite
|
||||
- armed
|
||||
|
||||
location_tags:
|
||||
- forest
|
||||
- wilderness
|
||||
- dungeon
|
||||
|
||||
base_damage: 14
|
||||
crit_chance: 0.15
|
||||
flee_chance: 0.25
|
||||
|
||||
@@ -51,6 +51,11 @@ tags:
|
||||
- small
|
||||
- scout
|
||||
|
||||
location_tags:
|
||||
- forest
|
||||
- wilderness
|
||||
- dungeon
|
||||
|
||||
base_damage: 3
|
||||
crit_chance: 0.08
|
||||
flee_chance: 0.70
|
||||
|
||||
@@ -47,6 +47,11 @@ tags:
|
||||
- caster
|
||||
- small
|
||||
|
||||
location_tags:
|
||||
- forest
|
||||
- wilderness
|
||||
- dungeon
|
||||
|
||||
base_damage: 3
|
||||
crit_chance: 0.08
|
||||
flee_chance: 0.55
|
||||
|
||||
@@ -65,6 +65,11 @@ tags:
|
||||
- warrior
|
||||
- armed
|
||||
|
||||
location_tags:
|
||||
- forest
|
||||
- wilderness
|
||||
- dungeon
|
||||
|
||||
base_damage: 8
|
||||
crit_chance: 0.10
|
||||
flee_chance: 0.45
|
||||
|
||||
@@ -53,6 +53,10 @@ tags:
|
||||
- berserker
|
||||
- large
|
||||
|
||||
location_tags:
|
||||
- dungeon
|
||||
- wilderness
|
||||
|
||||
base_damage: 15
|
||||
crit_chance: 0.15
|
||||
flee_chance: 0.30
|
||||
|
||||
50
api/app/data/enemies/rat.yaml
Normal file
50
api/app/data/enemies/rat.yaml
Normal file
@@ -0,0 +1,50 @@
|
||||
# Giant Rat - Very easy enemy for starting areas (town, village, tavern)
|
||||
# A basic enemy for new players to learn combat mechanics
|
||||
|
||||
enemy_id: rat
|
||||
name: Giant Rat
|
||||
description: >
|
||||
A mangy rat the size of a small dog. These vermin infest cellars,
|
||||
sewers, and dark corners of civilization. Weak alone but annoying in packs.
|
||||
|
||||
base_stats:
|
||||
strength: 4
|
||||
dexterity: 14
|
||||
constitution: 4
|
||||
intelligence: 2
|
||||
wisdom: 8
|
||||
charisma: 2
|
||||
luck: 6
|
||||
|
||||
abilities:
|
||||
- basic_attack
|
||||
|
||||
loot_table:
|
||||
- item_id: rat_tail
|
||||
drop_chance: 0.40
|
||||
quantity_min: 1
|
||||
quantity_max: 1
|
||||
- item_id: gold_coin
|
||||
drop_chance: 0.20
|
||||
quantity_min: 1
|
||||
quantity_max: 2
|
||||
|
||||
experience_reward: 5
|
||||
gold_reward_min: 0
|
||||
gold_reward_max: 2
|
||||
difficulty: easy
|
||||
|
||||
tags:
|
||||
- beast
|
||||
- vermin
|
||||
- small
|
||||
|
||||
location_tags:
|
||||
- town
|
||||
- village
|
||||
- tavern
|
||||
- dungeon
|
||||
|
||||
base_damage: 2
|
||||
crit_chance: 0.03
|
||||
flee_chance: 0.80
|
||||
@@ -47,6 +47,11 @@ tags:
|
||||
- armed
|
||||
- fearless
|
||||
|
||||
location_tags:
|
||||
- crypt
|
||||
- ruins
|
||||
- dungeon
|
||||
|
||||
base_damage: 9
|
||||
crit_chance: 0.08
|
||||
flee_chance: 0.50
|
||||
|
||||
Reference in New Issue
Block a user