JetAIUpdate.xsd 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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="LockonInfo">
  4. <xs:sequence></xs:sequence>
  5. <xs:attribute name="LockonTime" type="SageUnsignedInt" default="0.0" />
  6. <xs:attribute name="LockonCursor" type="xs:string" />
  7. <xs:attribute name="LockonInitialDist" type="SageReal" default="100" />
  8. <xs:attribute name="LockonFreq" type="SageReal" default="0.5" />
  9. <xs:attribute name="LockonAngleSpin" type="Angle" default="720d" />
  10. <xs:attribute name="LockonBlinky" type="SageBool" default="false" />
  11. </xs:complexType>
  12. <xs:complexType name="JetAIUpdateModuleData">
  13. <xs:complexContent>
  14. <xs:extension base="AIUpdateModuleData">
  15. <xs:sequence>
  16. <xs:element name="LockonInfo" type="LockonInfo" minOccurs="1" maxOccurs="1" />
  17. </xs:sequence>
  18. <xs:attribute name="OutOfAmmoDamagePerSecond" type="Percentage" default="0" />
  19. <xs:attribute name="OutOfAmmoDamageDelay" type="Time" />
  20. <xs:attribute name="NeedsRunway" type="SageBool" default="false" />
  21. <xs:attribute name="ReturnToBaseWhenVictimDead" type="SageBool" default="false" />
  22. <xs:attribute name="KeepsParkingSpaceWhenAirborne" type="SageBool" default="false" />
  23. <xs:attribute name="TakeoffSpeedForMaxLift" type="Percentage" default="100" />
  24. <xs:attribute name="TakeoffPause" type="SageUnsignedInt" default="0" />
  25. <xs:attribute name="MinHeight" type="SageReal" default="0.0" />
  26. <xs:attribute name="ParkingOffset" type="SageReal" default="0.0" />
  27. <xs:attribute name="SneakyOffsetWhenAttacking" type="SageReal" default="0.0" />
  28. <xs:attribute name="AttackLocomotorType" type="LocomotorSetType" />
  29. <xs:attribute name="AttackLocomotorPersistTime" type="SageUnsignedInt" default="0" />
  30. <xs:attribute name="AttackersMissPersistTime" type="SageUnsignedInt" default="0" />
  31. <xs:attribute name="ReturnForAmmoLocomotorType" type="LocomotorSetType" />
  32. <xs:attribute name="ReturnToBaseIdleTime" type="SageUnsignedInt" default="0" />
  33. <xs:attribute name="CirclesForAttack" type="SageBool" default="false" />
  34. <xs:attribute name="UseForOutOfAmmoCheck" type="WeaponRef" />
  35. <xs:attribute name="OutOfAmmoEvaEvent" type="EvaEventIDType" />
  36. </xs:extension>
  37. </xs:complexContent>
  38. </xs:complexType>
  39. </xs:schema>