enemy.hpp 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. infantry[] =
  2. {
  3. "SWOP_CIS_droid",
  4. "SWOP_CIS_droid_AT",
  5. "SWOP_CIS_droid_sergeant",
  6. "SWOP_CIS_droid_sniper",
  7. "SWOP_CIS_droid_mg",
  8. "SWOP_CIS_superdroid_B2",
  9. "SWOP_CIS_magnaguard",
  10. "SWOP_CIS_droid_com",
  11. "SWOP_CIS_droid_guard",
  12. "SWOP_CIS_droid_crew",
  13. "SWOP_CIS_droid_pilot",
  14. "SWOP_CIS_droid_tactic_black",
  15. "SWOP_CIS_droid_tactic_blue",
  16. "SWOP_CIS_droid_tactic_green",
  17. "SWOP_CIS_droid_tactic_red",
  18. "SWOP_CIS_camo_droid",
  19. "SWOP_CIS_camo_droid_AT",
  20. "SWOP_CIS_camo_droid_sergeant",
  21. "SWOP_CIS_camo_droid_sniper",
  22. "SWOP_CIS_camo_droid_com",
  23. "SWOP_CIS_geon_droid",
  24. "SWOP_CIS_geon_droid_AT",
  25. "SWOP_CIS_geon_droid_sergeant",
  26. "SWOP_CIS_geon_droid_sniper",
  27. "SWOP_CIS_geon_droid_com",
  28. };
  29. vehicles[] =
  30. {
  31. "O_SWOP_AAT_1",
  32. "O_SWOP_Hailfire_1",
  33. "O_SWOP_MTT_1"
  34. };
  35. boats[] =
  36. {
  37. "O_Boat_Armed_01_hmg_F"
  38. };
  39. air[] =
  40. {
  41. "swop_hbomber",
  42. "swop_tridroid",
  43. "swop_vulture",
  44. "swop_HMP_droidgunship",
  45. "swop_HMP_droidgunship_transport",
  46. "swop_geofighter"
  47. };
  48. static[] =
  49. {
  50. "SWOP_Droideka",
  51. "SWOP_DroidekaSupport",
  52. "SWOP_DroidekaCamo",
  53. "SpiderOG",
  54. "SpiderDSD"
  55. };