r.push(`The lingua franca of the arcology is <span class='bold'>${V.language}</span>.`);
App.Events.addParagraph(el,r);
r=[];
r.push(`Changing the lingua franca of the arcology is a difficult process.`);
r.push(`Doing so will slightly reduce the arcology's prosperity due to the difficulty changing languages will impose on businesses.`);
r.push(`It will also cost ${cashFormat(500)} for each mentally competent slave you own, since it will be necessary to build time into their schedules for them to learn basic commands in the new language.`);
r.push(`Slaves' starting fluency in the new language will depend on their intelligence, nationality, education, and in some cases, ethnicity.`);
r.push(`Previous linguistic experience will not be saved, meaning that repeated language changes will wipe out slaves' previous language skills.`);
App.Events.addParagraph(el,r);
options.addOption("Select a custom language to be applied: ","seed").showTextBox().addComment("A single capitalized word is recommended.");
if ((slave.intelligence+slave.intelligenceImplant+100)>random(0,100)){
slave.accent--;
}
}
cashX(-500,"capEx");
}
}
},
[],passage(),
`${revivalist.language!==""&&V.language!==revivalist.language&&targetLanguage===revivalist.language?` Failing to take this step will retard adoption of ${revivalist.name} Revivalism.`:""}`
The lingua franca of the arcology is ''$language''.
<br><br>
//Changing the lingua franca of the arcology is a difficult process. Doing so will slightly reduce the arcology's prosperity due to the difficulty changing languages will impose on businesses. It will also cost <<print cashFormat(500)>> for each mentally competent slave you own, since it will be necessary to build time into their schedules for them to learn basic commands in the new language. Slaves' starting fluency in the new language will depend on their intelligence, nationality, education, and in some cases, ethnicity. Previous linguistic experience will not be saved, meaning that repeated language changes will wipe out slaves' previous language skills.//
<br><br>
Select a custom language to be applied: <<textbox "$seed" $seed "Change Language">> //A single capitalized word is recommended.//