arc170_common.hpp 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. scope = 2;
  2. scopeCurator = 2;
  3. scopeArsenal = 2;
  4. faction="RD501_Republic_Faction";
  5. editorSubcategory="RD501_Editor_Category_Air_Republic_vtol";
  6. weapons[]=
  7. {
  8. "Laserdesignator_pilotCamera",
  9. "CMFlareLauncher",
  10. macro_new_weapon(generic,republic_aircraft_cannon),
  11. macro_new_weapon(generic,kannon)
  12. };
  13. magazines[]=
  14. {
  15. macro_new_mag(generic_aircraft_cannon_green,1000),
  16. macro_basic_air_mags,
  17. macro_new_mag(Kannon,100),
  18. macro_new_mag(Kannon,100)
  19. };
  20. class Components: Components
  21. {
  22. class TransportPylonsComponent
  23. {
  24. uiPicture = "\A3\Air_F_Gamma\Plane_Fighter_03\Data\UI\Plane_A143_3DEN_CA.paa";
  25. class Pylons
  26. {
  27. class pylons1
  28. {
  29. hardpoints[]=
  30. {
  31. "RD501_Universal_rail"
  32. };
  33. attachment=macro_new_mag(pylon_agm,6)
  34. priority=10;
  35. maxweight=300;
  36. UIposition[]={0.60000002,0.44999999};
  37. };
  38. class pylons2: pylons1
  39. {
  40. UIposition[]={0.050000001,0.44999999};
  41. mirroredMissilePos=1;
  42. };
  43. class pylons3: pylons1
  44. {
  45. hardpoints[]=
  46. {
  47. "RD501_Universal_rail"
  48. };
  49. attachment=macro_new_mag(pylon_agm,6)
  50. priority=9;
  51. maxweight=2500;
  52. UIposition[]={0.55000001,0.34999999};
  53. };
  54. class pylons4: pylons3
  55. {
  56. hardpoints[]=
  57. {
  58. "RD501_Universal_rail"
  59. };
  60. attachment=macro_new_mag(pylon_agm,6)
  61. priority=13;
  62. maxweight=5000;
  63. UIposition[]={0.1,0.34999999};
  64. mirroredMissilePos=3;
  65. };
  66. class pylons5: pylons1
  67. {
  68. hardpoints[]=
  69. {
  70. "RD501_Universal_rail"
  71. };
  72. attachment=macro_new_mag(pylon_agm,6)
  73. priority=7;
  74. maxweight=5000;
  75. UIposition[]={0.5,0.25};
  76. };
  77. class pylons6: pylons5
  78. {
  79. hardpoints[]=
  80. {
  81. "RD501_Universal_rail"
  82. };
  83. attachment=macro_new_mag(pylon_agm,6)
  84. priority=12;
  85. maxweight=5000;
  86. UIposition[]={0.15000001,0.25};
  87. mirroredMissilePos=5;
  88. };
  89. class Pylons7
  90. {
  91. priority = 5;
  92. attachment = "empty";
  93. maxweight = 4000;
  94. UIposition[]={ 0.1, 0.25 };
  95. };
  96. };
  97. class Presets
  98. {
  99. class Empty
  100. {
  101. displayName = "$STR_empty";
  102. attachment[]={};
  103. };
  104. };
  105. };
  106. };