0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 14:12:43 +00:00

Finished the monster stat block, using hr's as element modifiers, kinda weird.

This commit is contained in:
Scott Tolksdorf
2015-12-19 18:26:35 -05:00
parent 11b2f9dd53
commit ad569f04d8
8 changed files with 3610 additions and 53 deletions

View File

@@ -36,6 +36,22 @@ var Icons = [
snippet : Snippets.statBlock,
tooltip : 'Monster Stat Block'
},
{
icon : 'fa-table',
snippet : "",
tooltip : "Class Table"
},
{
icon : 'fa-code',
snippet : "```\n```",
tooltip : "Column Break"
},
{
icon : 'fa-file-o',
snippet : "\\page",
tooltip : "New Page"
},
]