0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 12:42:41 +00:00

Full class tables workign with background

This commit is contained in:
Scott
2015-12-28 21:03:20 -05:00
parent ecd17a22c7
commit 29d03c8263
12 changed files with 131 additions and 28 deletions

View File

@@ -38,7 +38,7 @@ var Icons = [
},
{
icon : 'fa-table',
snippet : "",
snippet : Snippets.classTable,
tooltip : "Class Table"
},
{

View File

@@ -104,7 +104,11 @@ module.exports = {
"> ***Multiattack.*** The armor makes two two melee attacks.",
">",
"> ***Slam.*** *Melee Weapon Attack:* +4 to hit, reach 5ft., one target. *Hit* 5 (1d6 + 2) ",
].join('\n')
].join('\n'),
classTable : [
].join('\n'),
}