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

Add Shadowdark license

This commit is contained in:
David Bolack
2024-07-17 17:02:53 -05:00
parent 01b5a6a783
commit 29dc61a985
4 changed files with 50 additions and 17 deletions

View File

@@ -316,6 +316,36 @@ module.exports = [
]
},
{
name : 'Shadowdark',
icon : 'fab fa-shadowdark',
subsnippets : [
{
name : 'Icons',
icon : 'fas fa-image',
subsnippets : [
{
name : 'Compatibility Logo - Black',
icon : 'fas fa-image',
gen : LicenseGen.shadowDarkBlack
},
{
name : 'Compatibility Logo - White',
icon : 'fas fa-image',
gen : LicenseGen.shadowDarkWhite
}
]
},
{
name : 'License Statement',
icon : 'fas fa-alt',
gen : LicenseGen.shadowDarkNotice
}
]
},
{
name : 'Wizards of the Coast',
icon : 'fab fa-wizards-of-the-coast',