mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Implements automatically generated template classes from XSD schemas
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<?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="57" name="Adena">
|
||||
<weight>1</weight>
|
||||
<price>1</price>
|
||||
<icon>icon.etc_adena_i00</icon>
|
||||
<material>GOLD</material>
|
||||
<!-- <effect type="IMMEDIATE" /> -->
|
||||
</template:item>
|
||||
xmlns:template="http://schemas.l2jserver2.com/item" id="57" icon="icon.etc.adena"
|
||||
name="Adena">
|
||||
<attributes weigth="1" material="STEEL">
|
||||
<cost adena="1" />
|
||||
</attributes>
|
||||
<controller defaultAction="NONE" />
|
||||
<effect type="IMMEDIATE" />
|
||||
<etcItem type="NONE" />
|
||||
</template:item>
|
||||
Reference in New Issue
Block a user