Civilization Wiki
Advertisement

Documentation for this module may be created at Module:Data/Civ5/BNW/HistoricRankings/doc

--[Field]                              [Type]
--HistoricLeader                       String
--LeaderQuote                          String
--LeaderScore                           Int64

local data ={

TXT_KEY_DQ_LEADER_NAME_1={
LeaderQuote=[=[I found Rome a city of bricks and left it a city of marble.]=];
LeaderScore=2500;};

TXT_KEY_DQ_LEADER_NAME_2={
LeaderQuote=[=[When Marduk sent me to rule over men, to give the protection of right to the land, I did right and righteousness, and brought about the well-being of the oppressed.]=];
LeaderScore=2250;};

TXT_KEY_DQ_LEADER_NAME_3={
LeaderQuote=[=[Always bear in mind that your own resolution to succeed is more important than any other.]=];
LeaderScore=2000;};

TXT_KEY_DQ_LEADER_NAME_4={
LeaderQuote=[=[Let my armies be the rocks and the trees, and the birds in the sky.]=];
LeaderScore=1900;};

TXT_KEY_DQ_LEADER_NAME_5={
LeaderQuote=[=[A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty.]=];
LeaderScore=1800;};

TXT_KEY_DQ_LEADER_NAME_6={
LeaderQuote=[=[It always seems impossible until it's done.]=];
LeaderScore=1700;};

TXT_KEY_DQ_LEADER_NAME_7={
LeaderQuote=[=[Because a thing seems difficult for you, do not think it impossible for anyone to accomplish.]=];
LeaderScore=1600;};

TXT_KEY_DQ_LEADER_NAME_8={
LeaderQuote=[=[I am not afraid... I was born to do this.]=];
LeaderScore=1500;};

TXT_KEY_DQ_LEADER_NAME_9={
LeaderQuote=[=[Faced with crisis, the man of character falls back on himself. He imposes his own stamp of action, takes responsibility for it, makes it his own.]=];
LeaderScore=1400;};

TXT_KEY_DQ_LEADER_NAME_10={
LeaderQuote=[=[Judgement comes from experience, and experience comes from bad judgement.]=];
LeaderScore=1300;};

TXT_KEY_DQ_LEADER_NAME_11={
LeaderQuote=[=[He who puts out his hand to stop the wheel of history will have his fingers crushed.]=];
LeaderScore=1200;};

TXT_KEY_DQ_LEADER_NAME_12={
LeaderQuote=[=[Withal, I concern myself greatly regarding the affairs of state, constant wars against hostile nations, and the welfare of my poor people.]=];
LeaderScore=1100;};

TXT_KEY_DQ_LEADER_NAME_13={
LeaderQuote=[=[My Lord, if it were not to satisfy the world, and my Realm, I would not do that I must do this day for none earthly thing.]=];
LeaderScore=1000;};

TXT_KEY_DQ_LEADER_NAME_14={
LeaderQuote=[=[Blessed are the young for they shall inherit the national debt.]=];
LeaderScore=900;};

TXT_KEY_DQ_LEADER_NAME_15={
LeaderQuote=[=[Listeners never hear any good of themselves.]=];
LeaderScore=800;};

TXT_KEY_DQ_LEADER_NAME_16={
LeaderQuote=[=[In war, whichever side may call itself the victor, there are no winners, but all are losers.]=];
LeaderScore=700;};

TXT_KEY_DQ_LEADER_NAME_17={
LeaderQuote=[=[There is no pleasure in having nothing to do; the fun is having lots to do and not doing it.]=];
LeaderScore=600;};

TXT_KEY_DQ_LEADER_NAME_18={
LeaderQuote=[=[So great an artist, I die!]=];
LeaderScore=500;};

TXT_KEY_DQ_LEADER_NAME_19={
LeaderQuote=[=[Somewhere there must be a book that tells all about it, where I could go to straighten it out in my mind. But I don't know where the book is, and maybe I couldn't read it if I found it.]=];
LeaderScore=400;};

TXT_KEY_DQ_LEADER_NAME_20={
LeaderQuote=[=[Yeah, just five minutes, all right?]=];
LeaderScore=300;};

TXT_KEY_DQ_LEADER_NAME_21={
LeaderQuote=[=[If we don't succeed, we run the risk of failure.]=];};

}
return data
Advertisement