mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 09:02:37 +00:00
Moar updates
This commit is contained in:
@@ -39,5 +39,9 @@ module.exports = {
|
||||
"pack tactics" : "Does a thing"
|
||||
},
|
||||
items : ['healing_potion', 'healing_potion', 'ring']
|
||||
},
|
||||
|
||||
"Goat Slime" : {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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(){
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user