@paintswap/estfor-definitions 0.1.1 → 0.1.2

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/README.md CHANGED
@@ -13,7 +13,5 @@ Types and Constants for Estfor
13
13
 
14
14
  yarn add @estfor/definitions
15
15
 
16
- import { BRONZE_HELMET } from '@paintswap/estfor-definitions/dist/estforConstants'
17
-
18
- import { Skill } from '@paintswap/estfor-definitions/dist/estforTypes'
16
+ import { EstforConstants, EstforTypes } from '@paintswap/estfor-definitions'
19
17
 
@@ -113,3 +113,14 @@ export declare const defaultInputItem: {
113
113
  boostValue: number;
114
114
  boostDuration: number;
115
115
  };
116
+ export declare const noAttire: {
117
+ helmet: number;
118
+ amulet: number;
119
+ armor: number;
120
+ gauntlets: number;
121
+ tassets: number;
122
+ boots: number;
123
+ ring: number;
124
+ reserved1: number;
125
+ queueId: number;
126
+ };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.defaultInputItem = exports.emptyStats = exports.EquipPosition = exports.Skill = exports.BoostType = void 0;
3
+ exports.noAttire = exports.defaultInputItem = exports.emptyStats = exports.EquipPosition = exports.Skill = exports.BoostType = void 0;
4
4
  var BoostType;
5
5
  (function (BoostType) {
6
6
  BoostType[BoostType["NONE"] = 0] = "NONE";
@@ -68,3 +68,14 @@ exports.defaultInputItem = {
68
68
  boostValue: 0,
69
69
  boostDuration: 0,
70
70
  };
71
+ exports.noAttire = {
72
+ helmet: 0,
73
+ amulet: 0,
74
+ armor: 0,
75
+ gauntlets: 0,
76
+ tassets: 0,
77
+ boots: 0,
78
+ ring: 0,
79
+ reserved1: 0,
80
+ queueId: 0, // Doesn't matter
81
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paintswap/estfor-definitions",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Types and constants for Estfor",
5
5
  "repository": {
6
6
  "type": "git",