root/trunk/AE-go_GameServer/data/static_data/skills/skills.xsd
| 1507 | 1509 | ||
|---|---|---|---|
162 | minOccurs="0" maxOccurs="1" /> | 162 | minOccurs="0" maxOccurs="1" /> |
163 | <xs:element name="mpuseovertime" type="MpUseOverTimeEffect" | 163 | <xs:element name="mpuseovertime" type="MpUseOverTimeEffect" |
164 | minOccurs="0" maxOccurs="1" /> | 164 | minOccurs="0" maxOccurs="1" /> |
165 | <xs:element name="switchhpmp" type="SwitchHpMpEffect" | ||
166 | minOccurs="0" maxOccurs="1" /> | ||
165 | </xs:sequence> | 167 | </xs:sequence> |
166 | <xs:attribute name="food" type="xs:boolean"/> | 168 | <xs:attribute name="food" type="xs:boolean"/> |
167 | </xs:complexType> | 169 | </xs:complexType> |
... | ... | ||
498 | </xs:extension> | 500 | </xs:extension> |
499 | </xs:complexContent> | 501 | </xs:complexContent> |
500 | </xs:complexType> | 502 | </xs:complexType> |
503 | |||
504 | <xs:complexType name="SwitchHpMpEffect"> | ||
505 | <xs:complexContent> | ||
506 | <xs:extension base="Effect"> | ||
507 | </xs:extension> | ||
508 | </xs:complexContent> | ||
509 | </xs:complexType> | ||
501 | 510 | ||
502 | <xs:complexType name="PoisonEffect"> | 511 | <xs:complexType name="PoisonEffect"> |
503 | <xs:complexContent> | 512 | <xs:complexContent> |
Download diff