Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

Translations:Difficulty scaling/368/fr

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

<source lang="c++"> float points = 0.0; for (kill_flag : this->byml["flag"])

   int kill_count = GameData::getIntegerFlag(kill_flag["name"]);
   points += kill_count * kill_flag["point"];