[Classic] Sync with Ertheia datapack.

This commit is contained in:
MobiusDev
2015-08-24 13:46:42 +00:00
parent 610dee6a01
commit 3a6fe57c80
9 changed files with 74 additions and 22 deletions

View File

@@ -97,6 +97,14 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="getDualClassLevel">
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="99" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="learnedByFS" type="xs:boolean" />
<xs:attribute name="learnedByNpc" type="xs:boolean" />
<xs:attribute name="levelUpSp" type="xs:positiveInteger" />