Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Added Character Sheet Vue * Added Placeholder Skills and Stats tables * Updates to Stats table formatting * Added profeciency and styling to skills table * added races, classes, subclasses * added dynamic ability scores * fixed dynamic ability score logic to use watch * Working on profeciency checkbox bug * fixed checkbox bug and generalized stats table * update skills to be dynamically populated * added image url picker * Added saving and loading * Character Builder BETA (initial build) (#1) * Added Character Sheet Vue * Added Placeholder Skills and Stats tables * Updates to Stats table formatting * Added profeciency and styling to skills table * added races, classes, subclasses * added dynamic ability scores * fixed dynamic ability score logic to use watch * Working on profeciency checkbox bug * fixed checkbox bug and generalized stats table * update skills to be dynamically populated * added image url picker * Added saving and loading * Added backgrounds import * Added tabs and weapons logic * Move save load into component * fixed loading character bug * Got live save/load working with some cache bug * Fixed cache bug * added delete weapon functionality * Added start of powers header * Added max tech point calculations * added tech point limit * Added Caster Atribute * Added flex ordering to powers * Added biotics header info * Added Sentinel logic * added spell lookup * updated weapons and armor to match power architecture * Added character info tab searching * added vertical tabbing in character info * added vertical tab styling * added "other" section * style updates * added max hp * Added barrier filtering by class * Character Builder v1.0 * Added Character Sheet Vue * Added Placeholder Skills and Stats tables * Updates to Stats table formatting * Added profeciency and styling to skills table * added races, classes, subclasses * added dynamic ability scores * fixed dynamic ability score logic to use watch * Working on profeciency checkbox bug * fixed checkbox bug and generalized stats table * update skills to be dynamically populated * added image url picker * Added saving and loading * Added backgrounds import * Added tabs and weapons logic * Move save load into component * fixed loading character bug * Got live save/load working with some cache bug * Fixed cache bug * added delete weapon functionality * Added start of powers header * Added max tech point calculations * added tech point limit * Added Caster Atribute * Added flex ordering to powers * Added biotics header info * Added Sentinel logic * added spell lookup * updated weapons and armor to match power architecture * Added character info tab searching * added vertical tabbing in character info * added vertical tab styling * added "other" section * style updates * added max hp * Added barrier filtering by class * installed tiptap-vuetify 1.0.0 * added traits wysiwyg * generalized code into DocumentCollector.vue component * Added class features and dynamic template calc * Added all document collectors * Bug fixes for document collector * level validation and moved barrier usage * added import warning and some object validation Co-authored-by: bdc4 <[email protected]>
- Loading branch information