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
Please just copy and paste the specific part, not the whole file. :)
"id":"timer",
"conditions":[
{"tank":{"hostsMany":[{"id":"prickly_lanternfish","quantity":16},{"tag":"animal","differentSpec":true,"nonImmobile":true,"quantity":3}],"isFiltered":true,"isChilled":true}},
{"timer":{"ticksRemaining":7200,"insert":true}}
]
},
Here is the one I tried and failed
What you describe here would happen if...
"insert":true,
...was in the wrong place, on the tank condition rather than the timer condition:
{"tank":{"hostsMany":[{"id":"prickly_lanternfish","quantity":16},{"tag":"animal","differentSpec":true,"nonImmobile":true,"quantity":3}],"isFiltered":true,"isChilled":true,"insert":true}},
But in the code you copied for me, you actually have it in the right place - on the timer line.
Maybe have another close look at your file and make sure everything is as it should be. A good tactic is to simplify to reduce variables. Remove all but the objective you copied and pasted and see if that works first. It works fine at my end. Then slowly add in other objectives one by one and see when it goes wrong. Trial and error.