diff --git a/client/naturalCrit/defaultMonsterManual.js b/client/naturalCrit/defaultMonsterManual.js index 2dc83b025..08d0b8df1 100644 --- a/client/naturalCrit/defaultMonsterManual.js +++ b/client/naturalCrit/defaultMonsterManual.js @@ -39,5 +39,9 @@ module.exports = { "pack tactics" : "Does a thing" }, items : ['healing_potion', 'healing_potion', 'ring'] + }, + + "Goat Slime" : { + } } \ No newline at end of file diff --git a/client/naturalCrit/randomEncounter.js b/client/naturalCrit/randomEncounter.js index df8a91d21..9c25bb8d3 100644 --- a/client/naturalCrit/randomEncounter.js +++ b/client/naturalCrit/randomEncounter.js @@ -1,6 +1,15 @@ var _ = require('lodash'); + + +var rewards = ['goat sac', '10 gold', '100 gold', '101 gold', 'curved horn', 'wand of wand creation', + 'bag of hand-holding', '1 copper', 'true friendship', +] + + + + module.exports = function(){