base.hpp 685 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. class base_captured
  2. {
  3. title = "Base - %1";
  4. iconPicture = "";
  5. description = "We've captured %1! Fantastic job!";
  6. duration = 10;
  7. };
  8. class base_lost
  9. {
  10. title = "Base - %1";
  11. iconPicture = "";
  12. description = "We've lost %1 to OPFOR forces";
  13. duration = 10;
  14. };
  15. class base_underattack
  16. {
  17. title = "Base - %1";
  18. iconPicture = "";
  19. description = "%1 is under attack! Defend the base!";
  20. duration = 10;
  21. };
  22. class base_attacking
  23. {
  24. title = "Base - %1";
  25. iconPicture = "";
  26. description = "We're attacking %1! Help take the base!";
  27. duration = 10;
  28. };
  29. class base_defended
  30. {
  31. title = "Base - %1";
  32. iconPicture = "";
  33. description = "We've successfully defended %1! Hoo-rah!";
  34. duration = 10;
  35. };