XML file indent code format.
This commit is contained in:
85
L2J_Mobius_C4/dist/game/data/multisell/001.xml
vendored
85
L2J_Mobius_C4/dist/game/data/multisell/001.xml
vendored
@@ -1,51 +1,40 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
|
||||
<!-- Non-grade items exchange, just for education -->
|
||||
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
|
||||
|
||||
<!-- [leather_shirt] for [shirt]+[adena];2100 -->
|
||||
<item id="1">
|
||||
<ingredient id="57" count="2100"/>
|
||||
<ingredient id="21" count="1"/>
|
||||
<production id="22" count="1"/>
|
||||
</item>
|
||||
|
||||
<!-- [wooden_breastplate] for [leather_shirt]+[adena];5400 -->
|
||||
<item id="2">
|
||||
<ingredient id="57" count="5400"/>
|
||||
<ingredient id="22" count="1"/>
|
||||
<production id="23" count="1"/>
|
||||
</item>
|
||||
|
||||
|
||||
<!-- [bone_breastplate] for [wooden_breastplate]+[adena];12200 -->
|
||||
<item id="3">
|
||||
<ingredient id="57" count="12200"/>
|
||||
<ingredient id="23" count="1"/>
|
||||
<production id="24" count="1"/>
|
||||
</item>
|
||||
|
||||
<!-- [piece_bone_breastplate] for [bone_breastplate]+[adena];16500 -->
|
||||
<item id="4">
|
||||
<ingredient id="57" count="16500"/>
|
||||
<ingredient id="24" count="1"/>
|
||||
<production id="25" count="1"/>
|
||||
</item>
|
||||
|
||||
<!-- [hard_leather_shirt] for [bone_breastplate]+[adena];16500 -->
|
||||
<item id="5">
|
||||
<ingredient id="57" count="16500"/>
|
||||
<ingredient id="24" count="1"/>
|
||||
<production id="27" count="1"/>
|
||||
</item>
|
||||
|
||||
<!-- [bronze_breastplate] for [piece_bone_breastplate]+[adena];16500 -->
|
||||
<item id="6">
|
||||
<ingredient id="57" count="16500"/>
|
||||
<ingredient id="25" count="1"/>
|
||||
<production id="26" count="1"/>
|
||||
</item>
|
||||
|
||||
</list>
|
||||
|
||||
<!-- [leather_shirt] for [shirt]+[adena];2100 -->
|
||||
<item id="1">
|
||||
<ingredient id="57" count="2100"/>
|
||||
<ingredient id="21" count="1"/>
|
||||
<production id="22" count="1"/>
|
||||
</item>
|
||||
<!-- [wooden_breastplate] for [leather_shirt]+[adena];5400 -->
|
||||
<item id="2">
|
||||
<ingredient id="57" count="5400"/>
|
||||
<ingredient id="22" count="1"/>
|
||||
<production id="23" count="1"/>
|
||||
</item>
|
||||
<!-- [bone_breastplate] for [wooden_breastplate]+[adena];12200 -->
|
||||
<item id="3">
|
||||
<ingredient id="57" count="12200"/>
|
||||
<ingredient id="23" count="1"/>
|
||||
<production id="24" count="1"/>
|
||||
</item>
|
||||
<!-- [piece_bone_breastplate] for [bone_breastplate]+[adena];16500 -->
|
||||
<item id="4">
|
||||
<ingredient id="57" count="16500"/>
|
||||
<ingredient id="24" count="1"/>
|
||||
<production id="25" count="1"/>
|
||||
</item>
|
||||
<!-- [hard_leather_shirt] for [bone_breastplate]+[adena];16500 -->
|
||||
<item id="5">
|
||||
<ingredient id="57" count="16500"/>
|
||||
<ingredient id="24" count="1"/>
|
||||
<production id="27" count="1"/>
|
||||
</item>
|
||||
<!-- [bronze_breastplate] for [piece_bone_breastplate]+[adena];16500 -->
|
||||
<item id="6">
|
||||
<ingredient id="57" count="16500"/>
|
||||
<ingredient id="25" count="1"/>
|
||||
<production id="26" count="1"/>
|
||||
</item>
|
||||
</list>
|
||||
Reference in New Issue
Block a user