mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-07 07:52:57 +00:00
This commit adds an XSD file for each template type to that validation can take place. If there is any error in XML files, it can be easily detected by reading the error in the validation log.
8 lines
331 B
XML
8 lines
331 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<skill cooldown="0" delay="0"
|
|
name="Button-Eyed Bear Doll Agathion Special Skill - Ability of Blessed Resurrection"
|
|
id="23062" xsi:schemaLocation="skill ../skill.xsd"
|
|
xmlns="skill" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<maximumLevel>1</maximumLevel>
|
|
</skill>
|