var fDesc=new Array();
fDesc[0] = "Imperator II is a modification base on Rome Total Realism Platinum Edition 1.8 and is specially build to be play as the Romans only.
Features:
- A new single installer using the mod switch concept combining both RTRPE v1.8 & Imperator II
- New loading screen base on works by StudUK
- Revised starting denarii for factions. Rome starts with 20000 in Imperator Campaign and 100000 in Marian Campaign
- Updated unit stats by evil-SHADOW
- Nerfed Macedonia. Now the contest are mostly between the Greeks, Thrace and Illyria
- Tarentum, Syracuse and Qarthadast (Africa) starts with war ports. Romans can quickly develope naval fleets by taking these provinces (not that it's easy..)
- 2 new legions added, Adiutrix and Germanica using skins and UI by Limes (Ancient Empires)
- A new Collegia building added to all provinces to counter revolt CTD. A place where all walks of citizens and seedy characters gathered. Some for criminal activities and worse to spread rebellion.
- Senate button deleted thanks to Macedonn
- Give both starting Consular Legions a Consular Banner each (Imperator Campaign)
- Give each legion a Legion Banner according to legion number";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}