0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 03:12:40 +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 : {
hp : 40,
mov: 30,
cr : 0.25,
ac : 13,
attr : {
str : 8,

View File

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