Translations:Difficulty scaling/369/zh: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
(Created page with "this->points = points; // 原始經驗值 this->weapon_points = points * this->byml["setting"].Level2WeaponPower; // 換算成武器用分數 this->enemy_points = points * thi...")
 
(No difference)

Latest revision as of 12:39, 11 May 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Difficulty scaling)
this->points = points;
this->weapon_points = points * this->byml["setting"].Level2WeaponPower;
this->enemy_points = points * this->byml["setting"].Level2EnemyPower;
</source>

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