A while ago I took the forum list of crafting combinations and made a web site to filter / search them. I am working on learning Java for Android, and thought converting this to an android app would be a good practice activity for me.
I also don't want to use the forum data, I want to use the actual game xml. I've found the list of combinations, and I've found the file that localizes the item ID's to strings. But there are still a few things I don't know where to get.
- 1. Where are the stat possibilities for different items located? For example, if I make ARM_CraftedClothTorso_03 , it has a variety of possible modifiers. I can't seem to find that data.
- 2. Some of the names of items are not where I found the rest. For example: earth essence + a wooden shield = Shield_Small_EarthResistance_Mod_Wood. Where is the xml for the actual text of that?
Any help appreciated, Thanks!