Translations:Difficulty scaling/38/en: Difference between revisions
Jump to navigation
Jump to search
Importing a new version from external source |
(No difference)
|
Latest revision as of 01:33, 11 May 2020
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"];