mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 12:52:42 +00:00
Moar updates
This commit is contained in:
@@ -39,5 +39,9 @@ module.exports = {
|
|||||||
"pack tactics" : "Does a thing"
|
"pack tactics" : "Does a thing"
|
||||||
},
|
},
|
||||||
items : ['healing_potion', 'healing_potion', 'ring']
|
items : ['healing_potion', 'healing_potion', 'ring']
|
||||||
|
},
|
||||||
|
|
||||||
|
"Goat Slime" : {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,15 @@
|
|||||||
var _ = require('lodash');
|
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(){
|
module.exports = function(){
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user