Merge pull request #12373 from Briteblade/exalted2e-update

This commit is contained in:
Nic Bradley
2023-12-27 12:19:41 -07:00
committed by Adrail86
3 changed files with 129 additions and 113 deletions
+7 -1
View File
@@ -28,10 +28,16 @@ If you feel you've contributed to the development of this character sheet, don't
* Brian Shields
* Benjamin Bandelow
* Andreas J.
* Matt Z.
* Matt Z. (github.com/Briteblade)
### Changelog
### 2023-12-12
* Mortal 'castes' added by github.com/Adrail86
* Fixed an error that broke alignment of mortal abilities
* Fixed an error that stacked mortal stats underneath all other castes
* Corrected several spelling errors
### 2022-07-22
* Added Lunar ability tracking
+20 -2
View File
@@ -668,7 +668,9 @@ div.sheet-attribute > input[type=checkbox]:first-child + span::before,
.sheet-abyssal-ab,
.sheet-sidereal-ab,
.sheet-dragon-ab,
.sheet-infernal-ab{
.sheet-infernal-ab,
.sheet-mortal-ab,
.sheet-alchemical-ab{
display: none;
}
@@ -700,6 +702,22 @@ div.sheet-attribute > input[type=checkbox]:first-child + span::before,
.sheet-caste-toggle[value="Malefactor"] ~ div.sheet-infernal-ab,
.sheet-caste-toggle[value="Defiler"] ~ div.sheet-infernal-ab,
.sheet-caste-toggle[value="Scourge"] ~ div.sheet-infernal-ab,
.sheet-caste-toggle[value="Fiend"] ~ div.sheet-infernal-ab{
.sheet-caste-toggle[value="Fiend"] ~ div.sheet-infernal-ab,
.sheet-caste-toggle[value="HeroicMortal"] ~ div.sheet-mortal-ab,
.sheet-caste-toggle[value="GodBlooded"] ~ div.sheet-mortal-ab,
.sheet-caste-toggle[value="DemonBlooded"] ~ div.sheet-mortal-ab,
.sheet-caste-toggle[value="CraftedRaces"] ~ div.sheet-mortal-ab,
.sheet-caste-toggle[value="GhostBlooded"] ~ div.sheet-mortal-ab,
.sheet-caste-toggle[value="FaeBlooded"] ~ div.sheet-mortal-ab,
.sheet-caste-toggle[value="HalfTerrestrial"] ~ div.sheet-mortal-ab,
.sheet-caste-toggle[value="HalfCelestial"] ~ div.sheet-mortal-ab,
.sheet-caste-toggle[value="Beastman"] ~ div.sheet-mortal-ab,
.sheet-caste-toggle[value="Orichalcum"] ~ div.sheet-alchemical-ab,
.sheet-caste-toggle[value="Moonsilver"] ~ div.sheet-alchemical-ab,
.sheet-caste-toggle[value="Starmetal"] ~ div.sheet-alchemical-ab,
.sheet-caste-toggle[value="Jade"] ~ div.sheet-alchemical-ab,
.sheet-caste-toggle[value="Soulsteel"] ~ div.sheet-alchemical-ab,
.sheet-caste-toggle[value="Adimant"] ~ div.sheet-alchemical-ab
{
display: block;
}
+102 -110
View File
@@ -36,21 +36,21 @@
<option value="Secret">Sidereal: Secret</option>
<option value="Ending">Sidereal: Ending</option>
<option value="Slayer">Infernal: Slayer</option>
<option value="Malefactor">Infernal: Malefactor</option>
<option value="Defiler">Infernal: Defiler</option>
<option value="Scourge">Infernal: Scourge</option>
<option value="Fiend">Infernal: Fiend</option>
<option value="Slayer">Infernal: Slayer</option>
<option value="Malefactor">Infernal: Malefactor</option>
<option value="Defiler">Infernal: Defiler</option>
<option value="Scourge">Infernal: Scourge</option>
<option value="Fiend">Infernal: Fiend</option>
<option value="HeroicMortal">Mortal: Heroic Mortal</option>
<option value="GodBlooded">Mortal: God Blooded</option>
<option value="DemonBlooded">Mortal: Demon Blooded</option>
<option value="CraftedRaces">Mortal: Crafted Races</option>
<option value="GhostBlooded">Mortal: Ghost Blooded</option>
<option value="FeaBlooded">Mortal: Fea-Blooded</option>
<option value="HalfCaste">Mortal: Terrestrial Half-Caste</option>
<option value="HalfCaste">Mortal: Celestial Half-Caste</option>
<option value="HalfCaste">Mortal: Beastman</option>
<option value="FaeBlooded">Mortal: Fae-Blooded</option>
<option value="HalfTerrestrial">Mortal: Terrestrial Half-Caste</option>
<option value="HalfCelestial">Mortal: Celestial Half-Caste</option>
<option value="Beastman">Mortal: Beastman</option>
</select>
</label>
</div>
@@ -3887,8 +3887,8 @@
</div>
</div>
<!-- Mortals / ability set 7-->
<div class="Mortal-ab">
<!-- Mortals / ability set 7-->
<div class="mortal-ab">
<h3 class="ability">Mortals</h3>
<div class="sheet-3colrow">
@@ -3946,7 +3946,6 @@
<input type="radio" name="attr_Thrown7" value="4" /><span></span>
<input type="radio" name="attr_Thrown7" value="5" /><span></span>
</div>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_WarFavored7" value="1" /><span></span>
@@ -3964,7 +3963,7 @@
</div>
<!-- Criminal -->
<div class="sheet-col">
<div class="sheet-col">
<h3 class="ability">Criminal</h3>
<div class="ability">
<input type="checkbox" name="attr_AthleticsFavored7" value="1" /><span></span>
@@ -3978,9 +3977,7 @@
<input type="radio" name="attr_Athletics7" value="4" /><span></span>
<input type="radio" name="attr_Athletics7" value="5" /><span></span>
</div>
</div>
</div>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_AwarenessFavored7" value="1" /><span></span>
<span class="ability">Awareness</span>
@@ -4035,9 +4032,9 @@
</div>
</div>
<!-- Preist -->
<!-- Priest -->
<div class="sheet-col">
<h3 class="ability">Preist</h3>
<h3 class="ability">Priest</h3>
<div class="ability">
<input type="checkbox" name="attr_IntegrityFavored7" value="1" /><span></span>
<span class="ability">Integrity</span>
@@ -4050,7 +4047,6 @@
<input type="radio" name="attr_Integrity7" value="4" /><span></span>
<input type="radio" name="attr_Integrity7" value="5" /><span></span>
</div>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_PerformanceFavored7" value="1" /><span></span>
@@ -4064,7 +4060,6 @@
<input type="radio" name="attr_Performance7" value="4" /><span></span>
<input type="radio" name="attr_Performance7" value="5" /><span></span>
</div>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_PresenceFavored7" value="1" /><span></span>
@@ -4092,97 +4087,95 @@
<input type="radio" name="attr_Resistance7" value="5" /><span></span>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_SurvivalFavored7" value="1" /><span></span>
<span class="ability">Survival</span>
<div class="dots">
<input type="checkbox" name="attr_Survival7_max" value="1" /><span></span>
<input type="radio" name="attr_Survival7" value="0" checked="checked" />
<input type="radio" name="attr_Survival7" value="1" /><span></span>
<input type="radio" name="attr_Survival7" value="2" /><span></span>
<input type="radio" name="attr_Survival7" value="3" /><span></span>
<input type="radio" name="attr_Survival7" value="4" /><span></span>
<input type="radio" name="attr_Survival7" value="5" /><span></span>
</div>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_SurvivalFavored7" value="1" /><span></span>
<span class="ability">Survival</span>
<div class="dots">
<input type="checkbox" name="attr_Survival7_max" value="1" /><span></span>
<input type="radio" name="attr_Survival7" value="0" checked="checked" />
<input type="radio" name="attr_Survival7" value="1" /><span></span>
<input type="radio" name="attr_Survival7" value="2" /><span></span>
<input type="radio" name="attr_Survival7" value="3" /><span></span>
<input type="radio" name="attr_Survival7" value="4" /><span></span>
<input type="radio" name="attr_Survival7" value="5" /><span></span>
</div>
</div>
</div>
</div>
<div class="sheet-3colrow">
<!-- Broker -->
<div class="sheet-col">
<h3 class="ability">Broker</h3>
<div class="ability">
<input type="checkbox" name="attr_BureaucracyFavored7" value="1" /><span></span>
<span class="ability">Bureaucracy</span>
<div class="dots">
<input type="checkbox" name="attr_Bureaucracy7_max" value="1" /><span></span>
<input type="radio" name="attr_Bureaucracy7" value="0" checked="checked" />
<input type="radio" name="attr_Bureaucracy7" value="1" /><span></span>
<input type="radio" name="attr_Bureaucracy7" value="2" /><span></span>
<input type="radio" name="attr_Bureaucracy7" value="3" /><span></span>
<input type="radio" name="attr_Bureaucracy7" value="4" /><span></span>
<input type="radio" name="attr_Bureaucracy7" value="5" /><span></span>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_LinguisticsFavored7" value="1" /><span></span>
<span class="ability">Linguistics</span>
<div class="dots">
<input type="checkbox" name="attr_Linguistics7_max" value="1" /><span></span>
<input type="radio" name="attr_Linguistics7" value="0" checked="checked" />
<input type="radio" name="attr_Linguistics7" value="1" /><span></span>
<input type="radio" name="attr_Linguistics7" value="2" /><span></span>
<input type="radio" name="attr_Linguistics7" value="3" /><span></span>
<input type="radio" name="attr_Linguistics7" value="4" /><span></span>
<input type="radio" name="attr_Linguistics7" value="5" /><span></span>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_RideFavored7" value="1" /><span></span>
<span class="ability">Ride</span>
<div class="dots">
<input type="checkbox" name="attr_Ride7_max" value="1" /><span></span>
<input type="radio" name="attr_Ride7" value="0" checked="checked" />
<input type="radio" name="attr_Ride7" value="1" /><span></span>
<input type="radio" name="attr_Ride7" value="2" /><span></span>
<input type="radio" name="attr_Ride7" value="3" /><span></span>
<input type="radio" name="attr_Ride7" value="4" /><span></span>
<input type="radio" name="attr_Ride7" value="5" /><span></span>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_SailFavored7" value="1" /><span></span>
<span class="ability">Sail</span>
<div class="dots">
<input type="checkbox" name="attr_Sail7_max" value="1" /><span></span>
<input type="radio" name="attr_Sail7" value="0" checked="checked" />
<input type="radio" name="attr_Sail7" value="1" /><span></span>
<input type="radio" name="attr_Sail7" value="2" /><span></span>
<input type="radio" name="attr_Sail7" value="3" /><span></span>
<input type="radio" name="attr_Sail7" value="4" /><span></span>
<input type="radio" name="attr_Sail7" value="5" /><span></span>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_SocializeFavored7" value="1" /><span></span>
<span class="ability">Socialize</span>
<div class="dots">
<input type="checkbox" name="attr_Socialize7_max" value="1"/><span></span>
<input type="radio" name="attr_Socialize7" value="0" checked="checked" />
<input type="radio" name="attr_Socialize7" value="1" /><span></span>
<input type="radio" name="attr_Socialize7" value="2" /><span></span>
<input type="radio" name="attr_Socialize7" value="3" /><span></span>
<input type="radio" name="attr_Socialize7" value="4" /><span></span>
<input type="radio" name="attr_Socialize7" value="5" /><span></span>
</div>
</div>
</div>
</div>
<div class="sheet-3colrow">
<!-- Broker -->
<div class="sheet-col">
<h3 class="ability">Broker</h3>
<div class="ability">
<input type="checkbox" name="attr_BureaucracyFavored7" value="1" /><span></span>
<span class="ability">Bureaucracy</span>
<div class="dots">
<input type="checkbox" name="attr_Bureaucracy7_max" value="1" /><span></span>
<input type="radio" name="attr_Bureaucracy7" value="0" checked="checked" />
<input type="radio" name="attr_Bureaucracy7" value="1" /><span></span>
<input type="radio" name="attr_Bureaucracy7" value="2" /><span></span>
<input type="radio" name="attr_Bureaucracy7" value="3" /><span></span>
<input type="radio" name="attr_Bureaucracy7" value="4" /><span></span>
<input type="radio" name="attr_Bureaucracy7" value="5" /><span></span>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_LinguisticsFavored7" value="1" /><span></span>
<span class="ability">Linguistics</span>
<div class="dots">
<input type="checkbox" name="attr_Linguistics7_max" value="1" /><span></span>
<input type="radio" name="attr_Linguistics7" value="0" checked="checked" />
<input type="radio" name="attr_Linguistics7" value="1" /><span></span>
<input type="radio" name="attr_Linguistics7" value="2" /><span></span>
<input type="radio" name="attr_Linguistics7" value="3" /><span></span>
<input type="radio" name="attr_Linguistics7" value="4" /><span></span>
<input type="radio" name="attr_Linguistics7" value="5" /><span></span>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_RideFavored7" value="1" /><span></span>
<span class="ability">Ride</span>
<div class="dots">
<input type="checkbox" name="attr_Ride7_max" value="1" /><span></span>
<input type="radio" name="attr_Ride7" value="0" checked="checked" />
<input type="radio" name="attr_Ride7" value="1" /><span></span>
<input type="radio" name="attr_Ride7" value="2" /><span></span>
<input type="radio" name="attr_Ride7" value="3" /><span></span>
<input type="radio" name="attr_Ride7" value="4" /><span></span>
<input type="radio" name="attr_Ride7" value="5" /><span></span>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_SailFavored7" value="1" /><span></span>
<span class="ability">Sail</span>
<div class="dots">
<input type="checkbox" name="attr_Sail7_max" value="1" /><span></span>
<input type="radio" name="attr_Sail7" value="0" checked="checked" />
<input type="radio" name="attr_Sail7" value="1" /><span></span>
<input type="radio" name="attr_Sail7" value="2" /><span></span>
<input type="radio" name="attr_Sail7" value="3" /><span></span>
<input type="radio" name="attr_Sail7" value="4" /><span></span>
<input type="radio" name="attr_Sail7" value="5" /><span></span>
</div>
</div>
<div class="ability">
<input type="checkbox" name="attr_SocializeFavored7" value="1" /><span></span>
<span class="ability">Socialize</span>
<div class="dots">
<input type="checkbox" name="attr_Socialize7_max" value="1"/><span></span>
<input type="radio" name="attr_Socialize7" value="0" checked="checked" />
<input type="radio" name="attr_Socialize7" value="1" /><span></span>
<input type="radio" name="attr_Socialize7" value="2" /><span></span>
<input type="radio" name="attr_Socialize7" value="3" /><span></span>
<input type="radio" name="attr_Socialize7" value="4" /><span></span>
<input type="radio" name="attr_Socialize7" value="5" /><span></span>
</div>
</div>
</div>
<!-- Savant -->
<div class="sheet-col">
<h3 class="ability">Savant</h3>
<div class="sheet-col">
<h3 class="ability">Savant</h3>
<div class="ability craft-types">
<input type="checkbox" name="attr_Craft7Favored" value="1" /><span></span>
<span class="ability">Craft</span>
@@ -4382,8 +4375,7 @@
</fieldset>
</div>
</div>
</div>
</div>
<h1 class="separator"><span>Advantages</span></h1>
<div class="sheet-3colrow">