1
Help / OXCE, research: requires + cost ?
« on: December 28, 2024, 04:25:14 pm »
Defining both "requires" and "cost" (cost != 0) on a research topic is not allowed.
How should I define the Dimensional Probe research topic:
- at least one UFO must be researched (each UFO "unlocks" STR_DIMENSIONAL_PROBE).
- STR_ALIEN_CONTROL_SYSTEM, STR_ALIEN_POWER_SOURCE and STR_ALIEN_PROPULSION_SYSTEM must be all researched.
- the research topic itself has a cost.
It the only way to split it in two research topics?
Current ruleset:
Thanks
How should I define the Dimensional Probe research topic:
- at least one UFO must be researched (each UFO "unlocks" STR_DIMENSIONAL_PROBE).
- STR_ALIEN_CONTROL_SYSTEM, STR_ALIEN_POWER_SOURCE and STR_ALIEN_PROPULSION_SYSTEM must be all researched.
- the research topic itself has a cost.
It the only way to split it in two research topics?
Current ruleset:
Code: [Select]
- name: STR_DIMENSIONAL_PROBE # fake craft
cost: 120
points: 10
requires:
- STR_ALIEN_CONTROL_SYSTEM
- STR_ALIEN_POWER_SOURCE
- STR_ALIEN_PROPULSION_SYSTEM
dependencies:
- STR_UFO_ABDUCTOR
- STR_UFO_AGGRESSOR
- STR_UFO_ASSAULT_SHIP
- STR_BATTLESHIP
- STR_UFO_BOMBER
- STR_UFO_CARRIER
- STR_UFO_INCURSOR
- STR_UFO_MOTHERSHIP
- STR_UFO_PROBE
- STR_UFO_SCOUT
- STR_SUPPLY_SHIP
- STR_TERROR_SHIP
needItem: false
Thanks