Welcome to IOPWiki, Commander.
We are searching for new editors to keep track of Girls' Frontline 2 content, as well as veteran players to complete the data of Girls' Frontline and Project Neural Cloud characters.
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