root/trunk/AE-go_GameServer/data/static_data/skills/skills.xsd
| 1517 | 1521 | ||
|---|---|---|---|
165 | minOccurs="0" maxOccurs="1" /> | 165 | minOccurs="0" maxOccurs="1" /> |
166 | <xs:element name="switchhpmp" type="SwitchHpMpEffect" | 166 | <xs:element name="switchhpmp" type="SwitchHpMpEffect" |
167 | minOccurs="0" maxOccurs="1" /> | 167 | minOccurs="0" maxOccurs="1" /> |
168 | <xs:element name="summon" type="SummonEffect" maxOccurs="1" minOccurs="0"></xs:element> | 168 | <xs:element name="summon" type="SummonEffect" maxOccurs="1" minOccurs="0"></xs:element> |
169 | 169 | ||
170 | <xs:element name="aura" type="AuraEffect" | ||
171 | minOccurs="0" maxOccurs="1" /> | ||
170 | </xs:sequence> | 172 | </xs:sequence> |
171 | <xs:attribute name="food" type="xs:boolean"/> | 173 | <xs:attribute name="food" type="xs:boolean"/> |
172 | </xs:complexType> | 174 | </xs:complexType> |
... | ... | ||
833 | </xs:extension> | 835 | </xs:extension> |
834 | </xs:complexContent> | 836 | </xs:complexContent> |
835 | </xs:complexType> | 837 | </xs:complexType> |
838 | |||
839 | <xs:complexType name="AuraEffect"> | ||
840 | <xs:complexContent> | ||
841 | <xs:extension base="Effect"> | ||
842 | <xs:attribute name="distance" type="xs:int" /> | ||
843 | <xs:attribute name="skill_id" type="xs:int" /> | ||
844 | </xs:extension> | ||
845 | </xs:complexContent> | ||
846 | </xs:complexType> | ||
836 | 847 | ||
837 | <!-- CONDITIONS --> | 848 | <!-- CONDITIONS --> |
838 | 849 |
Download diff