@wayward/types 2.11.2-beta.dev.20220105.2 → 2.11.2-beta.dev.20220106.1

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.
@@ -49,11 +49,11 @@ export declare const ISLAND_TRAVEL_TIME_SEAFARING_SKILL_REDUCTION_MULTIPLIER = 0
49
49
  /**
50
50
  * Metabolic stat loss is `travelTime * this multiplier`
51
51
  */
52
- export declare const PLAYER_TRAVEL_METABOLIC_STAT_REDUCTION_MULTIPLIER = 0.075;
52
+ export declare const PLAYER_TRAVEL_METABOLIC_STAT_REDUCTION_MULTIPLIER = 0.2;
53
53
  /**
54
54
  * Stamina loss is `this reduction / Math.log2(boat tier)`
55
55
  */
56
- export declare const PLAYER_TRAVEL_BOAT_STAMINA_STAT_REDUCTION = 20;
56
+ export declare const PLAYER_TRAVEL_BOAT_STAMINA_STAT_REDUCTION = 40;
57
57
  /**
58
58
  * Stat loss is `this reduction / Math.log2(boat tier)`
59
59
  */
@@ -61,8 +61,8 @@ export declare const PLAYER_TRAVEL_CIVILIZATION_STAT_REDUCTION = 5;
61
61
  /**
62
62
  * Stamina loss is `lerp(this range, skill percentage)`
63
63
  * This works out to:
64
- * - 80% skill (required for swimming to another island) = ~54 stamina lost
65
- * - 100% skill = 30 stamina lost
64
+ * - 80% skill (required for swimming to another island) = ~108 stamina lost
65
+ * - 100% skill = 60 stamina lost
66
66
  * - 125% skill = 0 stamina lost
67
67
  */
68
68
  export declare const PLAYER_TRAVEL_SWIM_STAMINA_STAT_REDUCTION: IRange;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.11.2-beta.dev.20220105.2",
4
+ "version": "2.11.2-beta.dev.20220106.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",