Adding defence IDs on IPM report source code

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Adding defence IDs on IPM report source code

    Hi,

    Is it possible to add the id of the defence somewhere on the IPM report source code ?
    At the moment, a script cannot know what is destroyed without using the langage.





    You could do like on CR report : adding a class with the ships ID :

    Source Code

    1. <li class="tech defense401" title="Rocket Launcher">36000 Rocket Launcher<br></li>
    2. <li class="tech defense402" title="Light Laser">33 Light Laser <span class="lost">(-6)</span><br></li>
    3. <li class="tech defense403" title="Heavy Laser">333 Heavy Laser<br></li>
    4. <li class="tech defense404" title="Gauss Cannon">88 Gauss Cannon<br></li>
    5. ...


    ** OgameTech **