0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 11:12:44 +00:00

Fixed the default

This commit is contained in:
Scott Tolksdorf
2015-11-23 13:35:37 -05:00
parent 3915e08992
commit f3e0d9fab3

View File

@@ -32,30 +32,29 @@ module.exports = {
}, },
"Goat Slime" : { "Goat Slime" : {
hp : 80, hp : 80,
mov: 10, mov: 10,
cr : 0.5, cr : 0.5,
ac : 16, ac : 16,
attr : { attr : {
str : 8, str : 8,
con : 8, con : 8,
dex : 6, dex : 6,
int : 4, int : 4,
wis : 8, wis : 8,
cha : 8 cha : 8
},
attacks : {
caress : {
atk : "1d20+1",
dmg : "3d4+1",
type : "sensual"
},
},
abilities : {
"Agnostic Gel" : "Immune to magical damage"
},
items : []
}, },
attacks : {
caress : {
atk : "1d20+1",
dmg : "3d4+1",
type : "sensual"
},
},
abilities : {
"Agnostic Gel" : "Immune to magical damage"
},
items : []
}, },
"badass psycho" : { "badass psycho" : {
hp : 100, hp : 100,
@@ -126,5 +125,5 @@ module.exports = {
"conference" : "when around more than 30 other toxicologists, consume 1 drink every 15 minutes" "conference" : "when around more than 30 other toxicologists, consume 1 drink every 15 minutes"
}, },
items : ['grad_student', 'imposter_syndrome', 'ring'] items : ['grad_student', 'imposter_syndrome', 'ring']
} },
} }