Translations:Difficulty scaling/42/en

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

// not_rank_up means there is no link between weapons;

     // this table is just used to look up modifiers.
     // so go down the list until there are no more entries for the requested weapon
     // or until we reach a modifier that requires more points.
     if (weapon_table["not_rank_up"] && entry["name"] != weapon_to_look_up)
       break;