___________________________________________________________________________________________________________________________
This mod is another Content Patcher extension that lets you specify daily item production of any object that calls DayUpdate (big craftables, but also stones, etc.).
To tell this mod about a product, use the following Content Patcher syntax (e.g.):
{ <br /> "Format": "1.23.0", <br /> "Changes": [ <br /> { <br /> "Action": "EditData", <br /> "Target": "custom_object_production_dictionary", <br /> "Entries": { <br /> "Meat Vat": { <br /> "infoList": <br /> [ <br /> { <br /> "id":"684", <br /> "min": 1, <br /> "max": 2, <br /> "weight": 200 <br /> }, <br /> { <br /> "id":"766", <br /> "min": 1, <br /> "max": 3, <br /> "weight": 40 <br /> }, <br /> { <br /> "id":"680", <br /> "min": 1, <br /> "max": 1, <br /> "weight": 4 <br /> }, <br /> { <br /> "id":"413", <br /> "min": 1, <br /> "max": 1, <br /> "weight": 3 <br /> }, <br /> { <br /> "id":"439", <br /> "min": 1, <br /> "max": 1, <br /> "weight": 2 <br /> }, <br /> { <br /> "id":"857", <br /> "min": 1, <br /> "max": 1, <br /> "weight": 1 <br /> }, <br /> ] <br /> } <br /> } <br /> } <br /> ] <br />}
custom_object_production_dictionary is the path this mod uses to populate the list of objects that are producing something on a given day.
Entry keys can be either the name of the object or the parent sheet index, but a string either way. Entry values are objects with the following keys:
Limitations
About Project
Created: September 6th 2023
Updated: September 6th 2023
Project ID: 2754
License: All Rights Reserved
__________________________________________
Game Versions:
1.01.03
1.01.03
1.01.03
1.01.03
1.01.03
__________________________________________
Flavors:
WoW Retail
__________________________________________
Categories
Companions
Battle
__________________________________________
Main File
September 6th 2023
__________________________________________
Recent File
September 6th 2023
__________________________________________
Members
__________________________________________
Report