Has anyone else noticed this? there is no 25% hit points improvement on the Stellar Forge (Arcean Tree).
Code: xml
- <Improvement>
- <S_InternalName>Doomsday Generator</S_InternalName>
- <S_Name>Doomsday Generator</S_Name>
- <AI>0</AI>
- <S_Type>GalacticAchievement</S_Type>
- <Maintenance>25</Maintenance>
- <Cost>200</Cost>
- <S_BriefDescription>Allows construction of incredibly lethal star ships.</S_BriefDescription>
- <S_Description>Uses tremendous levels of dark energy to create the "Doom" armor coating that can be applied to our hulls which gives them a 50% advantage in hit points when built on this planet. It is, however, extremely expensive.</S_Description>
- <S_IconName>EngineFactory.png</S_IconName>
- <S_QueryGraphicName>EngineFactory.png</S_QueryGraphicName>
- <CanHaveAgents>0</CanHaveAgents>
- <Indestructable>1</Indestructable>
- <S_TechRequirement>UnimaginableDestruction</S_TechRequirement>
- <Industry>5</Industry>
- <StarshipHPBonus>50</StarshipHPBonus>
- <ManufactureBonus>10</ManufactureBonus>
- </Improvement>
The Drath have the Doomsdaygenerator where they get +50% in HP and it's clearly in the xml
Code: xml
- <Improvement>
- <S_InternalName>Doomsday Generator</S_InternalName>
- <S_Name>Doomsday Generator</S_Name>
- <AI>0</AI>
- <S_Type>GalacticAchievement</S_Type>
- <Maintenance>25</Maintenance>
- <Cost>200</Cost>
- <S_BriefDescription>Allows construction of incredibly lethal star ships.</S_BriefDescription>
- <S_Description>Uses tremendous levels of dark energy to create the "Doom" armor coating that can be applied to our hulls which gives them a 50% advantage in hit points when built on this planet. It is, however, extremely expensive.</S_Description>
- <S_IconName>EngineFactory.png</S_IconName>
- <S_QueryGraphicName>EngineFactory.png</S_QueryGraphicName>
- <CanHaveAgents>0</CanHaveAgents>
- <Indestructable>1</Indestructable>
- <S_TechRequirement>UnimaginableDestruction</S_TechRequirement>
- <Industry>5</Industry>
- <StarshipHPBonus>50</StarshipHPBonus>
- <ManufactureBonus>10</ManufactureBonus>
- </Improvement>
Although StarshipQualityBonus tag seems to have been replaced with StarshipHPBonus
I'm not convinced I'm not missing something.