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:
@@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user