@paintswap/estfor-definitions 1.0.190 → 1.0.191

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/constants.js CHANGED
@@ -2161,7 +2161,7 @@ exports.PET_ONEKIN_HEALTH_TIER4 = exports.ONEKIN_MIN_TIER4 + 4;
2161
2161
  exports.PET_ONEKIN_MELEE_AND_DEFENCE_TIER4 = exports.ONEKIN_MIN_TIER4 + 5;
2162
2162
  exports.PET_ONEKIN_MAGIC_AND_DEFENCE_TIER4 = exports.ONEKIN_MIN_TIER4 + 6;
2163
2163
  exports.PET_ONEKIN_RANGED_AND_DEFENCE_TIER4 = exports.ONEKIN_MIN_TIER4 + 7;
2164
- exports.ONEKIN_MAX_TIER4 = exports.PET_ONEKIN_RANGED_AND_DEFENCE_TIER3;
2164
+ exports.ONEKIN_MAX_TIER4 = exports.PET_ONEKIN_RANGED_AND_DEFENCE_TIER4;
2165
2165
  exports.ONEKIN_MIN_TIER5 = exports.ONEKIN_MIN_TIER4 + 50;
2166
2166
  exports.PET_ONEKIN_MELEE_TIER5 = exports.ONEKIN_MIN_TIER5;
2167
2167
  exports.PET_ONEKIN_MAGIC_TIER5 = exports.ONEKIN_MIN_TIER5 + 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paintswap/estfor-definitions",
3
- "version": "1.0.190",
3
+ "version": "1.0.191",
4
4
  "description": "Types and constants for Estfor Kingdom",
5
5
  "repository": {
6
6
  "type": "git",
package/src/constants.ts CHANGED
@@ -2201,7 +2201,7 @@ export const PET_ONEKIN_HEALTH_TIER4 = ONEKIN_MIN_TIER4 + 4
2201
2201
  export const PET_ONEKIN_MELEE_AND_DEFENCE_TIER4 = ONEKIN_MIN_TIER4 + 5
2202
2202
  export const PET_ONEKIN_MAGIC_AND_DEFENCE_TIER4 = ONEKIN_MIN_TIER4 + 6
2203
2203
  export const PET_ONEKIN_RANGED_AND_DEFENCE_TIER4 = ONEKIN_MIN_TIER4 + 7
2204
- export const ONEKIN_MAX_TIER4 = PET_ONEKIN_RANGED_AND_DEFENCE_TIER3
2204
+ export const ONEKIN_MAX_TIER4 = PET_ONEKIN_RANGED_AND_DEFENCE_TIER4
2205
2205
 
2206
2206
  export const ONEKIN_MIN_TIER5 = ONEKIN_MIN_TIER4 + 50
2207
2207
  export const PET_ONEKIN_MELEE_TIER5 = ONEKIN_MIN_TIER5