Merge branch 'master' into 061-languages-and-scripts-compendiums

This commit is contained in:
Johannes Loher 2021-01-22 22:24:36 +01:00
commit ef98b4a590
2 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@ to the issue tracker or submit merge requests for code changes. To create an iss
## Licensing
Dungeonslayers (© Christian Kennig) is licensed under [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/de/deed.en).
[Dungeonslayers](http://dungeonslayers.de/) (© Christian Kennig) is licensed under [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/de/deed.en).
The icons in [src/assets/icons/official](src/assets/icons/official) are slightly modifed
versions of original Dungeonslayers icons, which have also been published under

View file

@ -30,8 +30,8 @@ export const DS4 = {
* Define the file paths to icon images
*/
spellTypesIcons: {
spellcasting: "systems/ds4/assets/icons/official/DS4-SPC.png",
targetedSpellcasting: "systems/ds4/assets/icons/official/DS4-TSC.png",
spellcasting: "systems/ds4/assets/icons/official/spellcasting.png",
targetedSpellcasting: "systems/ds4/assets/icons/official/targeted-spellcasting.png",
},
/**