Hero - Link Lists

From World of Dungeons - Enzykloplaedia
Revision as of 04:52, 12 March 2010 by Skarp (talk | contribs) (Linklist)
Jump to: navigation, search

To create a market place with your own items on an easy way, World of Dungeons offers you the possibility to export lists with items of your heroes.

The following formats will be supported:

Linklist

The items are displayed from the bbCode format used in WoD-Forums.

Example:

[item: bolts]
[item: book: the art of mana regeneration - copy]
[item: ice crystal]
[item: healing potion, weak (bottle)]
[item: wooden bow]

XML-File

With the XML-Export additional information will be shown, e.g. item class, hitpoints and for using items the remaining appliance.

Example (shorted):

<?xml version="1.0" ?>
<storage type="hero">
   <item>
       <name>wooden bow</name>
       <place>both hands</place>
       <count>1</count>
       <found>2005-10-07</found>
       <hp total="10">8</hp>
       <itemclasses>
           <name>bows</name>
       </itemclasses>
   </item>
   <item>
       <name>healing potion, weak (bottle)</name>
       <place>pocket </place>
       <count>1</count>
       <found>2005-10-07</found>
       <usage total="8">2</usage>
       <hp total="14">10</hp>
       <itemclasses>
           <name>healing potions</name>
       </itemclasses>
   </item>
</storage>

CSV-File

The CSV-File contains the same data like the XML-File.

Expamle:

"Name","Count","Usagecount","Hitpoints", "Place","Itemclasses","Unique-Type","Found"
"butcher's knife";"1";"";"10/10";"right hand ";"knives";"";"2005-10-07"
"healing potion, weak (bottle)]";"1";"1/8";"6/14";"pocket";"healing potions";"";"2005-10-07"
"book: the art of mana regeneration - copy";"1";"4/25";"7/23";"pocket";"books";"";"2005-10-07"
"bolts";"1";"50/50";"20/20";"Tasche";"bolts";"";"2005-10-07"
"ice crystal";"1";"1/7";"2/10";"pocket";"ice crystals";"";""
Personal tools