Translations:Difficulty scaling/369/zh

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)

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