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:
@@ -38,7 +38,7 @@ var Icons = [
|
||||
},
|
||||
{
|
||||
icon : 'fa-table',
|
||||
snippet : "",
|
||||
snippet : Snippets.classTable,
|
||||
tooltip : "Class Table"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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'),
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user