AssetTypeRedAlert.xsd 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:balance="uri:ea.com:eala:balance" xmlns="uri:ea.com:eala:asset" xmlns:at="uri:ea.com:eala:asset:type"
  3. xmlns:xas="uri:ea.com:eala:asset:schema" targetNamespace="uri:ea.com:eala:asset" elementFormDefault="qualified"
  4. xmlns:XmlEdit="http://tempuri.org/XmlEdit.xsd">
  5. <xs:complexType name="RedAlertTemplate" xas:typeGroup="Xml">
  6. <xs:complexContent>
  7. <xs:extension base="BaseInheritableAsset">
  8. <xs:sequence>
  9. <xs:element name="YellowAreaEffect" type="AttributeModifierRef" minOccurs="0" maxOccurs="1" />
  10. <xs:element name="OrangeAreaEffect" type="AttributeModifierRef" minOccurs="0" maxOccurs="1" />
  11. <xs:element name="RedAreaEffect" type="AttributeModifierRef" minOccurs="0" maxOccurs="1" />
  12. <xs:element name="RedAlertEffect" type="AttributeModifierRef" minOccurs="0" maxOccurs="1" />
  13. </xs:sequence>
  14. <xs:attribute name="OrangeAreaThreatThreshold" type="SageUnsignedInt" default="0"/>
  15. <xs:attribute name="RedAreaThreatThreshold" type="SageUnsignedInt" default="0"/>
  16. <xs:attribute name="MaxAllowedThreat" type="SageUnsignedInt" default="0"/>
  17. <xs:attribute name="KillThreatMultiplier" type="SageReal" default="1.0"/>
  18. <xs:attribute name="DeathThreatMultiplier" type="SageReal" default="1.0"/>
  19. <xs:attribute name="YellowAreaThreatDecayPerSecond" type="SageUnsignedInt" default="5"/>
  20. <xs:attribute name="OrangeAreaThreatDecayPerSecond" type="SageUnsignedInt" default="5"/>
  21. <xs:attribute name="RedAreaThreatDecayPerSecond" type="SageUnsignedInt" default="5"/>
  22. <xs:attribute name="DisableNonRepairability" type="SageBool" default="false"/>
  23. <xs:attribute name="RedAlertBuildingDamagePerSecond" type="SageUnsignedInt" default="0"/>
  24. <xs:attribute name="RedAlertUpdatedBuildingDamagePerSecond" type="SageUnsignedInt" default="0"/>
  25. <xs:attribute name="RedAlertBuildingDamageIncreaseTime" type="Time" default="0s"/>
  26. <xs:attribute name="RedAlertDisableStructureBuilding" type="SageBool" default="true"/>
  27. <xs:attribute name="RedAlertShowAllUnitsAndStructures" type="SageBool" default="true"/>
  28. <xs:attribute name="EvaEventToPlayOnRedAlertInitiateOwner" type="EvaEventRef" default="" />
  29. <xs:attribute name="EvaEventToPlayOnRedAlertInitiateAlly" type="EvaEventRef" default="" />
  30. <xs:attribute name="EvaEventToPlayOnRedAlertInitiateEnemy" type="EvaEventRef" default="" />
  31. <xs:attribute name="YellowAlertTechPointMultiplier" type="SageReal" default="1.0" />
  32. <xs:attribute name="OrangeAlertTechPointMultiplier" type="SageReal" default="1.0" />
  33. <xs:attribute name="RedAlertTechPointMultiplier" type="SageReal" default="1.0" />
  34. <xs:attribute name="MaxDepositChunkSize" type="SageUnsignedInt" default="100" />
  35. </xs:extension>
  36. </xs:complexContent>
  37. </xs:complexType>
  38. </xs:schema>