@wayward/types 2.15.3-beta.dev.20260203.1 → 2.15.3-beta.dev.20260210.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.
@@ -11,7 +11,7 @@
11
11
  import { Action } from "@wayward/game/game/entity/action/Action";
12
12
  import { ActionArgument, ActionType } from "@wayward/game/game/entity/action/IAction";
13
13
  import { ItemTypeGroup, RecipeLevel } from "@wayward/game/game/item/IItem";
14
- export declare const ACTION_LEARN_RECIPE_OF_ISLAND_MULTIPLIER = 8;
14
+ export declare const ACTION_LEARN_RECIPE_OF_ISLAND_MULTIPLIER = 15;
15
15
  export declare const ACTION_LEARN_RECIPE_WORTH_PENALTY_MULTIPLIER = 2;
16
16
  export declare const ACTION_LEARN_RECIPE_LEVEL_WEIGHTS: Record<RecipeLevel, number>;
17
17
  export declare const ACTION_LEARN_RECIPE_ITEM_GROUP_WEIGHTS: PartialRecord<ItemTypeGroup, number>;
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.15.3-beta.dev.20260203.1",
4
+ "version": "2.15.3-beta.dev.20260210.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",