@paintswap/estfor-definitions 0.1.12 → 0.1.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paintswap/estfor-definitions",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Types and constants for Estfor Kingdom",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.ts CHANGED
@@ -187,7 +187,7 @@ export class Player {
187
187
  name: string = ''
188
188
  lastTimestamp: string = '0'
189
189
  isActive: boolean = false // Is this player the active one for the owner
190
- /* Action Skill Points */
190
+ /* Action XP */
191
191
  woodcuttingXP: i32 = 0
192
192
  firemakingXP: i32 = 0
193
193
  fishingXP: i32 = 0
@@ -197,7 +197,7 @@ export class Player {
197
197
  craftingXP: i32 = 0
198
198
  thievingXP: i32 = 0
199
199
 
200
- /* Combat Skill Points */
200
+ /* Combat XP */
201
201
  healthXP: i32 = 0
202
202
  attackXP: i32 = 0
203
203
  defenceXP: i32 = 0
package/types.js CHANGED
@@ -189,7 +189,7 @@ class Player {
189
189
  name = '';
190
190
  lastTimestamp = '0';
191
191
  isActive = false; // Is this player the active one for the owner
192
- /* Action Skill Points */
192
+ /* Action XP */
193
193
  woodcuttingXP = 0;
194
194
  firemakingXP = 0;
195
195
  fishingXP = 0;
@@ -198,7 +198,7 @@ class Player {
198
198
  smithingXP = 0;
199
199
  craftingXP = 0;
200
200
  thievingXP = 0;
201
- /* Combat Skill Points */
201
+ /* Combat XP */
202
202
  healthXP = 0;
203
203
  attackXP = 0;
204
204
  defenceXP = 0;