arc170_common.hpp 2.3 KB

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