|
294 | 294 | "name": "Event Story", |
295 | 295 | "help": "" |
296 | 296 | }, |
| 297 | + "IslandProductionPlanner": { |
| 298 | + "name": "Island Production Planner", |
| 299 | + "help": "Planner for optimizing island production plan to earn pt subject to given daily profit.\nWill export bootstrap inventory stock quantities and accumulating item quantities to config after running, which can be used for production planning in the future without scanning technology again.\nNote: The production plan is optimized based on the technology status at the time of scanning, if there are changes in technology status, it is recommended to run the planner again to get an updated production plan." |
| 300 | + }, |
297 | 301 | "Benchmark": { |
298 | 302 | "name": "Performance Test", |
299 | 303 | "help": "" |
|
2590 | 2594 | }, |
2591 | 2595 | "StockFloorItems": { |
2592 | 2596 | "name": "Stock Floor Items", |
2593 | | - "help": "Hard stock floor for each item\nNormal orders and recipe ingredient usage will not spend below this amount\nExample format:\n(item name on the current server): (quantity)" |
| 2597 | + "help": "Hard stock floor for each item\nNormal orders and recipe ingredient usage will not spend below this amount\nPlanner-exported restaurant dishes are kept at least at restaurant capacity\nExample format:\n(item name on the current server): (quantity)" |
2594 | 2598 | }, |
2595 | 2599 | "DailyBufferItems": { |
2596 | 2600 | "name": "Daily Buffer Items", |
|
2774 | 2778 | "False": "False" |
2775 | 2779 | } |
2776 | 2780 | }, |
| 2781 | + "IslandProductionPlanner": { |
| 2782 | + "_info": { |
| 2783 | + "name": "Island Production Planner", |
| 2784 | + "help": "Will use linear programming to optimize the production plan for the island based on the parameters you set and generate the config for Island Production module.\nPlease set Island Restaurant config and Island Production Preserved Items first.\nClear Task status to rerun Island Technology Scanner." |
| 2785 | + }, |
| 2786 | + "RescanIslandTechnology": { |
| 2787 | + "name": "Rescan Island Technology this time", |
| 2788 | + "help": "Alas will rescan the island technology and update the config for Island Production module with the new technology levels\nThis is useful when you have just upgraded your island technology and want to update the production plan accordingly." |
| 2789 | + }, |
| 2790 | + "DailyProfitLowerLimit": { |
| 2791 | + "name": "Daily Profit Lower Limit", |
| 2792 | + "help": "Negative value means accepting a daily loss, 0 means breaking even, and positive value means profit." |
| 2793 | + }, |
| 2794 | + "DailyBufferSafetyMargin": { |
| 2795 | + "name": "Daily Buffer Safety Margin", |
| 2796 | + "help": "Multiplier margin applied to planner-generated daily buffer. 0.2 means exporting 120% of the calculated daily demand." |
| 2797 | + }, |
| 2798 | + "FieldsEfficiency": { |
| 2799 | + "name": "Faircrop Fields Efficiency", |
| 2800 | + "help": "See character collecting reward for your value", |
| 2801 | + "0": "0", |
| 2802 | + "0.04": "0.04", |
| 2803 | + "0.12": "0.12" |
| 2804 | + }, |
| 2805 | + "OrchardEfficiency": { |
| 2806 | + "name": "Sweetscent Orchard Efficiency", |
| 2807 | + "help": "See character collecting reward for your value", |
| 2808 | + "0": "0", |
| 2809 | + "0.04": "0.04", |
| 2810 | + "0.12": "0.12" |
| 2811 | + }, |
| 2812 | + "NurseryEfficiency": { |
| 2813 | + "name": "Newsprout Nursery Efficiency", |
| 2814 | + "help": "See character collecting reward for your value", |
| 2815 | + "0": "0", |
| 2816 | + "0.04": "0.04", |
| 2817 | + "0.12": "0.12" |
| 2818 | + } |
| 2819 | + }, |
2777 | 2820 | "Benchmark": { |
2778 | 2821 | "_info": { |
2779 | 2822 | "name": "Performance Test", |
|
0 commit comments