StoreObjectsSpecialPower.xsd 1.1 KB

1234567891011121314151617181920
  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="StoreObjectsSpecialPowerModuleData">
  4. <xs:complexContent>
  5. <xs:extension base="SpecialPowerModuleData">
  6. <xs:sequence></xs:sequence>
  7. <xs:attribute name="Radius" type="SageReal" default="0" />
  8. <!-- links together this StoreObjectsSpecialPower with a TeleportStoredObjectsSpecialAbilityUpdate,
  9. useful when more than one pair exist in a single GameObject-->
  10. <xs:attribute name="TeleportLinkID" type="SageInt" default="0" />
  11. <xs:attribute name="OCL" type="ObjectCreationListRef" />
  12. <!-- Will be attached to the top of the target objects, must contain an AttachUpdate module -->
  13. <xs:attribute name="TargetMarkerObjectRef" type="GameObjectWeakRef" />
  14. </xs:extension>
  15. </xs:complexContent>
  16. </xs:complexType>
  17. </xs:schema>