Welcome to IOPWiki, Commander.
We are searching for editors to complete gameplay topics in all games. You can contribute without an account. Learn how to contribute and join our Discord server.

Widget:costumeSwitcher: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
Added function for calculated values
m Bugfix
Line 23: Line 23:
    
    
   // Calculating Max HP for full dummied T-Doll
   // Calculating Max HP for full dummied T-Doll
   if (ret.hasOwnProperty("hpmax")) {
   if (ret.hasOwnProperty("max_hp_t")) {
     ret.hpmaxwd = ret.hpmax * 5;
     ret.hpmaxwd = ret.max_hp_t * 5;
   }
   }
    
    

Revision as of 15:09, 30 January 2018


test