CastleSystem.xsd 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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="PreBuiltInfo">
  4. <xs:attribute name="PreBuiltBuilding" type="GameObjectWeakRef" />
  5. <xs:attribute name="FoundationSlot" type="SageInt" default="0" />
  6. </xs:complexType>
  7. <xs:complexType name="DecalInfo">
  8. <xs:attribute name="FactionId" type="AssetId" />
  9. <xs:attribute name="DecalName" type="xs:string" />
  10. <xs:attribute name="DecalSize" type="SageReal" default="0" />
  11. </xs:complexType>
  12. <xs:complexType name="CastleTemplateInfoStruct">
  13. <xs:attribute name="Name" type="xs:string" />
  14. <xs:attribute name="Cost" type="SageUnsignedInt" default="0" />
  15. <xs:attribute name="CommandPoints" type="SageUnsignedInt" default="0" />
  16. </xs:complexType>
  17. <xs:complexType name="FactionCastleMap">
  18. <xs:sequence>
  19. <xs:element name="CastleTemplate" type="CastleTemplateInfoStruct" />
  20. </xs:sequence>
  21. </xs:complexType>
  22. <xs:complexType name="CastleBehaviorModuleData">
  23. <xs:complexContent>
  24. <xs:extension base="FoundationAIUpdateModuleData">
  25. <xs:sequence>
  26. <xs:element name="FilterValidOwnedEntries" type="ObjectFilter" />
  27. <xs:element name="CrewFilter" type="ObjectFilter" />
  28. <xs:element name="PreBuiltInformation" type="PreBuiltInfo" minOccurs="0" maxOccurs="unbounded" />
  29. <xs:element name="DecalInformation" type="DecalInfo" minOccurs="0" maxOccurs="unbounded" />
  30. <xs:element name="FactionCastleTemplateInfoMap" type="FactionCastleMap" minOccurs="0" maxOccurs="unbounded" />
  31. </xs:sequence>
  32. <xs:attribute name="PreBuiltPlyr" type="xs:string" />
  33. <xs:attribute name="DecalName" type="xs:string" />
  34. <xs:attribute name="DecalSize" type="SageReal" default="0" />
  35. <xs:attribute name="FadeTime" type="SageReal" default="0" />
  36. <xs:attribute name="UnpackDelay" type="SageReal" default="0" />
  37. <xs:attribute name="BuildTime" type="SageReal" default="0" />
  38. <xs:attribute name="ScanDistance" type="SageReal" default="0" />
  39. <xs:attribute name="MaxCastleRadius" type="SageReal" default="0" />
  40. <xs:attribute name="CrewPrepareTime" type="SageDurationUnsignedInt" default="0" />
  41. <xs:attribute name="InstantUnpack" type="SageBool" default="False" />
  42. <xs:attribute name="KeepDeathKillsEverything" type="SageBool" default="False" />
  43. <xs:attribute name="Summoned" type="SageBool" default="False" />
  44. <xs:attribute name="CrewPrepareInterval" type="SageDurationUnsignedInt" />
  45. <xs:attribute name="CrewPrepareFX" type="FXListRef" />
  46. <xs:attribute name="CrewReleaseFX" type="FXListRef" />
  47. <xs:attribute name="EvaEnemyCastleSightedEvent" type="EvaEventIDType" />
  48. <xs:attribute name="DisableStructureRotation" type="SageBool" default="False" />
  49. <xs:attribute name="TransferFoundationHealthToCastleUponUnpack" type="SageBool" default="False" />
  50. </xs:extension>
  51. </xs:complexContent>
  52. </xs:complexType>
  53. <xs:complexType name="CastleMemberBehaviorModuleData">
  54. <xs:complexContent>
  55. <xs:extension base="BehaviorModuleData">
  56. <xs:sequence>
  57. </xs:sequence>
  58. <xs:attribute name="CampDestroyedOwnerEvaEvent" type="EvaEventIDType" />
  59. <xs:attribute name="CampDestroyedAllyEvaEvent" type="EvaEventIDType" />
  60. <xs:attribute name="CampDestroyedAttackerEvaEvent" type="EvaEventIDType" />
  61. <xs:attribute name="BeingBuiltSound" type="AudioEventInfoRef" />
  62. <xs:attribute name="StoreUpgradePrice" type="SageBool" default="False" />
  63. <xs:attribute name="CountsForEvaCastleBreached" type="SageBool" default="False" />
  64. </xs:extension>
  65. </xs:complexContent>
  66. </xs:complexType>
  67. </xs:schema>