summaryrefslogtreecommitdiff
path: root/data/monsters.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-22 18:10:19 -0400
committerDavid Gay <david@davidgay.org>2021-05-22 18:10:19 -0400
commit44facc2e567eb3c045ce082428f42276e45b0202 (patch)
tree0b302bfd60a6faae698a63e68e3e1a5bdb9e16c2 /data/monsters.yml
parent38f3a39221869483e3468e9f4d8cab5450a70f89 (diff)
Monsters and basic combat
Diffstat (limited to 'data/monsters.yml')
-rw-r--r--data/monsters.yml48
1 files changed, 48 insertions, 0 deletions
diff --git a/data/monsters.yml b/data/monsters.yml
new file mode 100644
index 0000000..631c83c
--- /dev/null
+++ b/data/monsters.yml
@@ -0,0 +1,48 @@
+pit_leech:
+ name: "pit leech"
+ description: >-
+ A brown-black glistening thing the size of your arm and four times as wide. Featureless, except
+ for a ring of razor-sharp teeth at one end, encircling an inquisitive maw.
+ whatnot:
+ max_hp:
+ base: 5
+ speed:
+ base: 1
+ accuracy:
+ base: 1
+ power:
+ base: 1
+ evasion:
+ base: 1
+ block:
+ base: 1
+ block_value:
+ base: 1
+ awards:
+ - type: "xp"
+ skill: "beastslay"
+ base: 5
+stalk_beast:
+ name: "stalk beast"
+ description: >-
+ A walking tangle of long, sinewy eye stalks, each punctuated with a fist-sized eyeball. They were and
+ are the heralds of things to come.
+ whatnot:
+ max_hp:
+ base: 9
+ speed:
+ base: 3
+ accuracy:
+ base: 2
+ power:
+ base: 1
+ evasion:
+ base: 2
+ block:
+ base: 1
+ block_value:
+ base: 1
+ awards:
+ - type: "xp"
+ skill: "beastslay"
+ base: 9