News

[Typo][v1.01] Drengin invasion immunity specialization text mixup.

Posted on Sunday, May 24, 2015
Code: xml
  1. <StringTable>
  2. <Label>DrenginDefensiveFocus1_Name</Label>
  3. <String>Information Systems Hardening</String>
  4. </StringTable>
  5. <StringTable>
  6. <Label>DrenginDefensiveFocus1_ShortDec</Label>
  7. <String>Makes all colonies Immune to planetary bombardment.</String>
  8. </StringTable>
  9. <StringTable>
  10. <Label>DrenginDefensiveFocus1_Dec</Label>
  11. <String> Informational warfare is a cowardly way to fight, and if any food species try this on us, they won't get far. Come at us honestly, food species.</String>
  12. </StringTable>
  13. <StringTable>
  14. <Label>DrenginDefensiveFocus2_Name</Label>
  15. <String>Adaptive Vaccinations</String>
  16. </StringTable>
  17. <StringTable>
  18. <Label>DrenginDefensiveFocus2_ShortDec</Label>
  19. <String>Makes all colonies Immune to information warfare.</String>
  20. </StringTable>
  21. <StringTable>
  22. <Label>DrenginDefensiveFocus2_Dec</Label>
  23. <String>With the right vaccinations for our colonists, soon even alien bacteria and viruses will tremble at the might of Drengin immune systems!</String>
  24. </StringTable>
  25. <StringTable>
  26. <Label>DrenginDefensiveFocus3_Name</Label>
  27. <String>Orbital Defense Platform</String>
  28. </StringTable>
  29. <StringTable>
  30. <Label>DrenginDefensiveFocus3_ShortDec</Label>
  31. <String>Makes all colonies Immune to biological warfare.</String>
  32. </StringTable>
  33. <StringTable>
  34. <Label>DrenginDefensiveFocus3_Dec</Label>
  35. <String>Killing the food species before they even land on our planets is, at heart, a waste of food. But if there's lots of food to go around, it may still be worth considering.</String>
  36. </StringTable>

I heard Derek likes corrections, here you go in the order they are in General TechDefs:

Code: xml
  1. <StringTable>
  2. <Label>DrenginDefensiveFocus1_Name</Label>
  3. <String>Orbital Defense Platform</String>
  4. </StringTable>
  5. <StringTable>
  6. <Label>DrenginDefensiveFocus1_ShortDec</Label>
  7. <String>Makes all colonies Immune to biological warfare.</String>
  8. </StringTable>
  9. <StringTable>
  10. <Label>DrenginDefensiveFocus1_Dec</Label>
  11. <String>Killing the food species before they even land on our planets is, at heart, a waste of food. But if there's lots of food to go around, it may still be worth considering.</String>
  12. </StringTable>
  13. <StringTable>
  14. <Label>DrenginDefensiveFocus2_Name</Label>
  15. <String>Information Systems Hardening</String>
  16. </StringTable>
  17. <StringTable>
  18. <Label>DrenginDefensiveFocus2_ShortDec</Label>
  19. <String>Makes all colonies Immune to planetary bombardment.</String>
  20. </StringTable>
  21. <StringTable>
  22. <Label>DrenginDefensiveFocus2_Dec</Label>
  23. <String>Informational warfare is a cowardly way to fight, and if any food species try this on us, they won't get far. Come at us honestly, food species.</String>
  24. </StringTable>
  25. <StringTable>
  26. <Label>DrenginDefensiveFocus3_Name</Label>
  27. <String>Adaptive Vaccinations</String>
  28. </StringTable>
  29. <StringTable>
  30. <Label>DrenginDefensiveFocus3_ShortDec</Label>
  31. <String>Makes all colonies Immune to information warfare.</String>
  32. </StringTable>
  33. <StringTable>
  34. <Label>DrenginDefensiveFocus3_Dec</Label>
  35. <String>With the right vaccinations for our colonists, soon even alien bacteria and viruses will tremble at the might of Drengin immune systems!</String>
  36. </StringTable>