I am just starting out as a modder for this game and im not sure where to find a list of the "icons" for instance I am trying to find some art that is already in the game (cause I suck at drawing) to use for my set of skills in this code: <skill name="Fury" id="lol" type="warrior" description="Prepair to become tough!"> <art icon=""/> </skill> <ability startSkill="1" name="Thoughness" icon="" skill="lol" > <description text="Let's see if you can handle this!"/> </ability> I have been looking for a section in the forums or anywhere to find a list of the "icons" and where to find them in relation to the "sprites/skills/..." part of the code. If you understand this at all please help!
C:\Program Files (x86)\Steam\steamapps\common\dungeons of dredmor (if on Steam anyway, if not the directory structure once inside that folder is the same) /items is item icons, sprites is sprites, skills is skills. Check the /expansion and /expansion2 folders if you have them as well.