Thorvald of Lym
A Little Sketchy
Welcome to the actual, official, OP-belongs-to-the-devs development thread for the Imperium Offtopicum Civ4 mod! Started by Reus, this project aims to codify the IOT community and its most cherished memes within Firaxis' popular genocide simulator turn-based strategy game, Civilization IV: Beyond the Sword (v3.19). Finally, an IOT where you don't have to cram 'til 3 AM to beat the orders lock!
Downloading the mod
First-time users
New recruits can pick up the starter pack from SourceForge. This includes everything you need for basic functionality, all unit and building sounds, and some of the music files.
Advanced/returning users
This mod makes use of Apache Subversion for easier updating. Using the SVN, you'll have access to the full musical repertoire, and will only need to download files that have actually changed in future updates. It takes a bit of work to set up, but once it's up and running upgrades are done in literally three clicks and you won't need to redownload the Core Files each cycle:
Joining the family
Want to appear in the mod? Simply fill out this form:
Additionally, I love custom diplotext, and the code provides a wealth of possibilities for personalized responses:
Some example replies to demonstrate, adapted from the Civ3 diplomacy text:
Downloading the mod
First-time users
New recruits can pick up the starter pack from SourceForge. This includes everything you need for basic functionality, all unit and building sounds, and some of the music files.
Advanced/returning users
This mod makes use of Apache Subversion for easier updating. Using the SVN, you'll have access to the full musical repertoire, and will only need to download files that have actually changed in future updates. It takes a bit of work to set up, but once it's up and running upgrades are done in literally three clicks and you won't need to redownload the Core Files each cycle:
- Download and install Tortoise SVN.
- Create a folder in the BTS/Mods directory named 'Imperium Offtopicum' or similar.
- Right-click on the new folder and select 'SVN Checkout'. For 'URL of repository', enter 'svn://svn.code.sf.net/p/civ4-iot/code/trunk', and double-check that 'Checkout directory' matches the path to your folder.
- For future updates, simply right-click the folder and select 'SVN Update', or to update to a specific revision, 'TortoiseSVN > Update to revision'. Note that SVN updates will also DELETE unused files as well.
Joining the family
Want to appear in the mod? Simply fill out this form:
Spoiler Faction application :
Leader: Name and traits (max. 2)
Portrait: Min. 400x512, optimal 512x656
Diplomacy intro blurb: What the leader says when the player first makes contact
Faction name (full): i.e. United Kingdom of Great Britain and Northern Ireland
Shorthand: i.e. Airstrip One
Adjective: i.e. Scouse
Favourite civic & religion: Latter is optional
Flag: Displayed as standard in-game; min. 100x128; optimal 128x164
Starting techs: Max. 2
UU/UB: Max. 2 each
Strategy: In place of specific UU/UB, what the gameplay should gear toward
War & Peace theme: Optional, or pulled from Firaxis motifs.
Colour: Primary for units, secondary for city text; optional tertiary for leader display list
Building style: (European, Asian, Greco-Roman, Middle-Eastern, South American)
Unit style: Ditto, plus Feminist
Unit voiceover: Each original civ has its own. Depending on the topic I may also be able to jury-rig some from external sources.
Base AI: In lieu of custom metrics, your preferred AI profile. See this tool for comparisons.
Cities: Preferably 30-40 not already present in the game
Portrait: Min. 400x512, optimal 512x656
Diplomacy intro blurb: What the leader says when the player first makes contact
Faction name (full): i.e. United Kingdom of Great Britain and Northern Ireland
Shorthand: i.e. Airstrip One
Adjective: i.e. Scouse
Favourite civic & religion: Latter is optional
Flag: Displayed as standard in-game; min. 100x128; optimal 128x164
Starting techs: Max. 2
UU/UB: Max. 2 each
Strategy: In place of specific UU/UB, what the gameplay should gear toward
War & Peace theme: Optional, or pulled from Firaxis motifs.
Colour: Primary for units, secondary for city text; optional tertiary for leader display list
Building style: (European, Asian, Greco-Roman, Middle-Eastern, South American)
Unit style: Ditto, plus Feminist
Unit voiceover: Each original civ has its own. Depending on the topic I may also be able to jury-rig some from external sources.
Base AI: In lieu of custom metrics, your preferred AI profile. See this tool for comparisons.
Cities: Preferably 30-40 not already present in the game
Additionally, I love custom diplotext, and the code provides a wealth of possibilities for personalized responses:
Spoiler Selection variables :
- Civilization—Civ-specific responses; unused by Firaxis
- Leader—Leader-specific responses
- Attitudes—Diplomatic favour: Friendly, Pleased, Cautious, Annoyed, Furious. Firaxis usually divides these between 'friendly' (Fri to Cau) and 'furious' (Ann & Fur)
- DiplomacyPowers—Civ strength relative to player: Stronger, Equal, Weaker
- DiplomacyText—The displayed message. Can have multiple entries, resulting in a random choice
Spoiler Textual variables :
- [OUR_NAME]—The AI leader
- [OUR_EMPIRE]—Leader's civ, full title
- [OUR_CIV_SHORT]—Leader's civ, short form
- [OUR_CIV_ADJ]—Leader's civ adjective
- [CT_NAME]—Player's name
- [CT_EMPIRE]—Player's civ, full title
- [CT_CIV_SHORT]—Player's civ, short form
- [CT_CIV_ADJ]—Player's civ adjective
- [OUR_STATE_RELIGION]—Leader's religion; used for [AI_DIPLOCOMMENT_RELIGION_PRESSURE]
- %s1—Context-sensitive variable; its specific circumstances are described in the relevant passages below.
Spoiler AI diploresponses :
Asterisk denotes categories that don't have personalized leader responses by default.
AI_DIPLOCOMMENT_DECLARE_WAR*
When the civ unilaterally declares war on you. Not triggered by alliance obligations.
Default variable: None
AI_DIPLOCOMMENT_NO_VASSAL*
When a vassal becomes strong enough to break the pact.
Default variable: None
AI_DIPLOCOMMENT_OFFER_VASSAL*
When a leader offers to become your vassal during peace-time.
Default variable: None
AI_DIPLOCOMMENT_FIRST_CONTACT
When the player meets a leader for the first time. This is the only category that does not have a generic response.
Default variable: None
AI_DIPLOCOMMENT_REFUSE_TO_TALK
When the player attempts to contact an angry leader, typically at the outbreak of war or due to repeated diplomatic insults.
Default variable: None
AI_DIPLOCOMMENT_PEACE*
Response to "peace in our time" and player request for white peace during war.
Default variable: None
AI_DIPLOCOMMENT_NO_PEACE*
Response to player request for white peace during war.
Default variable: None
AI_DIPLOCOMMENT_GREETINGS
When a player contacts the leader.
Default variable: Attitude
AI_DIPLOCOMMENT_TRADING*
Blurb when a player begins a trade proposal.
Default variable: None
AI_DIPLOCOMMENT_ACCEPT*
When the leader accepts a trade offer.
Default variable: None
AI_DIPLOCOMMENT_REJECT*
When the leader declines a trade offer.
Default variable: Attitude
AI_DIPLOCOMMENT_GLAD*
When the player accepts the leader's offer.
Default variable: Attitude
AI_DIPLOCOMMENT_SORRY*
When the player declines the leader's offer.
Default variable: Attitude
AI_DIPLOCOMMENT_TRY_THIS_DEAL*
When the player haggles with the leader.
Default variable: None
AI_DIPLOCOMMENT_NO_DEAL*
When the leader refuses to trade an item in question, i.e. presented with an impossible deal.
Default variable: Attitude
AI_DIPLOCOMMENT_OFFER_PEACE*
When the leader approaches the player to end the war.
Default variable: None
AI_DIPLOCOMMENT_OFFER_CITY*
When the leader offers the player a city during peace-time.
Default variable: None
AI_DIPLOCOMMENT_OFFER_DEAL*
When the leader contacts the player with a trade.
Default variable: Attitude
AI_DIPLOCOMMENT_CANCEL_DEAL*
When the leader contacts the player to cancel a trade.
Default variable: Attitude
AI_DIPLOCOMMENT_THANKS*
When the player gives the leader a gift.
Default variable: None
AI_DIPLOCOMMENT_CURRENT_DEALS*
When the player asks for a list of standing trades.
Default variable: None
AI_DIPLOCOMMENT_ACCEPT_ASK*
When the leader gives the player a favour.
Default variable: None
AI_DIPLOCOMMENT_REJECT_ASK*
When the leader won't grant a favour.
Default variable: None
AI_DIPLOCOMMENT_ACCEPT_DEMAND*
When the leader gives in to the player's threat.
Default variable: None
AI_DIPLOCOMMENT_REJECT_DEMAND*
When the leader refuses to be extorted.
Default variable: None
AI_DIPLOCOMMENT_ACCEPT_DEMAND_TEAM*
Don't actually know what this does; probably has to do with negotiating with a locked alliance.
Default variable: None
AI_DIPLOCOMMENT_GIVE_HELP*
When the leader gives the player a gift.
Default variable: None
AI_DIPLOCOMMENT_ASK_FOR_HELP*
When the leader asks the player for a favour.
Default variable: Attitude
AI_DIPLOCOMMENT_HELP_REFUSED*
When the player refuses to grant the favour.
Default variable: Power
AI_DIPLOCOMMENT_DEMAND_TRIBUTE
When the leader extorts the player.
Default variable: Power
AI_DIPLOCOMMENT_DEMAND_REJECTED*
When the player refuses to be intimidated.
Default variable: Power
AI_DIPLOCOMMENT_RELIGION_PRESSURE*
When the leader asks the player to convert state religions.
Default variable: Power
AI_DIPLOCOMMENT_RELIGION_DENIED*
When the player won't convert.
Default variable: Power
AI_DIPLOCOMMENT_CIVIC_PRESSURE*
When the leader asks the player to change civics.
Default variable: None
%s1: Leader's civic
AI_DIPLOCOMMENT_CIVIC_DENIED*
When the player won't change civics.
Default variable: None
AI_DIPLOCOMMENT_JOIN_WAR*
When the leader asks the player to team up on a third civ.
Default variable: None
%s1: Pluralization of enemy civ adjective (i.e. Serbians)
AI_DIPLOCOMMENT_JOIN_DENIED*
When the player refuses to start a war.
Default variable: None
AI_DIPLOCOMMENT_STOP_TRADING*
When the leader asks the player to cancel all deals with a third civ.
Default variable: None
%s1: Pluralization of enemy civ adjective (i.e. Republicans)
AI_DIPLOCOMMENT_STOP_DENIED*
When the player refuses to break relations with the third civ.
Default variable:None
AI_DIPLOCOMMENT_UNIT_BRAG*
Randomly-triggered boast about the leader's best unit.
Default variable: None
AI_DIPLOCOMMENT_NUKES*
Comment when the leader has missiles.
Default variable: None
AI_DIPLOCOMMENT_WORST_ENEMY*
Occasional comment about the leader's most hated civ.
Default variable: None
AI_DIPLOCOMMENT_WORST_ENEMY_TRADING*
Occasional comment when the player is trading with the leader's most hated civ.
Default variable: None
AI_DIPLOCOMMENT_SOMETHING_ELSE*
When the player selects the option to discuss something else.
Default variable: None
AI_DIPLOCOMMENT_RESEARCH*
When the player asks the leader to change research goals.
Default variable: None
AI_DIPLOCOMMENT_RESEARCH_TECH*
When the leader changes research goals.
Default variable: None
AI_DIPLOCOMMENT_ATTITUDE*
When the player selects "What do you think about..."
Default variable: None
AI_DIPLOCOMMENT_ATTITUDE_PLAYER_FURIOUS*
Describing a rival the leader hates.
Default variable: None
%s1: Rival in question. (This apparently combines with the [NUM1] function for gender-appropriate pronouns that I'm still trying to figure out.)
AI_DIPLOCOMMENT_ATTITUDE_PLAYER_ANNOYED*
Describing a rival the leader dislikes.
Default variable: None
%s1: Rival in question
AI_DIPLOCOMMENT_ATTITUDE_PLAYER_CAUTIOUS*
Describing a rival the leader is neutral about.
Default variable: None
%s1: Rival in question
AI_DIPLOCOMMENT_ATTITUDE_PLAYER_PLEASED*
Describing a rival the leader likes.
Default variable: None
%s1: Rival in question
AI_DIPLOCOMMENT_ATTITUDE_PLAYER_FRIENDLY*
Describing a rival the leader loves.
Default variable: None
%s1: Rival in question
AI_DIPLOCOMMENT_TARGET*
When the player asks the leader to target an enemy city.
Default variable: None
AI_DIPLOCOMMENT_TARGET_CITY*
When the leader will attack the city.
Default variable: None
AI_DIPLOCOMMENT_WELL*
"Well?"
Default variable: None
AI_DIPLOCOMMENT_DECLARE_WAR*
When the civ unilaterally declares war on you. Not triggered by alliance obligations.
Default variable: None
AI_DIPLOCOMMENT_NO_VASSAL*
When a vassal becomes strong enough to break the pact.
Default variable: None
AI_DIPLOCOMMENT_OFFER_VASSAL*
When a leader offers to become your vassal during peace-time.
Default variable: None
AI_DIPLOCOMMENT_FIRST_CONTACT
When the player meets a leader for the first time. This is the only category that does not have a generic response.
Default variable: None
AI_DIPLOCOMMENT_REFUSE_TO_TALK
When the player attempts to contact an angry leader, typically at the outbreak of war or due to repeated diplomatic insults.
Default variable: None
AI_DIPLOCOMMENT_PEACE*
Response to "peace in our time" and player request for white peace during war.
Default variable: None
AI_DIPLOCOMMENT_NO_PEACE*
Response to player request for white peace during war.
Default variable: None
AI_DIPLOCOMMENT_GREETINGS
When a player contacts the leader.
Default variable: Attitude
AI_DIPLOCOMMENT_TRADING*
Blurb when a player begins a trade proposal.
Default variable: None
AI_DIPLOCOMMENT_ACCEPT*
When the leader accepts a trade offer.
Default variable: None
AI_DIPLOCOMMENT_REJECT*
When the leader declines a trade offer.
Default variable: Attitude
AI_DIPLOCOMMENT_GLAD*
When the player accepts the leader's offer.
Default variable: Attitude
AI_DIPLOCOMMENT_SORRY*
When the player declines the leader's offer.
Default variable: Attitude
AI_DIPLOCOMMENT_TRY_THIS_DEAL*
When the player haggles with the leader.
Default variable: None
AI_DIPLOCOMMENT_NO_DEAL*
When the leader refuses to trade an item in question, i.e. presented with an impossible deal.
Default variable: Attitude
AI_DIPLOCOMMENT_OFFER_PEACE*
When the leader approaches the player to end the war.
Default variable: None
AI_DIPLOCOMMENT_OFFER_CITY*
When the leader offers the player a city during peace-time.
Default variable: None
AI_DIPLOCOMMENT_OFFER_DEAL*
When the leader contacts the player with a trade.
Default variable: Attitude
AI_DIPLOCOMMENT_CANCEL_DEAL*
When the leader contacts the player to cancel a trade.
Default variable: Attitude
AI_DIPLOCOMMENT_THANKS*
When the player gives the leader a gift.
Default variable: None
AI_DIPLOCOMMENT_CURRENT_DEALS*
When the player asks for a list of standing trades.
Default variable: None
AI_DIPLOCOMMENT_ACCEPT_ASK*
When the leader gives the player a favour.
Default variable: None
AI_DIPLOCOMMENT_REJECT_ASK*
When the leader won't grant a favour.
Default variable: None
AI_DIPLOCOMMENT_ACCEPT_DEMAND*
When the leader gives in to the player's threat.
Default variable: None
AI_DIPLOCOMMENT_REJECT_DEMAND*
When the leader refuses to be extorted.
Default variable: None
AI_DIPLOCOMMENT_ACCEPT_DEMAND_TEAM*
Don't actually know what this does; probably has to do with negotiating with a locked alliance.
Default variable: None
AI_DIPLOCOMMENT_GIVE_HELP*
When the leader gives the player a gift.
Default variable: None
AI_DIPLOCOMMENT_ASK_FOR_HELP*
When the leader asks the player for a favour.
Default variable: Attitude
AI_DIPLOCOMMENT_HELP_REFUSED*
When the player refuses to grant the favour.
Default variable: Power
AI_DIPLOCOMMENT_DEMAND_TRIBUTE
When the leader extorts the player.
Default variable: Power
AI_DIPLOCOMMENT_DEMAND_REJECTED*
When the player refuses to be intimidated.
Default variable: Power
AI_DIPLOCOMMENT_RELIGION_PRESSURE*
When the leader asks the player to convert state religions.
Default variable: Power
AI_DIPLOCOMMENT_RELIGION_DENIED*
When the player won't convert.
Default variable: Power
AI_DIPLOCOMMENT_CIVIC_PRESSURE*
When the leader asks the player to change civics.
Default variable: None
%s1: Leader's civic
AI_DIPLOCOMMENT_CIVIC_DENIED*
When the player won't change civics.
Default variable: None
AI_DIPLOCOMMENT_JOIN_WAR*
When the leader asks the player to team up on a third civ.
Default variable: None
%s1: Pluralization of enemy civ adjective (i.e. Serbians)
AI_DIPLOCOMMENT_JOIN_DENIED*
When the player refuses to start a war.
Default variable: None
AI_DIPLOCOMMENT_STOP_TRADING*
When the leader asks the player to cancel all deals with a third civ.
Default variable: None
%s1: Pluralization of enemy civ adjective (i.e. Republicans)
AI_DIPLOCOMMENT_STOP_DENIED*
When the player refuses to break relations with the third civ.
Default variable:None
AI_DIPLOCOMMENT_UNIT_BRAG*
Randomly-triggered boast about the leader's best unit.
Default variable: None
AI_DIPLOCOMMENT_NUKES*
Comment when the leader has missiles.
Default variable: None
AI_DIPLOCOMMENT_WORST_ENEMY*
Occasional comment about the leader's most hated civ.
Default variable: None
AI_DIPLOCOMMENT_WORST_ENEMY_TRADING*
Occasional comment when the player is trading with the leader's most hated civ.
Default variable: None
AI_DIPLOCOMMENT_SOMETHING_ELSE*
When the player selects the option to discuss something else.
Default variable: None
AI_DIPLOCOMMENT_RESEARCH*
When the player asks the leader to change research goals.
Default variable: None
AI_DIPLOCOMMENT_RESEARCH_TECH*
When the leader changes research goals.
Default variable: None
AI_DIPLOCOMMENT_ATTITUDE*
When the player selects "What do you think about..."
Default variable: None
AI_DIPLOCOMMENT_ATTITUDE_PLAYER_FURIOUS*
Describing a rival the leader hates.
Default variable: None
%s1: Rival in question. (This apparently combines with the [NUM1] function for gender-appropriate pronouns that I'm still trying to figure out.)
AI_DIPLOCOMMENT_ATTITUDE_PLAYER_ANNOYED*
Describing a rival the leader dislikes.
Default variable: None
%s1: Rival in question
AI_DIPLOCOMMENT_ATTITUDE_PLAYER_CAUTIOUS*
Describing a rival the leader is neutral about.
Default variable: None
%s1: Rival in question
AI_DIPLOCOMMENT_ATTITUDE_PLAYER_PLEASED*
Describing a rival the leader likes.
Default variable: None
%s1: Rival in question
AI_DIPLOCOMMENT_ATTITUDE_PLAYER_FRIENDLY*
Describing a rival the leader loves.
Default variable: None
%s1: Rival in question
AI_DIPLOCOMMENT_TARGET*
When the player asks the leader to target an enemy city.
Default variable: None
AI_DIPLOCOMMENT_TARGET_CITY*
When the leader will attack the city.
Default variable: None
AI_DIPLOCOMMENT_WELL*
"Well?"
Default variable: None
Spoiler :
<Tag>AI_DIPLO_FIRST_CONTACT_LEADER_GENGHIS_KHAN_2</Tag>
<English>Your long journey has led you to me, [OUR_NAME], Father of the [OUR_EMPIRE].</English>
<Tag>AI_DIPLO_DEMAND_TRIBUTE_POWER_WEAKER_GENGHIS_KHAN_2</Tag>
<English>It is fair that brothers bestow gifts on one another during significant times. Now is such a time for [OUR_CIV_SHORT].</English>
<Tag>AI_DIPLO_DEMAND_TRIBUTE_POWER_EQUAL_GENGHIS_KHAN_2</Tag>
<English>The journey that I, [OUR_NAME], have made to visit you is a great honor to the [CT_CIV_ADJ] people. Let us mark the occasion with a gift from you to me.</English>
<Tag>AI_DIPLO_DEMAND_TRIBUTE_POWER_STRONGER_GENGHIS_KHAN_2</Tag>
<English>Time is short and so will be the memory of the [CT_EMPIRE] should you deny me this token of respect.</English>
<Tag>AI_DIPLO_DEMAND_REJECTED_POWER_WEAKER_GENGHIS_KHAN_1</Tag>
<English>Very few individuals surprise [OUR_NAME]. Pray that you don't continue to do so.</English>
<Tag>AI_DIPLO_DEMAND_REJECTED_POWER_EQUAL_GENGHIS_KHAN_1</Tag>
<English>Where has this new found backbone sprung from? When the [OUR_CIV_ADJ] people find out, don't expect such tolerance as I demonstrate today.</English>
<Tag>AI_DIPLO_DEMAND_REJECTED_POWER_STRONGER_GENGHIS_KHAN_1</Tag>
<English>Wars have been started for less, but in this case your cities shall continue to stand. In this case.</English>
<Tag>AI_DIPLO_OFFER_PEACE_POWER_WEAKER_GENGHIS_KHAN_1</Tag>
<English>Wisdom is not a characteristic [CT_CIV_SHORT] has demonstrated in the past, but things can change. Deliver the following and we shall stay our horde.</English>
<Tag>AI_DIPLO_OFFER_PEACE_POWER_EQUAL_GENGHIS_KHAN_1</Tag>
<English>Many battles have demonstrated an almost [OUR_CIV_ADJ]-like ability to wage war. This we respect and offer you a chance to live another day.</English>
<Tag>AI_DIPLO_OFFER_PEACE_POWER_STRONGER_GENGHIS_KHAN_1</Tag>
<English>Taking the lives of your [CT_CIV_ADJ] warriors have begun to bore us. Can we not end this hostility so that [OUR_CIV_SHORT] might find a more worthy foe?</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_GENGHIS_KHAN_1</Tag>
<English>I have always enjoyed your sense of humor. That and your screams. War forever!</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_GENGHIS_KHAN_2</Tag>
<English>There will be no peace until the bones of [CT_CIV_SHORT] provide the foundation for our great nation.</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_GENGHIS_KHAN_3</Tag>
<English>I will take your weakness as a clear indication of our inevitable triumph. There shall be no peace.</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_GENGHIS_KHAN_4</Tag>
<English>War is our business and business is good. This conflict continues.</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_GENGHIS_KHAN_5</Tag>
<English>No taste for war, [CT_NAME]? I however am an addict. Prepare for eradication.</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_GENGHIS_KHAN_6</Tag>
<English>Perhaps when the cries of your scattered people echo through our lands. That day has not yet come.</English>
<Tag>AI_DIPLO_JOIN_WAR_POWER_WEAKER_GENGHIS_KHAN_1</Tag>
<English>Let's join in the glory of bloodlust, [CT_NAME]! Our armed forces, together, can eliminate the %s1 once and for all.</English>
<Tag>AI_DIPLO_JOIN_WAR_POWER_EQUAL_GENGHIS_KHAN_1</Tag>
<English>While your assistance against the feeble %s1 is by no mean necessary, it could accelerate their obliteration. Join us [CT_NAME]. Join us in carnage!</English>
<Tag>AI_DIPLO_JOIN_WAR_POWER_STRONGER_GENGHIS_KHAN_1</Tag>
<English>Your weapons are dry while those of the [OUR_CIV_ADJ] people drip with the blood of %s1. Would you care to join in the splendor of our conquest?</English>
<Tag>AI_DIPLO_STOP_TRADING_FR_GENGHIS_KHAN_1</Tag>
<English>Starvation is the tool of a coward, but to not use all tools against your enemy is foolish. Come, [CT_NAME], let us choke the %s1 with our hands as well as our commerce.</English>
<Tag>AI_DIPLO_STOP_TRADING_FR_GENGHIS_KHAN_2</Tag>
<English>Ridiculous though they are, the %s1 need to be sent a clear message about their place in our world. Join our embargo!</English>
<Tag>AI_DIPLO_STOP_TRADING_FUR_GENGHIS_KHAN_1</Tag>
<English>While [OUR_CIV_SHORT] is not sure of what impact withholding [CT_CIV_ADJ] goods will have on the %s1, they have angered us greatly. Make not their mistake and join our embargo!</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FR_LEADER_GENGHIS_KHAN_2</Tag>
<English>[CT_NAME], your visit comes at an agreeable time. What is it you desire from the [OUR_CIV_ADJ] people?</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FR_LEADER_GENGHIS_KHAN_3</Tag>
<English>I am glad to see you, [CT_NAME]. I continue to hear of your daring adventures across the globe. What can [OUR_NAME] do for you?</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_GENGHIS_KHAN_2</Tag>
<English>[CT_NAME], my future slave. Enjoying your last days of freedom?</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_GENGHIS_KHAN_3</Tag>
<English>Well, my spies have reported your assassination prematurely it seems. Speak before I fulfill that prophecy myself!</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_GENGHIS_KHAN_4</Tag>
<English>You unwisely have contested the [OUR_CIV_ADJ] people. Tell me you have learned your lesson.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_GENGHIS_KHAN_5</Tag>
<English>I should kill you where you stand, but I am counseled against it. It's your lucky day.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_GENGHIS_KHAN_6</Tag>
<English>You dare come into the presence of [OUR_NAME]? You're either very stupid or very brave.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_GENGHIS_KHAN_7</Tag>
<English>Say what you've come to say, [CT_NAME]. Then run. Run for your life.</English>
<Tag>AI_DIPLO_ACCEPT_DEMAND_FR_GENGHIS_KHAN_1</Tag>
<English>The [OUR_EMPIRE] shall take pity on you and deliver what you request. Just don't be confused about who is controlling this situation, [CT_NAME].</English>
<Tag>AI_DIPLO_ACCEPT_DEMAND_FR_GENGHIS_KHAN_2</Tag>
<English>Perhaps one day you shall reciprocate [OUR_CIV_ADJ] generosity. To that end we shall provide you with what you request.</English>
<Tag>AI_DIPLO_ACCEPT_DEMAND_FUR_GENGHIS_KHAN_1</Tag>
<English>We would rather deliver our blades into your backs, but the situation dictates otherwise. Take your plunder and be gone from my sight!</English>
<Tag>AI_DIPLO_REJECT_DEMAND_FR_GENGHIS_KHAN_1</Tag>
<English>Your imitation of a human with a backbone amuses us! Now perform a dance for [OUR_NAME]'s nickels!</English>
<Tag>AI_DIPLO_REJECT_DEMAND_FR_GENGHIS_KHAN_2</Tag>
<English>You should exhibit slightly greater sense of self preservation, [CT_NAME]. You are in no position to demand anything.</English>
<Tag>AI_DIPLO_REJECT_DEMAND_FUR_GENGHIS_KHAN_1</Tag>
<English>Wonderful! I've been waiting for a chance to split your skull. Continue with your demands and empower my wrath!</English>
<Tag>AI_DIPLO_FIRST_CONTACT_LEADER_HANNIBAL_2</Tag>
<English>Hail! I, [OUR_NAME], the eldest of the Lion's Brood, the joy of Baal, hero of Carthage, and the Scourge of Rome, stand before you!</English>
<Tag>AI_DIPLO_DEMAND_TRIBUTE_POWER_WEAKER_HANNIBAL_2</Tag>
<English>My senators have advised me that you have obtained the following! Is this true? Hand it over at once, and I will not take it by force.</English>
<Tag>AI_DIPLO_DEMAND_TRIBUTE_POWER_EQUAL_HANNIBAL_2</Tag>
<English>[CT_NAME], I understand that you have the following. This would surely be an invaluable asset for the [OUR_CIV_ADJ] people. We demand that you share it with [OUR_CIV_SHORT] at once!</English>
<Tag>AI_DIPLO_DEMAND_TRIBUTE_POWER_STRONGER_HANNIBAL_2</Tag>
<English>I see the fate of the [CT_CIV_ADJ] people before me, [CT_NAME]. Pay tribute to [OUR_CIV_SHORT], or be flattened under our heel along the path to glory.</English>
<Tag>AI_DIPLO_DEMAND_REJECTED_POWER_WEAKER_HANNIBAL_1</Tag>
<English>While I am shocked that you would refuse my demands, [CT_NAME], I am impressed that you have called my bluff. Do not expect me to be so impressed next time.</English>
<Tag>AI_DIPLO_DEMAND_REJECTED_POWER_EQUAL_HANNIBAL_1</Tag>
<English>I see... next time I will not ask so politely, [CT_NAME]. I will not be denied what I want so easily again.</English>
<Tag>AI_DIPLO_DEMAND_REJECTED_POWER_STRONGER_HANNIBAL_1</Tag>
<English>[CT_NAME], I have stricken your name from my list of civilizations that I was going to spare. If I were you, I would watch my back.</English>
<Tag>AI_DIPLO_OFFER_PEACE_POWER_WEAKER_HANNIBAL_1</Tag>
<English>You have been a worthy opponent, [CT_NAME]. I admire your determination. Perhaps we can reconcile our differences?</English>
<Tag>AI_DIPLO_OFFER_PEACE_POWER_EQUAL_HANNIBAL_1</Tag>
<English>Let it not be said that I am without mercy, [CT_NAME]. This is your one and only chance to end this war. I suggest that you take it.</English>
<Tag>AI_DIPLO_OFFER_PEACE_POWER_STRONGER_HANNIBAL_1</Tag>
<English>[CT_NAME]! The lion is upon your throat. You must ask yourself: 'Do I want to live to fight another day, or be crushed in its jaws?'</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_HANNIBAL_1</Tag>
<English>No! I will never be taken alive!</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_HANNIBAL_2</Tag>
<English>Never! A new world order will rise from the ashes of your corrupt and despicable empire!</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_HANNIBAL_3</Tag>
<English>No! You have only received a taste of what I have in store for you and the [CT_CIV_ADJ] people, [CT_NAME].</English>
<Tag>AI_DIPLO_JOIN_WAR_POWER_WEAKER_HANNIBAL_1</Tag>
<English>I know how to win a fight, and you know how to wring the most out of the spoils of victory, [CT_NAME]. Let us unite to end the reign of the %s1 once and for all!</English>
<Tag>AI_DIPLO_JOIN_WAR_POWER_EQUAL_HANNIBAL_1</Tag>
<English>Join me in my fight against the %s1. I can no longer tolerate the foul propaganda which they spread about me and the [OUR_CIV_ADJ] people.</English>
<Tag>AI_DIPLO_JOIN_WAR_POWER_STRONGER_HANNIBAL_1</Tag>
<English>There is nothing to be gained or lost as a bystander, [CT_NAME]. Join me in my war against the %s1, and be remembered forever as a hero!</English>
<Tag>AI_DIPLO_STOP_TRADING_FR_HANNIBAL_1</Tag>
<English>[CT_NAME]. It has become clear to me that war, despite its brutality, will not teach the %s1 a harsh enough lesson. Join me in this embargo against them.</English>
<Tag>AI_DIPLO_STOP_TRADING_FR_HANNIBAL_2</Tag>
<English>I want the %s1 to hurt! I want their hungry, screaming, battered masses clamoring at my door for mercy! [CT_NAME], I am going to need your help with this.</English>
<Tag>AI_DIPLO_STOP_TRADING_FUR_HANNIBAL_1</Tag>
<English>[CT_NAME]! The %s1 will be made to pay for their transgressions against us! This embargo will surely cripple them.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FR_LEADER_HANNIBAL_2</Tag>
<English>What say you, [CT_NAME]? Is there a war somewhere that I have not been made aware of?</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FR_LEADER_HANNIBAL_3</Tag>
<English>Fight the system, [CT_NAME]! There is nothing to be gained while stagnating in the status quo!</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FR_LEADER_HANNIBAL_4</Tag>
<English>I am honored and delighted by your presence. What is it that brings you here today?</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_HANNIBAL_2</Tag>
<English>You smile and greet me despite being my enemy? I am intrigued.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_HANNIBAL_3</Tag>
<English>Despite propaganda spread by my enemies, I am NOT a cannibal. Come closer.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_HANNIBAL_4</Tag>
<English>The mouse walks boldly among the lion's brood? Why does it dare so?</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_HANNIBAL_5</Tag>
<English>This is highly unusual, [CT_NAME]. I will entertain you eccentricities for now.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_HANNIBAL_6</Tag>
<English>Do not anger me, [CT_NAME], or you may never return to your people.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_HANNIBAL_7</Tag>
<English>You have walked in here upright to speak with me, [CT_NAME]. Whether you leave, lying on your back and bleeding, depends on what you have to say.</English>
<Tag>AI_DIPLO_ACCEPT_DEMAND_FR_HANNIBAL_1</Tag>
<English>Yes, I will share my prize with you; but I insist that the favor will be returned later.</English>
<Tag>AI_DIPLO_ACCEPT_DEMAND_NEUT_HANNIBAL_1</Tag>
<English>You are either very daring or very foolish to tempt my anger, [CT_NAME]. In either case: I will submit your demand, knowing that you will never comprehend its full potential.</English>
<Tag>AI_DIPLO_ACCEPT_DEMAND_FUR_HANNIBAL_1</Tag>
<English>How dare you! How dare you take advantage of our weakened state! I will not forget this, [CT_NAME].</English>
<Tag>AI_DIPLO_REJECT_DEMAND_FR_HANNIBAL_1</Tag>
<English>If I did not know any better I would think that you had just threatened me, [CT_NAME].</English>
<Tag>AI_DIPLO_REJECT_DEMAND_FR_HANNIBAL_2</Tag>
<English>Take your threats elsewhere, [CT_NAME]. We will not be shaken by your big words and frantic, meaningless chatter.</English>
<Tag>AI_DIPLO_REJECT_DEMAND_FUR_HANNIBAL_1</Tag>
<English>What a great, big, foul mouth you have, [CT_NAME]! Shall I shut it with my fist?</English>
<English>Your long journey has led you to me, [OUR_NAME], Father of the [OUR_EMPIRE].</English>
<Tag>AI_DIPLO_DEMAND_TRIBUTE_POWER_WEAKER_GENGHIS_KHAN_2</Tag>
<English>It is fair that brothers bestow gifts on one another during significant times. Now is such a time for [OUR_CIV_SHORT].</English>
<Tag>AI_DIPLO_DEMAND_TRIBUTE_POWER_EQUAL_GENGHIS_KHAN_2</Tag>
<English>The journey that I, [OUR_NAME], have made to visit you is a great honor to the [CT_CIV_ADJ] people. Let us mark the occasion with a gift from you to me.</English>
<Tag>AI_DIPLO_DEMAND_TRIBUTE_POWER_STRONGER_GENGHIS_KHAN_2</Tag>
<English>Time is short and so will be the memory of the [CT_EMPIRE] should you deny me this token of respect.</English>
<Tag>AI_DIPLO_DEMAND_REJECTED_POWER_WEAKER_GENGHIS_KHAN_1</Tag>
<English>Very few individuals surprise [OUR_NAME]. Pray that you don't continue to do so.</English>
<Tag>AI_DIPLO_DEMAND_REJECTED_POWER_EQUAL_GENGHIS_KHAN_1</Tag>
<English>Where has this new found backbone sprung from? When the [OUR_CIV_ADJ] people find out, don't expect such tolerance as I demonstrate today.</English>
<Tag>AI_DIPLO_DEMAND_REJECTED_POWER_STRONGER_GENGHIS_KHAN_1</Tag>
<English>Wars have been started for less, but in this case your cities shall continue to stand. In this case.</English>
<Tag>AI_DIPLO_OFFER_PEACE_POWER_WEAKER_GENGHIS_KHAN_1</Tag>
<English>Wisdom is not a characteristic [CT_CIV_SHORT] has demonstrated in the past, but things can change. Deliver the following and we shall stay our horde.</English>
<Tag>AI_DIPLO_OFFER_PEACE_POWER_EQUAL_GENGHIS_KHAN_1</Tag>
<English>Many battles have demonstrated an almost [OUR_CIV_ADJ]-like ability to wage war. This we respect and offer you a chance to live another day.</English>
<Tag>AI_DIPLO_OFFER_PEACE_POWER_STRONGER_GENGHIS_KHAN_1</Tag>
<English>Taking the lives of your [CT_CIV_ADJ] warriors have begun to bore us. Can we not end this hostility so that [OUR_CIV_SHORT] might find a more worthy foe?</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_GENGHIS_KHAN_1</Tag>
<English>I have always enjoyed your sense of humor. That and your screams. War forever!</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_GENGHIS_KHAN_2</Tag>
<English>There will be no peace until the bones of [CT_CIV_SHORT] provide the foundation for our great nation.</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_GENGHIS_KHAN_3</Tag>
<English>I will take your weakness as a clear indication of our inevitable triumph. There shall be no peace.</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_GENGHIS_KHAN_4</Tag>
<English>War is our business and business is good. This conflict continues.</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_GENGHIS_KHAN_5</Tag>
<English>No taste for war, [CT_NAME]? I however am an addict. Prepare for eradication.</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_GENGHIS_KHAN_6</Tag>
<English>Perhaps when the cries of your scattered people echo through our lands. That day has not yet come.</English>
<Tag>AI_DIPLO_JOIN_WAR_POWER_WEAKER_GENGHIS_KHAN_1</Tag>
<English>Let's join in the glory of bloodlust, [CT_NAME]! Our armed forces, together, can eliminate the %s1 once and for all.</English>
<Tag>AI_DIPLO_JOIN_WAR_POWER_EQUAL_GENGHIS_KHAN_1</Tag>
<English>While your assistance against the feeble %s1 is by no mean necessary, it could accelerate their obliteration. Join us [CT_NAME]. Join us in carnage!</English>
<Tag>AI_DIPLO_JOIN_WAR_POWER_STRONGER_GENGHIS_KHAN_1</Tag>
<English>Your weapons are dry while those of the [OUR_CIV_ADJ] people drip with the blood of %s1. Would you care to join in the splendor of our conquest?</English>
<Tag>AI_DIPLO_STOP_TRADING_FR_GENGHIS_KHAN_1</Tag>
<English>Starvation is the tool of a coward, but to not use all tools against your enemy is foolish. Come, [CT_NAME], let us choke the %s1 with our hands as well as our commerce.</English>
<Tag>AI_DIPLO_STOP_TRADING_FR_GENGHIS_KHAN_2</Tag>
<English>Ridiculous though they are, the %s1 need to be sent a clear message about their place in our world. Join our embargo!</English>
<Tag>AI_DIPLO_STOP_TRADING_FUR_GENGHIS_KHAN_1</Tag>
<English>While [OUR_CIV_SHORT] is not sure of what impact withholding [CT_CIV_ADJ] goods will have on the %s1, they have angered us greatly. Make not their mistake and join our embargo!</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FR_LEADER_GENGHIS_KHAN_2</Tag>
<English>[CT_NAME], your visit comes at an agreeable time. What is it you desire from the [OUR_CIV_ADJ] people?</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FR_LEADER_GENGHIS_KHAN_3</Tag>
<English>I am glad to see you, [CT_NAME]. I continue to hear of your daring adventures across the globe. What can [OUR_NAME] do for you?</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_GENGHIS_KHAN_2</Tag>
<English>[CT_NAME], my future slave. Enjoying your last days of freedom?</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_GENGHIS_KHAN_3</Tag>
<English>Well, my spies have reported your assassination prematurely it seems. Speak before I fulfill that prophecy myself!</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_GENGHIS_KHAN_4</Tag>
<English>You unwisely have contested the [OUR_CIV_ADJ] people. Tell me you have learned your lesson.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_GENGHIS_KHAN_5</Tag>
<English>I should kill you where you stand, but I am counseled against it. It's your lucky day.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_GENGHIS_KHAN_6</Tag>
<English>You dare come into the presence of [OUR_NAME]? You're either very stupid or very brave.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_GENGHIS_KHAN_7</Tag>
<English>Say what you've come to say, [CT_NAME]. Then run. Run for your life.</English>
<Tag>AI_DIPLO_ACCEPT_DEMAND_FR_GENGHIS_KHAN_1</Tag>
<English>The [OUR_EMPIRE] shall take pity on you and deliver what you request. Just don't be confused about who is controlling this situation, [CT_NAME].</English>
<Tag>AI_DIPLO_ACCEPT_DEMAND_FR_GENGHIS_KHAN_2</Tag>
<English>Perhaps one day you shall reciprocate [OUR_CIV_ADJ] generosity. To that end we shall provide you with what you request.</English>
<Tag>AI_DIPLO_ACCEPT_DEMAND_FUR_GENGHIS_KHAN_1</Tag>
<English>We would rather deliver our blades into your backs, but the situation dictates otherwise. Take your plunder and be gone from my sight!</English>
<Tag>AI_DIPLO_REJECT_DEMAND_FR_GENGHIS_KHAN_1</Tag>
<English>Your imitation of a human with a backbone amuses us! Now perform a dance for [OUR_NAME]'s nickels!</English>
<Tag>AI_DIPLO_REJECT_DEMAND_FR_GENGHIS_KHAN_2</Tag>
<English>You should exhibit slightly greater sense of self preservation, [CT_NAME]. You are in no position to demand anything.</English>
<Tag>AI_DIPLO_REJECT_DEMAND_FUR_GENGHIS_KHAN_1</Tag>
<English>Wonderful! I've been waiting for a chance to split your skull. Continue with your demands and empower my wrath!</English>
<Tag>AI_DIPLO_FIRST_CONTACT_LEADER_HANNIBAL_2</Tag>
<English>Hail! I, [OUR_NAME], the eldest of the Lion's Brood, the joy of Baal, hero of Carthage, and the Scourge of Rome, stand before you!</English>
<Tag>AI_DIPLO_DEMAND_TRIBUTE_POWER_WEAKER_HANNIBAL_2</Tag>
<English>My senators have advised me that you have obtained the following! Is this true? Hand it over at once, and I will not take it by force.</English>
<Tag>AI_DIPLO_DEMAND_TRIBUTE_POWER_EQUAL_HANNIBAL_2</Tag>
<English>[CT_NAME], I understand that you have the following. This would surely be an invaluable asset for the [OUR_CIV_ADJ] people. We demand that you share it with [OUR_CIV_SHORT] at once!</English>
<Tag>AI_DIPLO_DEMAND_TRIBUTE_POWER_STRONGER_HANNIBAL_2</Tag>
<English>I see the fate of the [CT_CIV_ADJ] people before me, [CT_NAME]. Pay tribute to [OUR_CIV_SHORT], or be flattened under our heel along the path to glory.</English>
<Tag>AI_DIPLO_DEMAND_REJECTED_POWER_WEAKER_HANNIBAL_1</Tag>
<English>While I am shocked that you would refuse my demands, [CT_NAME], I am impressed that you have called my bluff. Do not expect me to be so impressed next time.</English>
<Tag>AI_DIPLO_DEMAND_REJECTED_POWER_EQUAL_HANNIBAL_1</Tag>
<English>I see... next time I will not ask so politely, [CT_NAME]. I will not be denied what I want so easily again.</English>
<Tag>AI_DIPLO_DEMAND_REJECTED_POWER_STRONGER_HANNIBAL_1</Tag>
<English>[CT_NAME], I have stricken your name from my list of civilizations that I was going to spare. If I were you, I would watch my back.</English>
<Tag>AI_DIPLO_OFFER_PEACE_POWER_WEAKER_HANNIBAL_1</Tag>
<English>You have been a worthy opponent, [CT_NAME]. I admire your determination. Perhaps we can reconcile our differences?</English>
<Tag>AI_DIPLO_OFFER_PEACE_POWER_EQUAL_HANNIBAL_1</Tag>
<English>Let it not be said that I am without mercy, [CT_NAME]. This is your one and only chance to end this war. I suggest that you take it.</English>
<Tag>AI_DIPLO_OFFER_PEACE_POWER_STRONGER_HANNIBAL_1</Tag>
<English>[CT_NAME]! The lion is upon your throat. You must ask yourself: 'Do I want to live to fight another day, or be crushed in its jaws?'</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_HANNIBAL_1</Tag>
<English>No! I will never be taken alive!</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_HANNIBAL_2</Tag>
<English>Never! A new world order will rise from the ashes of your corrupt and despicable empire!</English>
<Tag>AI_DIPLO_NO_PEACE_LEADER_HANNIBAL_3</Tag>
<English>No! You have only received a taste of what I have in store for you and the [CT_CIV_ADJ] people, [CT_NAME].</English>
<Tag>AI_DIPLO_JOIN_WAR_POWER_WEAKER_HANNIBAL_1</Tag>
<English>I know how to win a fight, and you know how to wring the most out of the spoils of victory, [CT_NAME]. Let us unite to end the reign of the %s1 once and for all!</English>
<Tag>AI_DIPLO_JOIN_WAR_POWER_EQUAL_HANNIBAL_1</Tag>
<English>Join me in my fight against the %s1. I can no longer tolerate the foul propaganda which they spread about me and the [OUR_CIV_ADJ] people.</English>
<Tag>AI_DIPLO_JOIN_WAR_POWER_STRONGER_HANNIBAL_1</Tag>
<English>There is nothing to be gained or lost as a bystander, [CT_NAME]. Join me in my war against the %s1, and be remembered forever as a hero!</English>
<Tag>AI_DIPLO_STOP_TRADING_FR_HANNIBAL_1</Tag>
<English>[CT_NAME]. It has become clear to me that war, despite its brutality, will not teach the %s1 a harsh enough lesson. Join me in this embargo against them.</English>
<Tag>AI_DIPLO_STOP_TRADING_FR_HANNIBAL_2</Tag>
<English>I want the %s1 to hurt! I want their hungry, screaming, battered masses clamoring at my door for mercy! [CT_NAME], I am going to need your help with this.</English>
<Tag>AI_DIPLO_STOP_TRADING_FUR_HANNIBAL_1</Tag>
<English>[CT_NAME]! The %s1 will be made to pay for their transgressions against us! This embargo will surely cripple them.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FR_LEADER_HANNIBAL_2</Tag>
<English>What say you, [CT_NAME]? Is there a war somewhere that I have not been made aware of?</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FR_LEADER_HANNIBAL_3</Tag>
<English>Fight the system, [CT_NAME]! There is nothing to be gained while stagnating in the status quo!</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FR_LEADER_HANNIBAL_4</Tag>
<English>I am honored and delighted by your presence. What is it that brings you here today?</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_HANNIBAL_2</Tag>
<English>You smile and greet me despite being my enemy? I am intrigued.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_HANNIBAL_3</Tag>
<English>Despite propaganda spread by my enemies, I am NOT a cannibal. Come closer.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_HANNIBAL_4</Tag>
<English>The mouse walks boldly among the lion's brood? Why does it dare so?</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_HANNIBAL_5</Tag>
<English>This is highly unusual, [CT_NAME]. I will entertain you eccentricities for now.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_HANNIBAL_6</Tag>
<English>Do not anger me, [CT_NAME], or you may never return to your people.</English>
<Tag>AI_DIPLO_GREETINGS_ATT_FUR_LEADER_HANNIBAL_7</Tag>
<English>You have walked in here upright to speak with me, [CT_NAME]. Whether you leave, lying on your back and bleeding, depends on what you have to say.</English>
<Tag>AI_DIPLO_ACCEPT_DEMAND_FR_HANNIBAL_1</Tag>
<English>Yes, I will share my prize with you; but I insist that the favor will be returned later.</English>
<Tag>AI_DIPLO_ACCEPT_DEMAND_NEUT_HANNIBAL_1</Tag>
<English>You are either very daring or very foolish to tempt my anger, [CT_NAME]. In either case: I will submit your demand, knowing that you will never comprehend its full potential.</English>
<Tag>AI_DIPLO_ACCEPT_DEMAND_FUR_HANNIBAL_1</Tag>
<English>How dare you! How dare you take advantage of our weakened state! I will not forget this, [CT_NAME].</English>
<Tag>AI_DIPLO_REJECT_DEMAND_FR_HANNIBAL_1</Tag>
<English>If I did not know any better I would think that you had just threatened me, [CT_NAME].</English>
<Tag>AI_DIPLO_REJECT_DEMAND_FR_HANNIBAL_2</Tag>
<English>Take your threats elsewhere, [CT_NAME]. We will not be shaken by your big words and frantic, meaningless chatter.</English>
<Tag>AI_DIPLO_REJECT_DEMAND_FUR_HANNIBAL_1</Tag>
<English>What a great, big, foul mouth you have, [CT_NAME]! Shall I shut it with my fist?</English>
Last edited: