Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://cs2bus.com/sharedfiles/filedetails/?id=3284543091
Would it be possible for you to add test ops to the patches that affect rot times? Betabound also changes the rot times of jams, although it changes it to 30h instead of 9h. With test ops, your mod will notice if other mods change the rot time of those items and not change them further
Here's how one of your patches would look with a test op! The extra [] square brackets are required for the test op
[code]
[
[{
"op": "replace",
"path": "/foodValue",
"value": 25
}],
[{
"op": "test",
"path": "/rottingMultiplier",
"value": 1.0
}, {
"op": "replace",
"path": "/rottingMultiplier",
"value": 3.0
}
]
]
[/code]