Hero - Link Lists
From World of Dungeons - Enzykloplaedia
To create a market place from your own items in an easy way, World of Dungeons enables you to export lists of items belonging to your heroes.
The following formats are 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 format option, additional information will be shown, e.g. item class, hitpoints for equipment and the remaining uses of consumable items.
Example (shortened):
<?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 export format contains the same data as the XML-File.
Example:
"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";"";""