HelicopterSlowDeathBehavior.xsd 2.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="uri:ea.com:eala:asset" xmlns:at="uri:ea.com:eala:asset:type" xmlns:xas="uri:ea.com:eala:asset:schema" targetNamespace="uri:ea.com:eala:asset" elementFormDefault="qualified" xmlns:XmlEdit="http://tempuri.org/XmlEdit.xsd">
  3. <xs:complexType name="HelicopterSlowDeathBehaviorModuleData">
  4. <xs:complexContent>
  5. <xs:extension base="SlowDeathBehaviorModuleData">
  6. <xs:attribute name="SpiralOrbitTurnRate" type="SageReal" />
  7. <xs:attribute name="SpiralOrbitForwardSpeed" type="SageReal" />
  8. <xs:attribute name="SpiralOrbitForwardSpeedDamping" type="SageReal" default="1.0" />
  9. <xs:attribute name="MinSelfSpin" type="SageReal" />
  10. <xs:attribute name="MaxSelfSpin" type="SageReal" />
  11. <xs:attribute name="SelfSpinUpdateDelay" type="Time" />
  12. <xs:attribute name="SelfSpinUpdateAmount" type="SageReal" />
  13. <xs:attribute name="FallHowFast" type="SageReal" />
  14. <xs:attribute name="MinBladeFlyOffDelay" type="Time" />
  15. <xs:attribute name="MaxBladeFlyOffDelay" type="Time" />
  16. <xs:attribute name="BladeObjectName" type="xs:string" xas:depracated="true" />
  17. <xs:attribute name="BladeBone" type="xs:string" />
  18. <xs:attribute name="OclEjectPilot" type="ObjectCreationListRef" />
  19. <xs:attribute name="FxBlade" type="FXListRef" />
  20. <xs:attribute name="OclBlade" type="ObjectCreationListRef" />
  21. <xs:attribute name="FxHitGround" type="FXListRef" />
  22. <xs:attribute name="OclHitGround" type="ObjectCreationListRef" />
  23. <xs:attribute name="FxFinalBlowUp" type="FXListRef" />
  24. <xs:attribute name="OclFinalBlowUp" type="ObjectCreationListRef" />
  25. <xs:attribute name="DelayFromGroundToFinalDeath" type="SageReal" />
  26. <xs:attribute name="FinalRubbleObject" type="GameObjectWeakRef" />
  27. <xs:attribute name="MaxBraking" type="SageReal" default="99999.9" />
  28. <xs:attribute name="DeathSound" type="AudioEventInfoRef" />
  29. </xs:extension>
  30. </xs:complexContent>
  31. </xs:complexType>
  32. </xs:schema>