PoracleJS icon indicating copy to clipboard operation
PoracleJS copied to clipboard

add *Eng for the pokemons in the `weatherchange` dts

Open TiMXL73 opened this issue 1 year ago • 0 comments

Description

Added the following that can be used in the activePokemons of the weatherchange dts:

  • nameEng
  • fullNameEng
  • formNameEng
  • formNormalised
  • formNormalisedEng

Ex:

{{#each activePokemons}}**{{this.fullNameEng}}** - {{round this.iv}}% - {{this.cp}}CP\n{{/each}}

Running locally in production for a while. Same logic as found in monster.js

TiMXL73 avatar Feb 16 '24 23:02 TiMXL73