I'am trying to design a terraformer ship component that convert a dead planet to an habitable planet when a colony ship is going to a dead planet. I discovered an action named "ConvertDeadPlanet" but the problem I have are:
- which event I should choose to trigger this action ?
- What are the parameters for this action ?
- Can this action target a single planet or is it for converting a large number of random planets ?
I tried the event "OnColonizePlanet", with one parameter to define the new planet quality, but it doesn't work. So, is there an event name for a ship going to a planet ? Or for a colony ship trying to colonize a dead planet ?
And If it is possible to convert dead planets, I suppose the AI will not be able to use this ship component because it is somewhere programmed to avoid sending colony ships to dead planets ?