-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Added support for Cepheus Light.
Fixes #133 Added setting for choosing between CE and CEL difficulties lists. Added support for choosing to handle difficulties by changing the target number rather than adding/subtracting modifiers, mainly to support CEL. Adds in CEL packs and icons from Marvin9257 (the icons are CC BY 3.0 license, sourced from https://game-icons.net) Updated Spanish translation from ForjaSalvaje Various minor fixes. fix: Added support for skills that don't get characteristic modifiers. Fixes #128 fix: Added support for choosing which characteristic is used for *this* skill roll on shift-click. Fixes #141 fix: Added icons for Cepheus Engine skills and weapons. Fixes #144 fix: It is now possible to create macros from skills (drag the skill to the macro bar) and items with skills (drag the item name to the macro bar). They will roll a simple skill roll when clicked. Fixes #61 Adds these localizations: ``` { "TWODSIX": { "Items": { "Skills": { "NONE": "---" } }, "Rolls": { "using": "using {characteristic}" }, "Settings": { "difficultyListUsed": { "hint": "Select which variant's difficulty list should be used.", "name": "Select which variant's difficulty list should be used." }, "difficultiesAsTargetNumber": { "hint": "true=Use target number rather than modifier for difficulties, false=Use modifiers", "name": "Use target numbers rather than modifiers for difficulties." } } } }```
- Loading branch information
Showing
235 changed files
with
879 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ Note: | |
* Cepheus Engine and Samardan Press™ are the trademarks of Jason "Flynn" Kemp; I am not affiliated with Jason "Flynn" Kemp or Samardan Press™. | ||
|
||
This system may eventually claim compatibility with other specific rules sets once it: | ||
a) actually has said compatibility | ||
b) actually has the license to do so | ||
* actually has said compatibility | ||
* actually has the license to do so | ||
|
||
|
||
### Patch Notes: | ||
|
@@ -41,6 +41,9 @@ Virtual Table Top Platform Licenses: | |
Font licenses: | ||
* [Omnibus-Type/Asap](https://github.com/Omnibus-Type/Asap) Copyright (c) 2019, Omnibus-Type (www.omnibus-type.com | [email protected]): [This Font Software is licensed under the SIL Open Font License, Version 1.1.](http://scripts.sil.org/OFL) | ||
|
||
Asset licenses: | ||
* The icons in the assets/twodsix_icons/General folder as well as the original icons from [https://game-icons.net/](https://game-icons.net/) as well as are provided under the [Creative Commons Attribution 3.0 Unported (CC BY 3.0) license](https://creativecommons.org/licenses/by/3.0/) | ||
|
||
## Some more stats | ||
* [![GitHub license](https://img.shields.io/github/license/xdy/twodsix-foundryvtt)](https://github.com/xdy/twodsix-foundryvtt/blob/master/LICENSE) | ||
* [![Total alerts](https://img.shields.io/lgtm/alerts/g/xdy/twodsix-foundryvtt.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/xdy/twodsix-foundryvtt/alerts/) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.