* Move exp to its own masterlist, simplify initVariantData
* Update test/sprites/pokemonSprite.test.ts
* Extract loadPokemonVariantAssets out of BattleScene
* move variant.ts and update pokemon.loadAssets
* Add fuzzy matching for applying variant recolors
* Move glsl shaders to their own files
* Remove extra variants from shader masterlist
Their exp sprites have since been removed.
Co-authored-by: Unicorn_Power <189861924+Unicornpowerstar@users.noreply.github.com>
* Make exp sprite keys a set instead of an array
* Remove outdated exp sprite jsons
Co-authored-by: Unicorn_Power <189861924+Unicornpowerstar@users.noreply.github.com>
---------
Co-authored-by: Unicorn_Power <189861924+Unicornpowerstar@users.noreply.github.com>
* 749-750 animation updated.
* Fix the animation json error plus missing files.
back shiny had placement issues and needed to be redone and i forgot to include the static updates.
* Remove the code that got merged by accident again
* Wishiwashi and schooling animations 746
* 728-729-730 Animation implementation
also Variant compatibility
* Final touch ups for 728-729-730
* Yes...... another undo redo
* 2037-2038 Alolan vulpix line animations
plus the Primarina back exp I show how missed
* 2074-2075-2076- animations
plus fixing the back shiny vulpix sprite not working correctly
* 2088-2089 animation and variant support.
* Fixing the base shiny 730
* 780 animation update
* Terrain/weather-extender item
* Fixing indexing for the sprite atlas
* Re-export item atlas, fix extender item's name
Spaces in names use underscores instead of hyphens
---------
Co-authored-by: Madmadness65 <blaze.the.fireman@gmail.com>
* Create new turnData field for tracking damageResults, check for HitResult in Reviver Seed modifier
* Optional chaining for cases like stealth rock
* Adds HitResult.SELF for confusion to distinguish from indirect damage
* Adds HitResult.SELF to damage sound effect switch
* Cover edge case of salt cure, insert HitResult for ALL damage regardless of optional variable
* Change Liquid Ooze HitResult to OTHER from HEAL
* Adjust OHKO moves to not bypass endure or RSeed
* Add tests for reviver seed
* Fixes endure to no longer block indirect damage, updates weather damage to be HitResult.OTHER, adds/fixes unit test
* Change destiny bond to HitResult.OTHER so it doesn't trigger rseed
* Adds destiny bond unit test
* Creates additional unit tests for endure
* Rename SELF hitresult to CONFUSION
* Update CONFUSION enum
* Refactors implementation per Wlowscha's suggestions: removes damageSources array and preventEndure variable
* Rename HitResult.OTHER to INDIRECT, create INDIRECT_KO for PSong/DBond, add functionality for INDIRECT_KO to damageanim/number handler
* Fixes hit result for stealth rock
* Removes unnecessary check, makes DamageResult default to EFFECTIVE, updates remaining damageAndUpdate calls to use INDIRECT
* Refactors damageAndUpdate to replace optional parameters with object parameter
* Fixes based on Kev's suggestions
* Updates tsdocs for damageAndUpdate
* Fix merge conflict
---------
Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
* fixing the naming in exp-sprite.json
* Did the same thing to 931
* Undo for 3 pokemons due to exp animation quality.
* Corrected the Indicator for the exp being disabled
* Charcadet line exp disable
* Variant json and deletion of the pngs
* Variant color adjustment
adjusted some color that werent mapped correctly.
adjusted some colors due to contrast issues
* Fixing the reason sprite test kept failing.
.....669
* [Sprite] Vivillion back exp change and scuff fix
scuff is the incorrect labeling in the exp-sprite.json.
fully updated meadow pattern.
all incorrect labeled back sprites are no more a thing.
* fix the last issues with Shiny exp backs
* Last adjustment for the future variant Pr
added 1 color
* 718 and 718-10 exp change and removal of experimental
* 719 exp change and removal of exp
* 362-mega exp change
* 248-mega exp change
* Fix missing pixels on 248-mega back-exp
* screwing up the master.json to properly commit it
Somehow its ignoring the master.json changes when checking mega tyranitar
* Reverted the screw up on Master.json
Trying to fix so test check the correct files and not look for a png that dont exists
* update the exp-sprites.json
after Kev gave me the Info I needed I did this
* fix it and pokemonSprites text is passing
* Final Adjustment for the colors regarding 248-mega.
Adjusted the colors so that it would GLOW and not become darker.
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
* 653-654 exp change
* 656 exp change
* 664-665 + 663 exp change.
Will need to remove Exp need in the future
* 714 exp change and removal of Experimental need
Its a better improved version of what we already had all around.
* 656 exp change + static change
Undoing the smiling froakie sadge
* 715 files and base fix
I fix the sprite bug that has been around for the longest time. HELL YEAH
* Finishing touches to 654 variants
Gave Braxien tier 2 and tier 3 custom fire color matching the variants for contrast.
* 707 Klefki animation change and removal of experimental need
Animation is high enough quality plus personality for the pokemon that there wont be a need to try and make 1 better. this is the best animation for klefki
* 704-705 change of exp + 707 Experimental removal
* +707
fix a Json over sight and now are displaying properly
* 708 animation change and removal of Experimental need
Phantump's animation quality is already top notch and dont need to stay in exp prison
* 692-693 exp change
* Commit old stashed changes
* Complete basic implementation of Tera
* Fix effectiveness test
* Make tera retain until forced recall or faint, regain on biome change
* Experimental sparkle fix
* Fix champion teras
* Attempted fix for double battles tera UI bug
* Fix the fix
* Fix linting and test issues
* Fix more tests
* Change int type
* Implement tera for ME trainers
* Cleanup species inclusivity check
* Make tera instant recharge if terapagos in party
* Make useless tera shards not generate
* Implement stellar tera damage boost
* Improve tera selection UI
* Tidy up animation and localisation
* Improve tera button sprite
* Fix Lance tera
* Make tera instant recharge during E4 in classic modes.
* Fix formatting in the tera common animation
The animation was also not playing due to `frameTimedEvents` being missing as well.
* Make tera effect start after animation
* Implement save migration
* Update version number for migration code
---------
Co-authored-by: Madmadness65 <blaze.the.fireman@gmail.com>
Co-authored-by: Madmadness65 <59298170+Madmadness65@users.noreply.github.com>