Skip to content

Commit

Permalink
Merge pull request #12183 from mrianmerry/feat/pta3-adds-advanced-cla…
Browse files Browse the repository at this point in the history
…ss-field

[PokemonTabletopAdventures_v3]: New Feature - Adds advanced class to hybrid character details
  • Loading branch information
mperes authored Sep 25, 2023
2 parents fa2641f + 37756b1 commit aa3d127
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PokemonTabletopAdventures_v3/PTA3.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@
<input class="sheet-top-information" name="attr_level1" title="Attribute: level1" type="number" />
<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" />
<b>Credits</b>
<input class="sheet-top-information sheet-long-number" name="attr_credits" title="Attribute: credits" type="number" />
</div>
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

### Sep 23, 2023
- Added an Advanced Class section to the Hybrid sheet's character details section

### Feb 22, 2023
- It's the Form Changes update!
- Added Terastallization, Dynamax/Gigantamax, Mega Evolution, and 3 fully customizable form changes
Expand Down

0 comments on commit aa3d127

Please sign in to comment.