Translations:Difficulty scaling/39/en

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search

if (this->weapon_points > points_for_next_transition &&

         weapon_to_look_up == entry["name"] &&
         convert_to_modifier(entry["plus"]) == required_modifier) {
       i = j;
       break;
     }
   }