submodels.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <cannon>
  4. <model>Models/Geometry/tracer.xml</model>
  5. <speed>3363.0</speed>
  6. <cd>0.193</cd>
  7. <weight>0.9369635</weight>
  8. <eda>0.007609</eda>
  9. <fuse-range>0</fuse-range>
  10. <life>40</life>
  11. <trigger>controls/armament/trigger</trigger>
  12. <expiry>true</expiry>
  13. <repeat>true</repeat>
  14. <delay>0.08</delay>
  15. <count>1250</count>
  16. <buoyancy>20</buoyancy>
  17. <wind>false</wind>
  18. <collision>true</collision>
  19. <impact>true</impact>
  20. <impact-report>sim/ai/aircraft/impact/bullet</impact-report>
  21. <submodel-path>Aircraft/Mako/Models/Armament/guns/bullet-submodel.xml</submodel-path>
  22. <impact-reports>sim/ai/aircraft/collision/cannon</impact-reports>
  23. <pitch-offset>0.1</pitch-offset>
  24. </cannon>
  25. <submodel>
  26. <name>right gun</name>
  27. <model alias="../../cannon/model"/>
  28. <trigger alias="../../cannon/trigger"/>
  29. <speed alias="../../cannon/speed"/>
  30. <cd alias="../../cannon/cd"/>
  31. <eda alias="../../cannon/eda"/>
  32. <fuse-range alias="../../cannon/fuse-range"/>
  33. <weight alias="../../cannon/weight"/>
  34. <life alias="../../cannon/life"/>
  35. <repeat alias="../../cannon/repeat"/>
  36. <delay alias="../../cannon/delay"/>
  37. <count alias="../../cannon/count"/>
  38. <wind alias="../../cannon/wind"/>
  39. <expiry alias="../../cannon/expiry"/>
  40. <collision alias="../../cannon/collision"/>
  41. <impact alias="../../cannon/impact"/>
  42. <submodel-path alias="../../cannon/submodel-path"/>
  43. <x-offset>-1.9121</x-offset>
  44. <y-offset>1.0481</y-offset>
  45. <z-offset>-0.0829</z-offset>
  46. <yaw-offset>0</yaw-offset>
  47. <pitch-offset alias="../../cannon/pitch-offset"/>
  48. </submodel>
  49. <submodel>
  50. <name>right smoke</name>
  51. <model>Aircraft/Mako/Models/Armament/guns/smoke.xml</model>
  52. <trigger alias="../../cannon/trigger"/>
  53. <speed>20</speed>
  54. <repeat>true</repeat>
  55. <delay>0.08</delay>
  56. <count>75</count>
  57. <x-offset>-1.9121</x-offset>
  58. <y-offset>1.0481</y-offset>
  59. <z-offset>-0.0829</z-offset>
  60. <yaw-offset>-60</yaw-offset>
  61. <pitch-offset>-60</pitch-offset>
  62. <eda>10</eda>
  63. <wind>true</wind>
  64. <buoyancy>40</buoyancy>
  65. <life>5</life>
  66. </submodel>
  67. </PropertyList>