You don't get any heavily armoured units until the Pan-Caucas reforms.
Thanks for the info.
I managed to weather the storm for a while and had taken Kotais, Trapezous, Mtskheta and Kabalaka and started building a city upgrade for Armavir (almost got the reforms...). I had a 5 unit army of pure HA's guarding me from Phraaspa, using the distance to whittle away at the smaller stacks coming from that side and my main army (3x caucasian archers, 2 x caucasian slingers, 4x FM's, 1 x Eastern Javelin, 4x caucasian spear and 2 x armenian spear) defending against increasingly larger stacks from Kharkatiokherta.
For whatever reason AS seemed to have a major grudge with me for daring to remain their ally, I briefly removed FOW and they've lost swathes of land to the Ptolies (antioch, edessa, damascus, palmyra, bostra,babylon!) and they still move all of their troops against me. I decided to restart when I saw 2 full (20 unit) stacks with good FM's and a fair number of pezhetairoi/phalanx marching right towards me.
I was amazed, first time I've ever faced an aggressive AS. I usually play as Pontos and end up taking Asia Minor to Charax and all in between pretty reliably.
Got to say though, I do like the Hayasdan and will be trying again soon. After some more success as Pontos though, Zadrakarta doesn't conquer itself you know...
I have finished the Persian Reform for Hayasdan and have built type 1 gov in Susa and Persepolis, but my Faction Leader still don't get the title "Shahan Shah". It has to do with the arrival of Eleutheroi Diplomat Isaac at Armavir? I am waiting to him to be spawned but no sight of him.
Yes, he get Arkahen Arkah after I finished pan-caucasus Hayasdan reform long ago.
When I finished pan-caucasus Hayasdan reform, Isaac was spawned around Armavir and then after a turn, my faction leader get Arkahen Arkah.
so, from the EBBS script,
-------------------------------------------------------------------
;; Check Susa for gov1, if true set counter 2.
monitor_event SettlementTurnStart SettlementName Susa
and I_LocalFaction romans_scipii
and SettlementIsLocal
and SettlementBuildingExists = gov1
and I_CompareCounter PR_Appendix1 = 1
spawn_character slave Isaac, diplomat, command 0, influence 0, management 0, subterfuge 0, age 63, , x 229, y 144
;console_command give_ancillary "Isaac" ShahanshahAncillary
set_counter PR_Appendix1 2
end_monitor
;; Check Persepolis for gov1, if true set counter 2.
monitor_event SettlementTurnStart SettlementName Persepolis
and I_LocalFaction romans_scipii
and SettlementIsLocal
and SettlementBuildingExists = gov1
and I_CompareCounter PR_Appendix1 = 1
spawn_character slave Isaac, diplomat, command 0, influence 0, management 0, subterfuge 0, age 63, , x 229, y 144
;console_command give_ancillary "Isaac" ShahanshahAncillary
set_counter PR_Appendix1 2
end_monitor
;; Check counter, if 3 kill diplomat and set counter 4
monitor_event FactionTurnEnd FactionType romans_julii
and I_LocalFaction romans_scipii
and I_CompareCounter PR_Appendix1 = 2
console_command kill_character Isaac
set_counter PR_Appendix1 3
end_monitor
-------------------------------------------------------------------------
After I built Gov1 in Susa and Persepolis, (I can build Gov1 at Susa and Persepolis after I finished PERSIAFULL in 6 regions) Isaac should be spawned around Armavir and give the Faction Leader the trait of Shahan Shah.
But, I am waiting for him to be spawned and give the title Shahan Shah to my faction leader,but until now he don't appear.
Am I missing something?
Bookmarks