Edit: Very close to being done (just need sprites) when I encountered a problem. When I research the Acid Capsule Gun (changed it from acid cannon) the game crashes. Researching the acid capsule gun should automatically unlock the basic acid capsule and cause the advanced acid capsule research to become available (I decided to make it its own short research project.) Does anyone know what I'm doing wrong (code is listed in spoilers below)?
I think its crashing because the basic acid isn't defined as a research item. Not quite sure how to structure this....
Edit:
Maybe the best way is to add the basic capsule as an item to research, but make its time zero.
Unfortunately GetOneFree is not a guaranteed breakthrough.
Looking at Alien Missions that you can only get through interrogations, they have a very short entry.
- name: STR_ALIEN_RETALIATION
points: 50
needItem: true
so maybe:
- name: STR_ADVANCED_ACID_CAPSULE_PACK
cost: 0
points: 0
dependencies:
- STR_ACID_CAPSULE_GUN
listOrder: 602
And adjust the list order for the advanced capsule.