-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from crash1115/dev
v0.4.0
- Loading branch information
Showing
13 changed files
with
281 additions
and
29 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
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 |
---|---|---|
@@ -1,4 +1,38 @@ | ||
|
||
{ | ||
"C5ETRAINING.Ability": "Ability", | ||
"C5ETRAINING.Attempt": "Attempt", | ||
|
||
"C5ETRAINING.CheckDC": "Check DC", | ||
"C5ETRAINING.Custom": "Custom", | ||
"C5ETRAINING.CustomRoll": "Custom Roll", | ||
|
||
"C5ETRAINING.DC": "DC", | ||
"C5ETRAINING.DefaultDcDifficulty": "Default Check Difficulty (DC)", | ||
"C5ETRAINING.DefaultDcDifficultyHint": "Sets the default DC for ability checks used by downtime activities using the DC progression system. Defaults to 10.", | ||
"C5ETRAINING.DefaultDcSuccesses": "Default Activity Completion Target (DC)", | ||
"C5ETRAINING.DefaultDcSuccessesHint": "Sets the default target number of check successes required to reach 100% activity completion for downtime activities using the DC progression system. The default is 5 successes.", | ||
|
||
"C5ETRAINING.Roll": "Roll", | ||
|
||
"C5ETRAINING.Skill": "Skill", | ||
"C5ETRAINING.SkillAcr": "Acrobatics", | ||
"C5ETRAINING.SkillAni": "Animal Handling", | ||
"C5ETRAINING.SkillArc": "Arcana", | ||
"C5ETRAINING.SkillAth": "Athletics", | ||
"C5ETRAINING.SkillDec": "Deception", | ||
"C5ETRAINING.SkillHis": "History", | ||
"C5ETRAINING.SkillIns": "Insight", | ||
"C5ETRAINING.SkillInv": "Investigation", | ||
"C5ETRAINING.SkillItm": "Intimidation", | ||
"C5ETRAINING.SkillMed": "Medicine", | ||
"C5ETRAINING.SkillNat": "Nature", | ||
"C5ETRAINING.SkillPer": "Persuasion", | ||
"C5ETRAINING.SkillPrc": "Perception", | ||
"C5ETRAINING.SkillPrf": "Performance", | ||
"C5ETRAINING.SkillRel": "Religion", | ||
"C5ETRAINING.SkillSlt": "Sleight of Hand", | ||
"C5ETRAINING.SkillSte": "Stealth", | ||
"C5ETRAINING.SkillSur": "Survival", | ||
"C5ETRAINING.SuccessesRequired": "Successes Required" | ||
} |
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
export const preloadTemplates = async function() { | ||
const templatePaths = [ | ||
"modules/5e-training/templates/partials/ability.html", | ||
"modules/5e-training/templates/partials/simple.html" | ||
"modules/5e-training/templates/partials/simple.html", | ||
"modules/5e-training/templates/partials/dc.html" | ||
]; | ||
return loadTemplates(templatePaths); | ||
}; |
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.