3-Trait Leaders

Lyoncet

Emperor
Joined
Dec 20, 2009
Messages
1,676
Location
Minnesota
I've always been a fan of pointless speculation threads, and concepts that as far as I know are completely impossible to implement are among the most blunted of the pointless! So on with the opining! (I didn't even know that "opine" had a gerund form until this second.)

I just finished a sourcebook on Pericles and was struck by how well his traits fit him, but also how well a couple others would too. Imp. seems natural, since the Athenian Empire was essentially his doing (moving the Delian League treasury from Delos to Athens was for all intents and purposes the final step) and he was regarded by the philosophers, orators, and statesmen of the day as the single greatest speaker in a city of eloquence. While only 3 of his speeches have survived (and one - the funeral oration - was probably written by Hypatia at least in part), if Herodotus's accounts and retellings can be believed, he managed in one 10-page long speech to get the Athenians to go from calling for his expulsion to giving him a fine and then re-electing to his generalship.

The Achaemenid Empire under Cyrus is still studied today as a prime example of centralized government, which is no small feat given that it was almost 1,000 years before the world saw a larger empire (for reference, it encompassed about 25% more land that the Roman Empire at its height, and around 500 years earlier). While how much of that was Cyrus's doing could be argued, I'd say that Org. would fit the bill nicely.

While it wasn't exactly traditional imperial expansionism, one could certainly make a case for Otto von Bismarck's vision (and flawless implementation) of a unified Germany as rationale for Imp. Perhaps it warrants its own trait, something like "Magnificent Bastard."
 
I've always been a fan of pointless speculation threads, and concepts that as far as I know are completely impossible to implement are among the most blunted of the pointless! So on with the opining! (I didn't even know that "opine" had a gerund form until this second.)

This particular idea is trivial to implement. Just add another trait to the leader's listing.

As a specific example, to add Org to Cyrus, you would change
Code:
			<Traits>
				<Trait>
					<TraitType>TRAIT_CHARISMATIC</TraitType>
					<bTrait>1</bTrait>
				</Trait>
				<Trait>
					<TraitType>TRAIT_IMPERIALIST</TraitType>
					<bTrait>1</bTrait>
				</Trait>
			</Traits>

to
Code:
			<Traits>
				<Trait>
					<TraitType>TRAIT_CHARISMATIC</TraitType>
					<bTrait>1</bTrait>
				</Trait>
				<Trait>
					<TraitType>TRAIT_IMPERIALIST</TraitType>
					<bTrait>1</bTrait>
				</Trait>
				<Trait>
					<TraitType>TRAIT_ORGANIZED</TraitType>
					<bTrait>1</bTrait>
				</Trait>

			</Traits>

There is no inherent limit on how many traits a leader can have.

Doing so would likely lead to major balance issues, even if you were to give every leader a third trait. Of course, as long as you are having fun that is all that really matters.
 
Wow, I really had no idea it was even possible.

Of course to make it non-cheat-ish you'd also probably have to modify the AI a bit to make it take advantage of its new traits. But who said traits were balanced in the first place? :lol:
 
i dont think u would need to mod the AI. why would you if the ais for all teh traits are already in the game so if a leader posseses a trait; any traits it posseses tells the computer to call upon the ai for all the traits it owns, (Which are preloaded in the game from the start) so why would you need to change the AI?
 
The last months I have played my own mod and one of the modifications is that all leaders has a third trait. My favorite so far is Tokugawa, his third trait is Financial.
 
i dont think u would need to mod the AI. why would you if the ais for all teh traits are already in the game so if a leader posseses a trait; any traits it posseses tells the computer to call upon the ai for all the traits it owns, (Which are preloaded in the game from the start) so why would you need to change the AI?

Most of the AI behaviours are controlled by a big heap of % modifiers, not their traits. (e.g. %chance to build a unit, %to declare war etc). As far as I know if you were to make Monty financial instead of aggressive he would play just the same, just be able to afford more units :eek:
 
I'd almost be tempted to give Tokugawa Industrious just to laugh as I watch it go to waste! :lol:
 
I believe that some traits are easy for the AI to adopt, I mean Aggressive and Protective give you an advantage, you don't need a brain to make use of it. Traits like Financial also gives you an advantage but is more complex to use. If the AI is programmed to build Farms he won't use it properly, so changing the traits probably give you an advantage.
 
AI leaders aren't indeed affected much from the traits directly as far as I know, rather a sum of %-modifiers.

I think Defensive, Aggressive, Financial, Creative, Organized, Expansive would give them easy to use bonuses, while Spiritual, Philosophical, Imperialistic probably less obvious and thus less easy to use bonuses (from an AI perspective!).
 
The actual nature of each trait is just a heap of XML variables too, so in fact it would be a little tricky, probably impossible, even for an AI to "know" it was financial. It would have to look up its traits, then look up the screen description and compare it with the text "Financial". It would also have to compare it with all possible non-english text versions in all languages on earth. Or it could look at all the bonuses it was getting and compare them with a set which it knew made up the financial trait, but that would be like hardcoding the financial trait in the AI brain which I doubt they did.

Here is the total contents of Alexander's brain as I understand it. He plays aggressively because of all the lines starting with War..... having high values. The free combat 1 from the aggressive trait just adds gravy.

Spoiler :
<LeaderHeadInfo>
<Type>LEADER_ALEXANDER</Type>
<Description>TXT_KEY_LEADER_ALEXANDER</Description>
<Civilopedia>TXT_KEY_LEADER_ALEXANDER_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_LEADER_ALEXANDER</ArtDefineTag>
<iWonderConstructRand>20</iWonderConstructRand>
<iBaseAttitude>0</iBaseAttitude>
<iBasePeaceWeight>0</iBasePeaceWeight>
<iPeaceWeightRand>3</iPeaceWeightRand>
<iWarmongerRespect>2</iWarmongerRespect>
<iEspionageWeight>100</iEspionageWeight>
<iRefuseToTalkWarThreshold>8</iRefuseToTalkWarThreshold>
<iNoTechTradeThreshold>5</iNoTechTradeThreshold>
<iTechTradeKnownPercent>30</iTechTradeKnownPercent>
<iMaxGoldTradePercent>5</iMaxGoldTradePercent>
<iMaxGoldPerTurnTradePercent>10</iMaxGoldPerTurnTradePercent>
<iMaxWarRand>50</iMaxWarRand>
<iMaxWarNearbyPowerRatio>90</iMaxWarNearbyPowerRatio>
<iMaxWarDistantPowerRatio>70</iMaxWarDistantPowerRatio>
<iMaxWarMinAdjacentLandPercent>0</iMaxWarMinAdjacentLandPercent>
<iLimitedWarRand>40</iLimitedWarRand>
<iLimitedWarPowerRatio>130</iLimitedWarPowerRatio>
<iDogpileWarRand>50</iDogpileWarRand>
<iMakePeaceRand>40</iMakePeaceRand>
<iDeclareWarTradeRand>40</iDeclareWarTradeRand>
<iDemandRebukedSneakProb>40</iDemandRebukedSneakProb>
<iDemandRebukedWarProb>25</iDemandRebukedWarProb>
<iRazeCityProb>0</iRazeCityProb>
<iBuildUnitProb>35</iBuildUnitProb>
<iBaseAttackOddsChange>4</iBaseAttackOddsChange>
<iAttackOddsChangeRand>8</iAttackOddsChangeRand>
<iWorseRankDifferenceAttitudeChange>-2</iWorseRankDifferenceAttitudeChange>
<iBetterRankDifferenceAttitudeChange>0</iBetterRankDifferenceAttitudeChange>
<iCloseBordersAttitudeChange>-4</iCloseBordersAttitudeChange>
<iLostWarAttitudeChange>-1</iLostWarAttitudeChange>
<iAtWarAttitudeDivisor>-5</iAtWarAttitudeDivisor>
<iAtWarAttitudeChangeLimit>5</iAtWarAttitudeChangeLimit>
<iAtPeaceAttitudeDivisor>60</iAtPeaceAttitudeDivisor>
<iAtPeaceAttitudeChangeLimit>1</iAtPeaceAttitudeChangeLimit>
<iSameReligionAttitudeChange>1</iSameReligionAttitudeChange>
<iSameReligionAttitudeDivisor>10</iSameReligionAttitudeDivisor>
<iSameReligionAttitudeChangeLimit>4</iSameReligionAttitudeChangeLimit>
<iDifferentReligionAttitudeChange>-1</iDifferentReligionAttitudeChange>
<iDifferentReligionAttitudeDivisor>-5</iDifferentReligionAttitudeDivisor>
<iDifferentReligionAttitudeChangeLimit>-1</iDifferentReligionAttitudeChangeLimit>
<iBonusTradeAttitudeDivisor>50</iBonusTradeAttitudeDivisor>
<iBonusTradeAttitudeChangeLimit>2</iBonusTradeAttitudeChangeLimit>
<iOpenBordersAttitudeDivisor>25</iOpenBordersAttitudeDivisor>
<iOpenBordersAttitudeChangeLimit>2</iOpenBordersAttitudeChangeLimit>
<iDefensivePactAttitudeDivisor>12</iDefensivePactAttitudeDivisor>
<iDefensivePactAttitudeChangeLimit>2</iDefensivePactAttitudeChangeLimit>
<iShareWarAttitudeChange>1</iShareWarAttitudeChange>
<iShareWarAttitudeDivisor>8</iShareWarAttitudeDivisor>
<iShareWarAttitudeChangeLimit>4</iShareWarAttitudeChangeLimit>
<iFavoriteCivicAttitudeChange>1</iFavoriteCivicAttitudeChange>
<iFavoriteCivicAttitudeDivisor>10</iFavoriteCivicAttitudeDivisor>
<iFavoriteCivicAttitudeChangeLimit>2</iFavoriteCivicAttitudeChangeLimit>
<DemandTributeAttitudeThreshold>ATTITUDE_CAUTIOUS</DemandTributeAttitudeThreshold>
<NoGiveHelpAttitudeThreshold>ATTITUDE_CAUTIOUS</NoGiveHelpAttitudeThreshold>
<TechRefuseAttitudeThreshold>ATTITUDE_ANNOYED</TechRefuseAttitudeThreshold>
<StrategicBonusRefuseAttitudeThreshold>ATTITUDE_CAUTIOUS</StrategicBonusRefuseAttitudeThreshold>
<HappinessBonusRefuseAttitudeThreshold>ATTITUDE_ANNOYED</HappinessBonusRefuseAttitudeThreshold>
<HealthBonusRefuseAttitudeThreshold>ATTITUDE_ANNOYED</HealthBonusRefuseAttitudeThreshold>
<MapRefuseAttitudeThreshold>ATTITUDE_PLEASED</MapRefuseAttitudeThreshold>
<DeclareWarRefuseAttitudeThreshold>ATTITUDE_ANNOYED</DeclareWarRefuseAttitudeThreshold>
<DeclareWarThemRefuseAttitudeThreshold>ATTITUDE_PLEASED</DeclareWarThemRefuseAttitudeThreshold>
<StopTradingRefuseAttitudeThreshold>ATTITUDE_CAUTIOUS</StopTradingRefuseAttitudeThreshold>
<StopTradingThemRefuseAttitudeThreshold>ATTITUDE_CAUTIOUS</StopTradingThemRefuseAttitudeThreshold>
<AdoptCivicRefuseAttitudeThreshold>ATTITUDE_PLEASED</AdoptCivicRefuseAttitudeThreshold>
<ConvertReligionRefuseAttitudeThreshold>ATTITUDE_CAUTIOUS</ConvertReligionRefuseAttitudeThreshold>
<OpenBordersRefuseAttitudeThreshold>ATTITUDE_ANNOYED</OpenBordersRefuseAttitudeThreshold>
<DefensivePactRefuseAttitudeThreshold>ATTITUDE_PLEASED</DefensivePactRefuseAttitudeThreshold>
<PermanentAllianceRefuseAttitudeThreshold>ATTITUDE_PLEASED</PermanentAllianceRefuseAttitudeThreshold>
<VassalRefuseAttitudeThreshold>ATTITUDE_PLEASED</VassalRefuseAttitudeThreshold>
<iVassalPowerModifier>20</iVassalPowerModifier>
<iFreedomAppreciation>10</iFreedomAppreciation>
<FavoriteCivic>CIVIC_VASSALAGE</FavoriteCivic>
<FavoriteReligion>NONE</FavoriteReligion>
<Traits>
<Trait>
<TraitType>TRAIT_PHILOSOPHICAL</TraitType>
<bTrait>1</bTrait>
</Trait>
<Trait>
<TraitType>TRAIT_AGGRESSIVE</TraitType>
<bTrait>1</bTrait>
</Trait>
</Traits>
<Flavors>
<Flavor>
<FlavorType>FLAVOR_MILITARY</FlavorType>
<iFlavor>5</iFlavor>
</Flavor>
<Flavor>
<FlavorType>FLAVOR_GROWTH</FlavorType>
<iFlavor>2</iFlavor>
</Flavor>
</Flavors>
<ContactRands>
<ContactRand>
<ContactType>CONTACT_RELIGION_PRESSURE</ContactType>
<iContactRand>250</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_CIVIC_PRESSURE</ContactType>
<iContactRand>1000</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_JOIN_WAR</ContactType>
<iContactRand>20</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_STOP_TRADING</ContactType>
<iContactRand>50</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_GIVE_HELP</ContactType>
<iContactRand>500</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_ASK_FOR_HELP</ContactType>
<iContactRand>250</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_DEMAND_TRIBUTE</ContactType>
<iContactRand>250</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_OPEN_BORDERS</ContactType>
<iContactRand>20</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_DEFENSIVE_PACT</ContactType>
<iContactRand>80</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_PERMANENT_ALLIANCE</ContactType>
<iContactRand>80</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_PEACE_TREATY</ContactType>
<iContactRand>20</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_TRADE_TECH</ContactType>
<iContactRand>5</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_TRADE_BONUS</ContactType>
<iContactRand>5</iContactRand>
</ContactRand>
<ContactRand>
<ContactType>CONTACT_TRADE_MAP</ContactType>
<iContactRand>20</iContactRand>
</ContactRand>
</ContactRands>
<ContactDelays>
<ContactDelay>
<ContactType>CONTACT_RELIGION_PRESSURE</ContactType>
<iContactDelay>50</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_CIVIC_PRESSURE</ContactType>
<iContactDelay>50</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_JOIN_WAR</ContactType>
<iContactDelay>20</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_STOP_TRADING</ContactType>
<iContactDelay>20</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_GIVE_HELP</ContactType>
<iContactDelay>50</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_ASK_FOR_HELP</ContactType>
<iContactDelay>50</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_DEMAND_TRIBUTE</ContactType>
<iContactDelay>50</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_OPEN_BORDERS</ContactType>
<iContactDelay>20</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_DEFENSIVE_PACT</ContactType>
<iContactDelay>20</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_PERMANENT_ALLIANCE</ContactType>
<iContactDelay>20</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_PEACE_TREATY</ContactType>
<iContactDelay>10</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_TRADE_TECH</ContactType>
<iContactDelay>30</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_TRADE_BONUS</ContactType>
<iContactDelay>20</iContactDelay>
</ContactDelay>
<ContactDelay>
<ContactType>CONTACT_TRADE_MAP</ContactType>
<iContactDelay>50</iContactDelay>
</ContactDelay>
</ContactDelays>
<MemoryDecays>
<MemoryDecay>
<MemoryType>MEMORY_GIVE_HELP</MemoryType>
<iMemoryRand>200</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_REFUSED_HELP</MemoryType>
<iMemoryRand>100</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_ACCEPT_DEMAND</MemoryType>
<iMemoryRand>50</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_REJECTED_DEMAND</MemoryType>
<iMemoryRand>150</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_ACCEPTED_RELIGION</MemoryType>
<iMemoryRand>100</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_DENIED_RELIGION</MemoryType>
<iMemoryRand>50</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_ACCEPTED_CIVIC</MemoryType>
<iMemoryRand>100</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_DENIED_CIVIC</MemoryType>
<iMemoryRand>50</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_ACCEPTED_JOIN_WAR</MemoryType>
<iMemoryRand>150</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_DENIED_JOIN_WAR</MemoryType>
<iMemoryRand>100</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_ACCEPTED_STOP_TRADING</MemoryType>
<iMemoryRand>100</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_DENIED_STOP_TRADING</MemoryType>
<iMemoryRand>50</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_STOPPED_TRADING_RECENT</MemoryType>
<iMemoryRand>30</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_MADE_DEMAND_RECENT</MemoryType>
<iMemoryRand>20</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_CANCELLED_OPEN_BORDERS</MemoryType>
<iMemoryRand>10</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_TRADED_TECH_TO_US</MemoryType>
<iMemoryRand>100</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_RECEIVED_TECH_FROM_ANY</MemoryType>
<iMemoryRand>20</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_VOTED_AGAINST_US</MemoryType>
<iMemoryRand>10</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_VOTED_FOR_US</MemoryType>
<iMemoryRand>10</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_EVENT_GOOD_TO_US</MemoryType>
<iMemoryRand>50</iMemoryRand>
</MemoryDecay>
<MemoryDecay>
<MemoryType>MEMORY_EVENT_BAD_TO_US</MemoryType>
<iMemoryRand>50</iMemoryRand>
</MemoryDecay>
</MemoryDecays>
<MemoryAttitudePercents>
<MemoryAttitudePercent>
<MemoryType>MEMORY_DECLARED_WAR</MemoryType>
<iMemoryAttitudePercent>-300</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_DECLARED_WAR_ON_FRIEND</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_HIRED_WAR_ALLY</MemoryType>
<iMemoryAttitudePercent>-200</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_NUKED_US</MemoryType>
<iMemoryAttitudePercent>-200</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_NUKED_FRIEND</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_RAZED_CITY</MemoryType>
<iMemoryAttitudePercent>-250</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_RAZED_HOLY_CITY</MemoryType>
<iMemoryAttitudePercent>-200</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_SPY_CAUGHT</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_GIVE_HELP</MemoryType>
<iMemoryAttitudePercent>100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_REFUSED_HELP</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_ACCEPT_DEMAND</MemoryType>
<iMemoryAttitudePercent>100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_REJECTED_DEMAND</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_ACCEPTED_RELIGION</MemoryType>
<iMemoryAttitudePercent>100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_DENIED_RELIGION</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_ACCEPTED_CIVIC</MemoryType>
<iMemoryAttitudePercent>100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_DENIED_CIVIC</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_DENIED_JOIN_WAR</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_ACCEPTED_STOP_TRADING</MemoryType>
<iMemoryAttitudePercent>50</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_DENIED_STOP_TRADING</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_STOPPED_TRADING</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_HIRED_TRADE_EMBARGO</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_MADE_DEMAND</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_TRADED_TECH_TO_US</MemoryType>
<iMemoryAttitudePercent>10</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_VOTED_AGAINST_US</MemoryType>
<iMemoryAttitudePercent>-200</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_VOTED_FOR_US</MemoryType>
<iMemoryAttitudePercent>200</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_EVENT_GOOD_TO_US</MemoryType>
<iMemoryAttitudePercent>100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_EVENT_BAD_TO_US</MemoryType>
<iMemoryAttitudePercent>-100</iMemoryAttitudePercent>
</MemoryAttitudePercent>
<MemoryAttitudePercent>
<MemoryType>MEMORY_LIBERATED_CITIES</MemoryType>
<iMemoryAttitudePercent>150</iMemoryAttitudePercent>
</MemoryAttitudePercent>
</MemoryAttitudePercents>
<NoWarAttitudeProbs>
<NoWarAttitudeProb>
<AttitudeType>ATTITUDE_CAUTIOUS</AttitudeType>
<iNoWarProb>20</iNoWarProb>
</NoWarAttitudeProb>
<NoWarAttitudeProb>
<AttitudeType>ATTITUDE_PLEASED</AttitudeType>
<iNoWarProb>80</iNoWarProb>
</NoWarAttitudeProb>
<NoWarAttitudeProb>
<AttitudeType>ATTITUDE_FRIENDLY</AttitudeType>
<iNoWarProb>100</iNoWarProb>
</NoWarAttitudeProb>
</NoWarAttitudeProbs>
<UnitAIWeightModifiers>
<UnitAIWeightModifier>
<UnitAIType>UNITAI_ATTACK</UnitAIType>
<iWeightModifier>100</iWeightModifier>
</UnitAIWeightModifier>
</UnitAIWeightModifiers>
<ImprovementWeightModifiers/>
<DiplomacyIntroMusicPeace>
<DiploMusicPeaceEra>
<EraType>ERA_ANCIENT</EraType>
</DiploMusicPeaceEra>
<DiploMusicPeaceEra>
<EraType>ERA_CLASSICAL</EraType>
</DiploMusicPeaceEra>
<DiploMusicPeaceEra>
<EraType>ERA_MEDIEVAL</EraType>
</DiploMusicPeaceEra>
<DiploMusicPeaceEra>
<EraType>ERA_RENAISSANCE</EraType>
</DiploMusicPeaceEra>
<DiploMusicPeaceEra>
<EraType>ERA_INDUSTRIAL</EraType>
</DiploMusicPeaceEra>
<DiploMusicPeaceEra>
<EraType>ERA_MODERN</EraType>
</DiploMusicPeaceEra>
<DiploMusicPeaceEra>
<EraType>ERA_FUTURE</EraType>
</DiploMusicPeaceEra>
</DiplomacyIntroMusicPeace>
<DiplomacyMusicPeace>
<DiploMusicPeaceEra>
<EraType>ERA_ANCIENT</EraType>
<DiploScriptId>AS2D_DIPLO_ALEXANDER_EARLY</DiploScriptId>
</DiploMusicPeaceEra>
<DiploMusicPeaceEra>
<EraType>ERA_CLASSICAL</EraType>
<DiploScriptId>AS2D_DIPLO_ALEXANDER_EARLY</DiploScriptId>
</DiploMusicPeaceEra>
<DiploMusicPeaceEra>
<EraType>ERA_MEDIEVAL</EraType>
<DiploScriptId>AS2D_DIPLO_ALEXANDER_MIDDLE</DiploScriptId>
</DiploMusicPeaceEra>
<DiploMusicPeaceEra>
<EraType>ERA_RENAISSANCE</EraType>
<DiploScriptId>AS2D_DIPLO_ALEXANDER_MIDDLE</DiploScriptId>
</DiploMusicPeaceEra>
<DiploMusicPeaceEra>
<EraType>ERA_INDUSTRIAL</EraType>
<DiploScriptId>AS2D_DIPLO_ALEXANDER_LATE</DiploScriptId>
</DiploMusicPeaceEra>
<DiploMusicPeaceEra>
<EraType>ERA_MODERN</EraType>
<DiploScriptId>AS2D_DIPLO_ALEXANDER_LATE</DiploScriptId>
</DiploMusicPeaceEra>
<DiploMusicPeaceEra>
<EraType>ERA_FUTURE</EraType>
<DiploScriptId>AS2D_DIPLO_ALEXANDER_LATE</DiploScriptId>
</DiploMusicPeaceEra>
</DiplomacyMusicPeace>
<DiplomacyIntroMusicWar>
<DiploMusicWarEra>
<EraType>ERA_ANCIENT</EraType>
</DiploMusicWarEra>
<DiploMusicWarEra>
<EraType>ERA_CLASSICAL</EraType>
</DiploMusicWarEra>
<DiploMusicWarEra>
<EraType>ERA_MEDIEVAL</EraType>
</DiploMusicWarEra>
<DiploMusicWarEra>
<EraType>ERA_RENAISSANCE</EraType>
</DiploMusicWarEra>
<DiploMusicWarEra>
<EraType>ERA_INDUSTRIAL</EraType>
</DiploMusicWarEra>
<DiploMusicWarEra>
<EraType>ERA_MODERN</EraType>
</DiploMusicWarEra>
<DiploMusicWarEra>
<EraType>ERA_FUTURE</EraType>
</DiploMusicWarEra>
</DiplomacyIntroMusicWar>
<DiplomacyMusicWar>
<DiploMusicWarEra>
<EraType>ERA_ANCIENT</EraType>
<DiploScriptId>AS2D_DIPLO_WARDRUMS_EARLY</DiploScriptId>
</DiploMusicWarEra>
<DiploMusicWarEra>
<EraType>ERA_CLASSICAL</EraType>
<DiploScriptId>AS2D_DIPLO_WARDRUMS_EARLY</DiploScriptId>
</DiploMusicWarEra>
<DiploMusicWarEra>
<EraType>ERA_MEDIEVAL</EraType>
<DiploScriptId>AS2D_DIPLO_WARDRUMS_MIDDLE</DiploScriptId>
</DiploMusicWarEra>
<DiploMusicWarEra>
<EraType>ERA_RENAISSANCE</EraType>
<DiploScriptId>AS2D_DIPLO_WARDRUMS_MIDDLE</DiploScriptId>
</DiploMusicWarEra>
<DiploMusicWarEra>
<EraType>ERA_INDUSTRIAL</EraType>
<DiploScriptId>AS2D_DIPLO_WARDRUMS_LATE</DiploScriptId>
</DiploMusicWarEra>
<DiploMusicWarEra>
<EraType>ERA_MODERN</EraType>
<DiploScriptId>AS2D_DIPLO_WARDRUMS_LATE</DiploScriptId>
</DiploMusicWarEra>
<DiploMusicWarEra>
<EraType>ERA_FUTURE</EraType>
<DiploScriptId>AS2D_DIPLO_WARDRUMS_LATE</DiploScriptId>
</DiploMusicWarEra>
</DiplomacyMusicWar>
</LeaderHeadInfo>
 
Top Bottom