ToppleUpdate.xsd 1.4 KB

123456789101112131415161718192021222324
  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="ToppleUpdateModuleData">
  4. <xs:complexContent>
  5. <xs:extension base="UpdateModuleData">
  6. <xs:sequence></xs:sequence>
  7. <xs:attribute name="ToppleFX" type="FXListRef" />
  8. <xs:attribute name="BounceFX" type="FXListRef" />
  9. <xs:attribute name="StumpId" type="GameObjectWeakRef" />
  10. <xs:attribute name="InitialVelocityPercent" type="Percentage" default="20%"/>
  11. <xs:attribute name="InitialAccelPercent" type="Percentage" default="1%" />
  12. <xs:attribute name="BounceVelocityPercent" type="Percentage" default="20%" />
  13. <xs:attribute name="MinimumToppleSpeed" type="SageReal" default="0.5" />
  14. <xs:attribute name="KillWhenToppled" type="SageBool" default="false" />
  15. <xs:attribute name="KillWhenStartToppled" type="SageBool" default="false" />
  16. <xs:attribute name="KillStumpWhenToppled" type="SageBool" default="false" />
  17. <xs:attribute name="ToppleLeftOrRightOnly" type="SageBool" default="false" />
  18. <xs:attribute name="ReorientToppledRubble" type="SageBool" default="false" />
  19. </xs:extension>
  20. </xs:complexContent>
  21. </xs:complexType>
  22. </xs:schema>