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

Polishing up the monster card

This commit is contained in:
Scott Tolksdorf
2015-11-14 18:29:51 -05:00
parent 3dee96ad38
commit 3b16e16958
5 changed files with 92 additions and 46 deletions

View File

@@ -17,6 +17,7 @@ var MonsterManual = {
'goblin' : {
"hp" : 40,
"mov": 30,
"ac" : 13,
"attr" : {
"str" : 8,
"con" : 8,
@@ -49,7 +50,7 @@ var MonsterManual = {
}
},
"abilities" : ["pack tactics"],
"items" : []
"items" : ['healing_potion', 'healing_potion', 'ring']
}
}