mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-05 23:22:47 +00:00
26 lines
846 B
XML
26 lines
846 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<template:item xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://schemas.l2jserver2.com/item ../item.xsd"
|
|
xmlns:template="http://schemas.l2jserver2.com/item" id="1"
|
|
icon="icon.weapon_small_sword_i00" name="Short Sword">
|
|
<attributes weigth="1600" material="STEEL">
|
|
<cost adena="590" />
|
|
</attributes>
|
|
<controller defaultAction="EQUIP" />
|
|
<effect type="IMMEDIATE" />
|
|
<weapon part="RIGHT_HAND" type="SWORD">
|
|
<physicalDamage>
|
|
<set order="128" value="8" />
|
|
<random order="127" value="10" />
|
|
</physicalDamage>
|
|
<magicalDamage>
|
|
<set order="128" value="6" />
|
|
</magicalDamage>
|
|
<criticalChance>
|
|
<set order="128" value="8" />
|
|
</criticalChance>
|
|
<physicalAttackSpeed>
|
|
<set order="128" value="379" />
|
|
</physicalAttackSpeed>
|
|
</weapon>
|
|
</template:item> |