Skip to content

Commit cd8c886

Browse files
committed
Rename setting to match latest update
1 parent 68418a2 commit cd8c886

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

windroseconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,16 +315,16 @@
315315
"EnumValues": {}
316316
},
317317
{
318-
"DisplayName": "Craft Cost Multiplier",
318+
"DisplayName": "Craft Efficiency Multiplier",
319319
"Category": "Windrose:stadia_controller",
320320
"Subcategory": "WindrosePlus:extension:2",
321-
"Description": "Sets the crafting resource cost multiplier. 0.5 = half the normal crafting cost",
322-
"Keywords": "crafting,cost,multiplier,multipliers.craft_cost",
323-
"FieldName": "multipliers.craft_cost",
321+
"Description": "Sets the crafting efficiency multiplier. 2.0 = half the normal crafting cost (lower ingredient counts), 0.5 = double the normal crafting cost (higher ingredient counts)",
322+
"Keywords": "crafting,efficiency,multiplier,multipliers.craft_efficiency",
323+
"FieldName": "multipliers.craft_efficiency",
324324
"InputType": "number",
325325
"MinValue": "0.1",
326326
"MaxValue": "100",
327-
"ParamFieldName": "$.multipliers.craft_cost",
327+
"ParamFieldName": "$.multipliers.craft_efficiency",
328328
"DefaultValue": "1.0",
329329
"Placeholder": "1.0",
330330
"MultipleOf": "0.000001",

windrosewindrose_plus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"points_per_level": 1.0,
2626
"crop_speed": 1.0,
2727
"cooking_speed": 1.0,
28-
"craft_cost": 1.0
28+
"craft_efficiency": 1.0
2929
},
3030
"debug": {
3131
"log_level": "info"

0 commit comments

Comments
 (0)