Translations:Difficulty scaling/38/en

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)

for (weapon_table : this->byml["weapon"]) {

   // find the first weapon entry for which the player has enough points
   // with the specified name and modifier
   i = -1;
   for (j = 0; j < weapon_table["actors"].size; ++j) {
     entry = weapon_table["actors"][j];
     float points_for_next_transition = entry["value"];