Translations:Difficulty scaling/43/en

From ZeldaMods (Breath of the Wild)
Revision as of 01:33, 11 May 2020 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

// otherwise, just go down the list until we reach the end or a weapon which

     // requires more points. this will possibly upgrade the weapon (e.g. Knight -> Royal).
     if (this->weapon_points <= entry["value"])
       break;