edit: Some of the things I tried which did not seem to work before may have in fact been working solutions. I was not getting any results because I had capitalized the "r" in "research:".
edit 2: I tried to do this again with manufacture dependencies and discovered that while the [] command does clear dependencies, there seems to be no way to re-declare them afterward. Deleting the section and re-creating it works like a charm, however.
manufacture:
- delete: STR_HOVERTANK_PLASMA
- name: STR_HOVERTANK_PLASMA
category: STR_HEAVY_WEAPONS_PLATFORM
requires:
- STR_PLASMA_CANNON
- STR_UFO_CONSTRUCTION
space: 30
time: 1200
cost: 850000
requiredItems:
STR_ALIEN_ALLOYS: 5
STR_ELERIUM_115: 30
-------------------------------------------------------------------------------------------
I am trying to make the STR_NEW_FIGHTER_TRANSPORTER research only require STR_UFO_CONSTRUCTION. I can tell it to have that dependency, but it doesn't get rid of the other existing dependency: STR_NEW_FIGHTER_CRAFT.
Research:
- name: STR_NEW_FIGHTER_TRANSPORTER
cost: 700
points: 30
dependencies:
- STR_UFO_CONSTRUCTION
- name: STR_ULTIMATE_CRAFT
cost: 900
points: 30
dependencies:
- STR_NEW_FIGHTER_CRAFT
- STR_NEW_FIGHTER_TRANSPORTER