Unhardcoded bonus enchant scrolls.
This commit is contained in:
		| @@ -35,6 +35,22 @@ | ||||
| 								</xs:restriction> | ||||
| 							</xs:simpleType> | ||||
| 						</xs:attribute> | ||||
| 						<xs:attribute name="randomEnchantMin" use="optional"> | ||||
| 							<xs:simpleType> | ||||
| 								<xs:restriction base="xs:positiveInteger"> | ||||
| 									<xs:minInclusive value="1" /> | ||||
| 									<xs:maxInclusive value="127" /> | ||||
| 								</xs:restriction> | ||||
| 							</xs:simpleType> | ||||
| 						</xs:attribute> | ||||
| 						<xs:attribute name="randomEnchantMax" use="optional"> | ||||
| 							<xs:simpleType> | ||||
| 								<xs:restriction base="xs:positiveInteger"> | ||||
| 									<xs:minInclusive value="1" /> | ||||
| 									<xs:maxInclusive value="127" /> | ||||
| 								</xs:restriction> | ||||
| 							</xs:simpleType> | ||||
| 						</xs:attribute> | ||||
| 						<xs:attribute name="maxEnchantFighter"> | ||||
| 							<xs:simpleType> | ||||
| 								<xs:restriction base="xs:positiveInteger"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment