From bce9b7729ec148d0b728602309fea6787802468b Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 6 Jun 2021 12:36:43 -0400 Subject: Fix bug when awarding XP from things like opening rusted lockbox --- data/monsters.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data/monsters.yml') diff --git a/data/monsters.yml b/data/monsters.yml index 849c38c..4a8dc40 100644 --- a/data/monsters.yml +++ b/data/monsters.yml @@ -20,7 +20,7 @@ pit_leech: base: 1 awards: - type: "xp" - skill: "beastslay" + gid: "beastslay" base: 4 - type: "item" chance: 1 @@ -53,7 +53,7 @@ stalk_beast: base: 1 awards: - type: "xp" - skill: "beastslay" + gid: "beastslay" base: 9 - type: "item" chance: 1 @@ -88,7 +88,7 @@ grinpad: base: 1 awards: - type: "xp" - skill: "beastslay" + gid: "beastslay" base: 13 - type: "item" chance: 1 @@ -128,7 +128,7 @@ lesser_trodgeathomp: base: 3 awards: - type: "xp" - skill: "beastslay" + gid: "beastslay" base: 20 - type: "title" gid: "retributor" @@ -166,7 +166,7 @@ bollyrot: base: 2 awards: - type: "xp" - skill: "beastslay" + gid: "beastslay" base: 20 - type: "item" chance: 1 @@ -201,7 +201,7 @@ crypt_writhe: base: 4 awards: - type: "xp" - skill: "beastslay" + gid: "beastslay" base: 28 - type: "item" chance: 0.05 -- cgit v1.2.3