All translations
Enter a message name below to show all available translations.
Found 3 translations.
Name | Current message text |
---|---|
h English (en) | this->points = points; this->weapon_points = points * this->byml["setting"].Level2WeaponPower; this->enemy_points = points * this->byml["setting"].Level2EnemyPower; </source> |
h French (fr) | this->points = points; this->weapon_points = points * this->byml["setting"].Level2WeaponPower; this->enemy_points = points * this->byml["setting"].Level2EnemyPower; </source> |
h Chinese (zh) | this->points = points; // 原始經驗值 this->weapon_points = points * this->byml["setting"].Level2WeaponPower; // 換算成武器用分數 this->enemy_points = points * this->byml["setting"].Level2EnemyPower; // 換算成敵人用分數 </source> |