Merge branch 'release/3.13'

This commit is contained in:
Megastruktur 2021-12-01 11:48:08 +03:00
commit 9e207a4602
3 changed files with 9 additions and 20 deletions

View file

@ -1,3 +1,6 @@
v.3.13
- Fix playbook max exp to depend on settings rather be hardcoded
v.3.12
- Fix cohort scale and quality calculation #161
- Removed itemLogic calls #160

View file

@ -2,7 +2,7 @@
"name": "blades-in-the-dark",
"title": "Blades in the Dark",
"description": "Blades in the dark game system.",
"version": "3.12",
"version": "3.13",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.9",
"templateVersion": 1,
@ -47,7 +47,7 @@
],
"url": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/",
"manifest": "https://raw.githubusercontent.com/megastruktur/foundryvtt-blades-in-the-dark/master/system.json",
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/3.12.zip",
"download": "https://github.com/megastruktur/foundryvtt-blades-in-the-dark/archive/3.13.zip",
"packs": [
{
"name": "class",

View file

@ -249,24 +249,10 @@
<label for="character-{{actor._id}}-experience-0"><i class="fab fa-creative-commons-zero nullifier"></i></label>
{{#multiboxes data.experience}}
<input type="radio" id="character-{{actor._id}}-experience-0" name="data.experience" value="0" dtype="Radio">
<input type="radio" id="character-{{actor._id}}-experience-1" name="data.experience" value="1" dtype="Radio">
<label for="character-{{actor._id}}-experience-1"></label>
<input type="radio" id="character-{{actor._id}}-experience-2" name="data.experience" value="2" dtype="Radio">
<label for="character-{{actor._id}}-experience-2"></label>
<input type="radio" id="character-{{actor._id}}-experience-3" name="data.experience" value="3" dtype="Radio">
<label for="character-{{actor._id}}-experience-3"></label>
<input type="radio" id="character-{{actor._id}}-experience-4" name="data.experience" value="4" dtype="Radio">
<label for="character-{{actor._id}}-experience-4"></label>
<input type="radio" id="character-{{actor._id}}-experience-5" name="data.experience" value="5" dtype="Radio">
<label for="character-{{actor._id}}-experience-5"></label>
<input type="radio" id="character-{{actor._id}}-experience-6" name="data.experience" value="6" dtype="Radio">
<label for="character-{{actor._id}}-experience-6"></label>
<input type="radio" id="character-{{actor._id}}-experience-7" name="data.experience" value="7" dtype="Radio">
<label for="character-{{actor._id}}-experience-7"></label>
<input type="radio" id="character-{{actor._id}}-experience-8" name="data.experience" value="8" dtype="Radio">
<label for="character-{{actor._id}}-experience-8"></label>
<input type="radio" id="character-{{actor._id}}-experience-9" name="data.experience" value="9" dtype="Radio">
<label for="character-{{actor._id}}-experience-9"></label>
{{#times_from_1 data.experience_max}}
<input type="radio" id="character-{{actor._id}}-experience-{{this}}" name="data.experience" value="{{this}}" dtype="Radio">
<label for="character-{{actor._id}}-experience-{{this}}"></label>
{{/times_from_1}}
{{/multiboxes}}
</div>
</div>