1
Help / How to unlock multiply projects using getOneFree?
« on: May 30, 2022, 02:25:39 pm »
According wiki getOneFree unlocks "bonus" research projects that may be granted when completing this project. I want some cheating - researching live aquatoid medic could give deep one autopsy but not unlock aqua plastics with it. Can I change list of "bonuses" to unlock autopsy and plastic together? I'm tried item section and putting there aqua plastic depends on corpse it works, but if I add another lines with same item only first working. So I stuck here. Is it even possible? Some examples what I mean:
Case 1:
Case 2 with ',' separator:
Modifying item section:
Any suggestions?
Case 1:
Code: [Select]
getOneFree:
- STR_DEEP_ONE_AUTOPSY
unlocks:
- STR_AQUA_PLASTICS
Not working. Case 2 with ',' separator:
Code: [Select]
getOneFree:
- STR_DEEP_ONE_AUTOPSY, - STR_AQUA_PLASTICS
Not working.Modifying item section:
Code: [Select]
- name: STR_AQUA_PLASTICS
cost: 120
points: 20
listOrder: 327
dependencies:
- STR_DEEP_ONE_AUTOPSY
- name: STR_AQUA_PLASTICS
cost: 120
points: 20
listOrder: 327
dependencies:
- STR_XARQUID_AUTOPSY
Working only on deep one but ignores xarquid.Any suggestions?