mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 18:02:39 +00:00
Add Shadowdark license
This commit is contained in:
@@ -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',
|
name : 'Wizards of the Coast',
|
||||||
icon : 'fab fa-wizards-of-the-coast',
|
icon : 'fab fa-wizards-of-the-coast',
|
||||||
|
|||||||
@@ -48,6 +48,9 @@ module.exports = {
|
|||||||
ccbyndBadge : ``,
|
ccbyndBadge : ``,
|
||||||
ccbyncndBadge : ``,
|
ccbyncndBadge : ``,
|
||||||
oseBlack : `{width:200px}`,
|
oseBlack : `{width:200px}`,
|
||||||
oseWhite : `{width:200px}`,
|
oseWhite : `{width:200px}`,
|
||||||
oseNotice : `Old-School Essentials is a trademark of Necrotic Gnome. The trademark and Old-School Essentials logo are used with permission of Necrotic Gnome, under license”.`,
|
oseNotice : `Old-School Essentials is a trademark of Necrotic Gnome. The trademark and Old-School Essentials logo are used with permission of Necrotic Gnome, under license”.`,
|
||||||
|
shadowDarkNotice : `\[Product Name]\ is an independent product published under the Shadowdark RPG Third-Party License and is not affiliated with The Arcane Library, LLC. Shadowdark RPG © 2023 The Arcane Library, LLC.`,
|
||||||
|
shadowDarkBlack : `{width:200px}`,
|
||||||
|
shadowDarkWhite : `{width:200px}`,
|
||||||
};
|
};
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 157 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 154 KiB |
Reference in New Issue
Block a user