Skip to content

Commit

Permalink
Merge pull request #13731 from mrianmerry/feat/pta3-pokemon-advanced-…
Browse files Browse the repository at this point in the history
…class-level

[PokemonTabletopAdventures_v3] New Feature: Adds Hybrid Advanced Class Level Field
  • Loading branch information
BronsonHall authored Jan 30, 2025
2 parents ef8aa2b + de704a1 commit f20641e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 14 additions & 1 deletion PokemonTabletopAdventures_v3/PTA3.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,22 @@ <h3 class="sheet-section-header"><span name="attr_character_name"></span> the <s
<input class="sheet-top-information" name="attr_honor_count" title="Attribute: honor_count" type="number" />
</span>
<b>Advanced Class</b>
<input class="sheet-top-information" name="attr_pokemon_advanced_class" spellcheck="false" title="Attribute: pokemon_advanced_class" type="text" value="Advanced"/>
<span class="sheet-hide-on-mobile">
<input class="sheet-top-information sheet-half-text" name="attr_pokemon_advanced_class" spellcheck="false" title="Attribute: pokemon_advanced_class" type="text" value=" "/>
<b>Level</b>
<input name="attr_level2" title="Attribute: level2" type="number" class="sheet-top-information">
</span>
<span class="sheet-show-on-mobile">
<input class="sheet-top-information" name="attr_pokemon_advanced_class" spellcheck="false" title="Attribute: pokemon_advanced_class" type="text" value=" "/>
</span>
<b>Credits</b>
<input class="sheet-top-information sheet-long-number" name="attr_credits" title="Attribute: credits" type="number" />
<span class="sheet-show-on-mobile">
<b>Level</b>
</span>
<span class="sheet-show-on-mobile">
<input name="attr_level2" title="Attribute: level2" type="number" class="sheet-top-information">
</span>
</div>

<div class="sheet-character-name-grid">
Expand Down
3 changes: 3 additions & 0 deletions PokemonTabletopAdventures_v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Things we want to add to the character sheet, presented in no particular order o

## Changelog

### Jan 28, 2025
- Updated the Hybrid Character to allow entering the advanced class level

### Jan 18, 2025
- Resolved an issue with the repeating sections not showing the edit controls when appropriate

Expand Down

0 comments on commit f20641e

Please sign in to comment.