mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 18:42:40 +00:00
Forgot cr
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
var _ = require('lodash');
|
||||||
|
|
||||||
|
|
||||||
|
module.exports = function(){
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user