SlavedUpdate.xsd 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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="SlavedUpdateModuleData">
  4. <xs:complexContent>
  5. <xs:extension base="UpdateModuleData">
  6. <xs:sequence>
  7. <xs:element name="GuardPosOffset" type="Vector3" minOccurs="0" maxOccurs="1" />
  8. </xs:sequence>
  9. <xs:attribute name="LeashRange" type="SageInt" default="0"/>
  10. <xs:attribute name="GuardMaxRange" type="SageInt" default="0"/>
  11. <xs:attribute name="GuardWanderRange" type="SageInt" default="0"/>
  12. <xs:attribute name="AttackRange" type="SageInt" default="0"/>
  13. <xs:attribute name="AttackWanderRange" type="SageInt" default="0"/>
  14. <xs:attribute name="ScoutRange" type="SageInt" default="0"/>
  15. <xs:attribute name="ScoutWanderRange" type="SageInt" default="0"/>
  16. <xs:attribute name="DistToTargetToGrantRangeBonus" type="SageInt" default="0"/>
  17. <xs:attribute name="RepairRange" type="SageInt" default="0"/>
  18. <xs:attribute name="RepairMinAltitude" type="SageReal" default="0"/>
  19. <xs:attribute name="RepairMaxAltitude" type="SageReal" default="0"/>
  20. <xs:attribute name="RepairWhenHealthBelowPercentage" type="SageInt" default="0"/>
  21. <xs:attribute name="RepairRatePerSecond" type="SageReal" default="0"/>
  22. <xs:attribute name="MinReadyFrames" type="SageInt" default="0"/>
  23. <xs:attribute name="MaxReadyFrames" type="SageInt" default="0"/>
  24. <xs:attribute name="MinWeldFrames" type="SageInt" default="0"/>
  25. <xs:attribute name="MaxWeldFrames" type="SageInt" default="0"/>
  26. <xs:attribute name="WeldingSysId" type="FXParticleSystemRef" />
  27. <xs:attribute name="WeldingFXBone" type="xs:string" />
  28. <xs:attribute name="StayOnSameLayerAsMaster" type="SageBool" default="false"/>
  29. <xs:attribute name="DieOnMastersDeath" type="SageBool" default="false"/>
  30. <xs:attribute name="DieOnMastersDeathDamageType" type="DamageType" default="UNRESISTABLE" />
  31. <xs:attribute name="DieOnMastersDeathType" type="DeathType" default="NORMAL" />
  32. <xs:attribute name="FadeOutRange" type="SageInt" default="0"/>
  33. <xs:attribute name="FadeTime" type="SageUnsignedInt" default="0"/>
  34. <xs:attribute name="MarkUnselectable" type="SageBool" default="false"/>
  35. <xs:attribute name="UseSlaverAsControlForEvaObjectSightedEvents" type="SageBool" default="false"/>
  36. </xs:extension>
  37. </xs:complexContent>
  38. </xs:complexType>
  39. </xs:schema>