File Details
ordertocook-1.2.1.jar
- R
- Feb 25, 2026
- 528.72 KB
- 42
- 1.21.1
- Fabric
File Name
ordertocook-1.2.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Reset the calculation formula for order reward generation
The current calculation formula is (Basic Order Reward + Rush Order Reward) × Delivery Multiplier + Order Saturation Bonus + Tip
Where:
- Basic Order Reward is the base value for different order levels (configurable in the configuration file)
- Rush Order Reward defaults to 3 (configurable in the configuration file)
- Delivery Multiplier (Normal delivery is 1.8, long-distance delivery is 4, and is affected by restaurant level improvement; at level 8 restaurant, it becomes 3.6 and 8.2)
- Order Saturation Bonus (New concept, calculated as total saturation in the order × level coefficient, encouraging players to sell high-saturation (high-complexity) food)
- Tip (Defaults to 1-3, during rainy days becomes 3-5)

