mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 15:33:00 +00:00
Very simple skill templates implemented
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
6
data/templates/skill/5747-SpinAttack.xml
Normal file
6
data/templates/skill/5747-SpinAttack.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<skill cooldown="0" delay="0" name="Spin Attack" id="5747"
|
||||
xsi:schemaLocation="skill ../skill.xsd"
|
||||
xsi:noNamespaceSchemaLocation="skill" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<maximumLevel>1</maximumLevel>
|
||||
</skill>
|
||||
Reference in New Issue
Block a user