====== 3. Modifying Creatures ====== ===== 3.1. Where are the creature stats stored? ===== The creature stats are stored in ''GameMechanics\Creature\Creatures\*Town*\*Creature*.xdb''. xdb files can be opened using Notepad or any other text editor (DON'T use a text formatter like Wordpad or the file will not be edited as plain text). **NOTE:** TO CHANGE SOMETHING, FIRST SELECT ALL FOLDERS, RIGHT CLICK AND SELECT PROPERTIES, AND UNCHECK THE "READ ONLY" OPTION. ===== 3.2. How do I change the creature's stats? ===== Go to its .xbd file (see 3.1) and change it. **Example:** We want to change the Titan's stats. We go to ''GameMechanics\Creature\Creatures\Academy\Titan.xdb'' and look for the part with the stats. It should look like this: 30 30 10 40 80 6 10 false 190 We can change the Attack of Titans by changing the 30 in 30 to any other number. Same goes with every other part except the false one. In this one, we can change the "false" to "true" and then the titan will fly (just like dragons). ===== 3.3. How do I change the creature's cost? ===== In the same file we used in 3.2, press Ctrl+F to open the "Find" window. Type and it will go down to a part where you change the cost of a creature. **Example:** We are going to use the titan for every example from now on. The Titan's cost part looks like this: 0 0 0 0 0 2 4700 Let's say we want to make the Titan cost 1000 Gold and 5 Wood instead of 4700 Gold and 2 Gems. We need to change the 4700 in the 4700 part to 1000, the 2 in the 2 to 0, and the 0 in the 0 to 5. Now the Titan will cost 1000 Gold and 5 Wood. ===== 3.4. Other stuff you can change ===== You can change other stuff than just the stats and cost. **Example:** We want to make the Titan's Weekly Growth 4 instead of 1 and its Elements Fire and Earth instead of Air and Water. To change the Weekly Growth, we search for a part that looks like this 1 and change the 1 to 4. To change the Elements, we look for this part : ELEMENT_AIR ELEMENT_WATER and change the AIR to Fire and the WATER to EARTH. You can also add abilities and spells, but that will be explained in the next section. FIXME This concerned the beta. Since the release, there is only one element per creature and it randomly changes each week. \\ ---- >> [[modifying_texts|Next: 4. Modifying Texts]]