techoUnionShip.cpp 787 B

12345678910111213141516
  1. class techno_union : Strategic
  2. {
  3. scope = 2;
  4. scopeCurator = 2; // public
  5. model = "\501st_Republic_Asset_Modification\models\techno_union.p3d"; // our p3d model.
  6. placement = vertical;
  7. mapSize = 3;
  8. author="Spartan163"; // Icon size in the editor.
  9. displayName = "Techno Union Frigate"; // List Name in the editor.
  10. vehicleClass = "Coop_Structure"; // Faction Class.
  11. faction = "RD501FactionOpfor"; // Faction
  12. icon = "\501st_Republic_Asset_Modification\data\dataTechnoU\TechnoU.paa";
  13. cost = 0;
  14. armor = 8000;
  15. };