Translations:Difficulty scaling/369/zh

From ZeldaMods (Breath of the Wild)
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>