Translations:Difficulty scaling/369/zh

From ZeldaMods (Breath of the Wild)
Revision as of 12:39, 11 May 2020 by Leoetlino (talk | contribs) (Created page with "this->points = points; // 原始經驗值 this->weapon_points = points * this->byml["setting"].Level2WeaponPower; // 換算成武器用分數 this->enemy_points = points * thi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

this->points = points; // 原始經驗值 this->weapon_points = points * this->byml["setting"].Level2WeaponPower; // 換算成武器用分數 this->enemy_points = points * this->byml["setting"].Level2EnemyPower; // 換算成敵人用分數 </source>