base.hpp 469 B

123456789101112131415
  1. class base_landing
  2. {
  3. displayName = "Landing Point Alpha";
  4. image = "";
  5. description = "Your first base on the island, Landing Point Alpha provides you with a few basic vehicles and little else. Still, it's better than nothing, right?<br/><br/><t size='1.5' underline='true'>Vehicles</t>%1%2Assault Boat x 2%1%2HEMTT Transport (Covered)";
  6. tip = "";
  7. };
  8. class base_connor
  9. {
  10. displayname = "LZ Connor";
  11. image = "";
  12. description = "It's an air base! YAY!";
  13. tip = "";
  14. };