mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-31 17:22:45 +00:00
Move snippet under Tables category
This commit is contained in:
@@ -169,29 +169,6 @@ module.exports = [
|
|||||||
icon : 'fas fa-dragon',
|
icon : 'fas fa-dragon',
|
||||||
gen : MonsterBlockGen.monster('monster,frame,wide', 4),
|
gen : MonsterBlockGen.monster('monster,frame,wide', 4),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name : 'Rune Table',
|
|
||||||
icon : 'fas fa-language',
|
|
||||||
gen : scriptGen.dwarvish,
|
|
||||||
experimental : true,
|
|
||||||
subsnippets : [
|
|
||||||
{
|
|
||||||
name : 'Dwarvish',
|
|
||||||
icon : 'fac davek',
|
|
||||||
gen : scriptGen.dwarvish,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name : 'Elvish',
|
|
||||||
icon : 'fac rellanic',
|
|
||||||
gen : scriptGen.elvish,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name : 'Draconic',
|
|
||||||
icon : 'fac iokharic',
|
|
||||||
gen : scriptGen.draconic,
|
|
||||||
},
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name : 'Cover Page',
|
name : 'Cover Page',
|
||||||
icon : 'fac book-front-cover',
|
icon : 'fac book-front-cover',
|
||||||
@@ -256,7 +233,30 @@ module.exports = [
|
|||||||
name : '1/3 Class Table (unframed)',
|
name : '1/3 Class Table (unframed)',
|
||||||
icon : 'fas fa-border-none',
|
icon : 'fas fa-border-none',
|
||||||
gen : ClassTableGen.third('classTable'),
|
gen : ClassTableGen.third('classTable'),
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
name : 'Rune Table',
|
||||||
|
icon : 'fas fa-language',
|
||||||
|
gen : scriptGen.dwarvish,
|
||||||
|
experimental : true,
|
||||||
|
subsnippets : [
|
||||||
|
{
|
||||||
|
name : 'Dwarvish',
|
||||||
|
icon : 'fac davek',
|
||||||
|
gen : scriptGen.dwarvish,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name : 'Elvish',
|
||||||
|
icon : 'fac rellanic',
|
||||||
|
gen : scriptGen.elvish,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name : 'Draconic',
|
||||||
|
icon : 'fac iokharic',
|
||||||
|
gen : scriptGen.draconic,
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ module.exports = {
|
|||||||
| n | o | p | q | r | s | t | u | v | w | x | y | z |
|
| n | o | p | q | r | s | t | u | v | w | x | y | z |
|
||||||
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
||||||
| n | o | p | q | r | s | t | u | v | w | x | y | z |
|
| n | o | p | q | r | s | t | u | v | w | x | y | z |
|
||||||
}}`;
|
}}\n\n`;
|
||||||
},
|
},
|
||||||
elvish : ()=>{
|
elvish : ()=>{
|
||||||
return dedent `##### Elvish Runes: Sample Alphabet
|
return dedent `##### Elvish Runes: Sample Alphabet
|
||||||
@@ -24,7 +24,7 @@ module.exports = {
|
|||||||
| n | o | p | q | r | s | t | u | v | w | x | y | z |
|
| n | o | p | q | r | s | t | u | v | w | x | y | z |
|
||||||
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
||||||
| n | o | p | q | r | s | t | u | v | w | x | y | z |
|
| n | o | p | q | r | s | t | u | v | w | x | y | z |
|
||||||
}}`;
|
}}\n\n`;
|
||||||
},
|
},
|
||||||
draconic : ()=>{
|
draconic : ()=>{
|
||||||
return dedent `##### Draconic Runes: Sample Alphabet
|
return dedent `##### Draconic Runes: Sample Alphabet
|
||||||
@@ -36,7 +36,7 @@ module.exports = {
|
|||||||
| n | o | p | q | r | s | t | u | v | w | x | y | z |
|
| n | o | p | q | r | s | t | u | v | w | x | y | z |
|
||||||
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|
|
||||||
| n | o | p | q | r | s | t | u | v | w | x | y | z |
|
| n | o | p | q | r | s | t | u | v | w | x | y | z |
|
||||||
}}`;
|
}}\n\n`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user