Search found 1 match
- Sat Nov 02, 2024 2:26 am
- Forum: Modding interface requests
- Topic: [2.0.13] percent_spoiled applies additively in recipes with spoilable ingredients
- Replies: 2
- Views: 160
[2.0.13] percent_spoiled applies additively in recipes with spoilable ingredients
I'm trying to create a recipe that turns one fish into two fish that are 50% spoiled. The problem is that the spoiled amount is subtracted from the ingredients rather than multiplying the spoilage of the ingredients. Expected results: 60% -> 30% -> 15% -> etc.. Actual result: 60% -> 10% -> spoilage ...