0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 10:32:39 +00:00

Forgot cr

This commit is contained in:
Scott Tolksdorf
2015-11-23 12:51:47 -05:00
parent fa8818cfcc
commit 3625e2e51e
2 changed files with 16 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ module.exports = {
goblin : { goblin : {
hp : 40, hp : 40,
mov: 30, mov: 30,
cr : 0.25,
ac : 13, ac : 13,
attr : { attr : {
str : 8, str : 8,

View File

@@ -0,0 +1,15 @@
var _ = require('lodash');
module.exports = function(){
}