0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 09:02:37 +00:00

Moar updates

This commit is contained in:
Scott Tolksdorf
2015-11-23 12:56:34 -05:00
parent 3625e2e51e
commit 4abee31892
2 changed files with 13 additions and 0 deletions

View File

@@ -39,5 +39,9 @@ module.exports = {
"pack tactics" : "Does a thing"
},
items : ['healing_potion', 'healing_potion', 'ring']
},
"Goat Slime" : {
}
}

View File

@@ -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(){