Jump to content
Age of History 3
Łukasz Jakowski

AoH3 - Special real characters

Recommended Posts

In this topic, I would like you to create special real characters for the game and share them with me to add to the game.(Advisors and Generals only!)

 

How to create new Character:

Each character have own json file(Example: Franklin.json)

 

[
{
    Name: "Benjamin Franklin",
    ImageID: Franklin,
    
    BornDay: 17,
    BornMonth: 1,
    BornYear: 1706,
    
    Attack: -1,
    Defense: -1,
},
]

 

Copy the Franklin.json and rename it to Surname.json (!)

Instead of Surname use real Surname(Last name) of the character you want to create.

 

In the "H/" folder create Image for this character, it must be 125x125 px. Name of the file: Surname.png

Instead of Surname use real Surname of the character.

 

Don't change Attack or Defense, -1 means it will be random.

 

In the json file ImageID is the name of the image file:

ImageID: Franklin,

The name of the Json file and image file must be the name of this character! For better organization.

 

 

These characters will be possible to use in events or in creating scenarios to set special advisors or generals in the game for Civs.

You can send them to my Email in a zip file: jakowskidev@gmail.com

 

Example of already added characters: characters.zip

 

cha.thumb.png.e6fd9ade643794dd0f67e01596716fdf.png

characters.zip

example of one.zip

Share this post


Link to post
Share on other sites

Posted (edited)

Quick question, will there be the ability to decide the stats/usefulness of generals? because otherwise adding generals wouldn't be that useful, and will there be a limit to the bonuses a general can have if that is the case?

 

and can we control when they die also?

Edited by OwnM3Z0

Share this post


Link to post
Share on other sites

Quote

 

[

{ Name: "Napoleon Bonaparte",

ImageID: Napoleon,

BornDay: 15,

BornMonth: 8,

BornYear: 1769,

Attack: 8,

Defense: 7,

},

 

{ Name: "Mahatma Gandhi",

ImageID: Gandhi,

BornDay: 2,

BornMonth: 10,

BornYear: 1869,

Attack: -1,

Defense: -1,

},

 

{ Name: "Adolf Hitler",

ImageID: Hitler,

BornDay: 20,

BornMonth: 4,

BornYear: 1889,

Attack: 10,

Defense: 8,

},

 

{ Name: "Martin Luther King Jr.",

ImageID: King,

BornDay: 15,

BornMonth: 1,

BornYear: 1929,

Attack: -1,

Defense: -1,

},

 

{ Name: "Joseph Stalin",

ImageID: Stalin,

BornDay: 18,

BornMonth: 12,

BornYear: 1878,

Attack: 8,

Defense: 7,

},

 

{ Name: "Winston Churchill",

ImageID: Churchill,

BornDay: 30,

BornMonth: 11,

BornYear: 1874,

Attack: 7,

Defense: 6,

},

 

{ Name: "Vladimir Lenin",

ImageID: Lenin,

BornDay: 22,

BornMonth: 4,

BornYear: 1870,

Attack: 8,

Defense: 7,

},

 

{ Name: "Mao Zedong",

ImageID: Mao,

BornDay: 26,

BornMonth: 12,

BornYear: 1893,

Attack: 8,

Defense: 7,

},

 

{ Name: "Cleopatra",

ImageID: Cleopatra,

BornDay: unknown,

BornMonth: unknown,

BornYear: 69 BCE,

Attack: 5,

Defense: 5,

},

 

{ Name: "Alexander the Great",

ImageID: Alexander,

BornDay: 20,

BornMonth: 7,

BornYear: 356 BCE,

Attack: 9,

Defense: 8,

},

 

{ Name: "Julius Caesar",

ImageID: Caesar,

BornDay: 12,

BornMonth: 7,

BornYear: 100 BCE,

Attack: 8,

Defense: 7,

},

 

{ Name: "Khalid ibn al-Waleed",

ImageID: Khalid,

BornDay: unknown,

BornMonth: unknown,

BornYear: 592 CE,

Attack: 9,

Defense: 8,

},

]

 

{ Name: The "Buddha",

ImageID: Buddha,

BornDay: 8,

BornMonth: 5,

BornYear: 563 BCE,

Attack: -1,

Defense: -1,

},

]

 

 

 

 

 

Share this post


Link to post
Share on other sites

Posted (edited)

alright, have the red napoleon himself.

.tukhachevsky.zip


although, lil' suggestion: it would be nice having a field where you put your character's nationality and it displays somewhere.
so, we could set stalin as georgian, or hitler as austrian just to say any examples.

.

Edited by bun_dha4
remade the file

Share this post


Link to post
Share on other sites

3 hours ago, Łukasz Jakowski said:

Neste tópico, gostaria que você criasse personagens reais especiais para o jogo e os compartilhasse comigo para adicioná-los ao jogo.

 

Como criar um novo personagem:

Cada personagem tem seu próprio arquivo json (Exemplo: Franklin.json)

 


    
    

 

Copie o Franklin.json e renomeie-o para Surname.json (!)

Em vez de Sobrenome, use o Sobrenome real (Sobrenome) do personagem que você deseja criar.

 

Na pasta "H/" crie uma imagem para este personagem, ela deve ter 125x125 px . Nome do arquivo:  Sobrenome .png

Em vez do Sobrenome use o Sobrenome real do personagem.

 

No arquivo json ImageID é o nome do arquivo de imagem:

O nome do arquivo Json e do arquivo de imagem deve ser o nome deste personagem! Para uma melhor organização.

 

 

Esses personagens poderão ser utilizados em eventos ou na criação de cenários para definir conselheiros especiais ou generais no jogo para Civs.

Você pode compartilhá-los neste tópico ou me enviar para meu e-mail: jakowskidev@gmail.com

 

Exemplo de caracteres já adicionados: caracteres.zip

 

cha.thumb.png.e6fd9ade643794dd0f67e01596716fdf.png

caracteres.zip 741,32kB · 12 downloads

I now confirm the creation of SBAL or Brazilian Łukasz Help Service (in Portuguese) we will send leaders from Brazil from 1900 to 2024 I ask that other Brazilians who want to participate join Discord  "Servidor dos Impérios do Br" I'm not allowed to send it here unfortunately, but Let's together make AoH3 a Respectable game in the Beloved Golden and Starry Brazil Homeland! 

Share this post


Link to post
Share on other sites

Posted (edited)
3 hours ago, Łukasz Jakowski said:
BornDay: 17,
    BornMonth: 1,
    BornYear: 1706

Will the leaders have an end date/date of death? Or will they rule throughout the entire scenario, as in AoC2?

Are specific leaders needed, such as colonial administrators in the scenarios of 1914 and 1936?

Edited by Mirolit

Share this post


Link to post
Share on other sites

Quote

 

Hi here is 106 please ignore the few duplicates:

 

 

 

[

{

Name: "António Guterres",

ImageID: Guterres,

BornDay: 30,

BornMonth: 4,

BornYear: 1949,

Attack: 2,

Defense: 3,

},

 

{

Name: "Adil Abdul-Mahdi",

ImageID: Abdul-Mahdi,

BornDay: 1,

BornMonth: 1,

BornYear: 1942,

Attack: 3,

Defense: 3,

},

{

Name: "Alexander Lukashenko",

ImageID: Lukashenko,

BornDay: 30,

BornMonth: 8,

BornYear: 1954,

Attack: 4,

Defense: 4,

},

{

Name: "Alpha Condé",

ImageID: Conde,

BornDay: 4,

BornMonth: 3,

BornYear: 1938,

Attack: 3,

Defense: 3,

},

{

Name: "Andrés Manuel López Obrador",

ImageID: Lopez-Obrador,

BornDay: 13,

BornMonth: 11,

BornYear: 1953,

Attack: 2,

Defense: 2,

},

{

Name: "Ashraf Ghani",

ImageID: Ghani,

BornDay: 19,

BornMonth: 5,

BornYear: 1949,

Attack: 3,

Defense: 4,

},

{

Name: "Barham Salih",

ImageID: Salih,

BornDay: 12,

BornMonth: 9,

BornYear: 1960,

Attack: 3,

Defense: 3,

},

{

Name: "Baron Waqa",

ImageID: Waqa,

BornDay: 31,

BornMonth: 12,

BornYear: 1959,

Attack: 2,

Defense: 2,

},

{

Name: "Battulga Khaltmaa",

ImageID: Khaltmaa,

BornDay: 3,

BornMonth: 3,

BornYear: 1963,

Attack: 2,

Defense: 3,

},

{

Name: "Boris Johnson",

ImageID: Johnson,

BornDay: 19,

BornMonth: 6,

BornYear: 1964,

Attack: 4,

Defense: 3,

},

{

Name: "Borut Pahor",

ImageID: Pahor,

BornDay: 2,

BornMonth: 6,

BornYear: 1963,

Attack: 2,

Defense: 2,

},

{

Name: "Charles Michel",

ImageID: Michel,

BornDay: 21,

BornMonth: 12,

BornYear: 1975,

Attack: 2,

Defense: 2,

},

{

Name: "Colville Young",

ImageID: Young,

BornDay: 20,

BornMonth: 11,

BornYear: 1932,

Attack: 1,

Defense: 2,

},

{

Name: "Cyril Ramaphosa",

ImageID: Ramaphosa,

BornDay: 17,

BornMonth: 11,

BornYear: 1952,

Attack: 3,

Defense: 4,

},

{

Name: "Danilo Medina",

ImageID: Medina,

BornDay: 10,

BornMonth: 11,

BornYear: 1951,

Attack: 2,

Defense: 2,

},

{

Name: "Danny Faure",

ImageID: Faure,

BornDay: 8,

BornMonth: 5,

BornYear: 1962,

Attack: 1,

Defense: 1,

},

{

Name: "David Kabua",

ImageID: Kabua,

BornDay: 1951,

BornMonth: 10,

BornYear: 17,

Attack: 1,

Defense: 2,

},

{

Name: "David W. Panuelo",

ImageID: Panuelo,

BornDay: 30,

BornMonth: 12,

BornYear: 1961,

Attack: 2,

Defense: 2,

},

{

Name: "Denis Sassou Nguesso",

ImageID: Nguesso,

BornDay: 23,

BornMonth: 11,

BornYear: 1943,

Attack: 3,

Defense: 3,

},

{

Name: "Donald Trump",

ImageID: Trump,

BornDay: 14,

BornMonth: 6,

BornYear: 1946,

Attack: 5,

Defense: 4,

},

{

Name: "Egils Levits",

ImageID: Levits,

BornDay: 30,

BornMonth: 6,

BornYear: 1955,

Attack: 2,

Defense: 2,

},

{

Name: "Emmanuel Macron",

ImageID: Macron,

BornDay: 21,

BornMonth: 12,

BornYear: 1977,

Attack: 3,

Defense: 3,

},

{

Name: "Enele Sopoaga",

ImageID: Sopoaga,

BornDay: 10,

BornMonth: 4,

BornYear: 1956,

Attack: 1,

Defense: 1,

},

{

Name: "Ersin Tatar",

ImageID: Tatar,

BornDay: 7,

BornMonth: 12,

BornYear: 1960,

Attack: 2,

Defense: 2,

},

{

Name: "Evaristo Carvalho",

ImageID: Carvalho,

BornDay: 22,

BornMonth: 3,

BornYear: 1941,

Attack: 1,

Defense: 1,

},

{

Name: "Félix Tshisekedi",

ImageID: Tshisekedi,

BornDay: 13,

BornMonth: 6,

BornYear: 1963,

Attack: 3,

Defense: 2,

},

{

Name: "Frank Bainimarama",

ImageID: Bainimarama,

BornDay: 27,

BornMonth: 4,

BornYear: 1954,

Attack: 3,

Defense: 3,

},

{

Name: "François Hollande",

ImageID: Hollande,

BornDay: 12,

BornMonth: 8,

BornYear: 1954,

Attack: 3,

Defense: 3,

},

{

Name: "George Vella",

ImageID: Vella,

BornDay: 24,

BornMonth: 4,

BornYear: 1942,

Attack: 2,

Defense: 2,

},

{

Name: "Gitanas Nauseda",

ImageID: Nauseda,

BornDay: 19,

BornMonth: 5,

BornYear: 1964,

Attack: 2,

Defense: 2,

},

{

Name: "Gotabaya Rajapaksa",

ImageID: Rajapaksa,

BornDay: 20,

BornMonth: 6,

BornYear: 1949,

Attack: 3,

Defense: 4,

},

{

Name: "Hage Geingob",

ImageID: Geingob,

BornDay: 3,

BornMonth: 8,

BornYear: 1941,

Attack: 2,

Defense: 2,

},

{

Name: "Halimah Yacob",

ImageID: Yacob,

BornDay: 23,

BornMonth: 8,

BornYear: 1954,

Attack: 2,

Defense: 2,

},

{

Name: "Hassan Rouhani",

ImageID: Rouhani,

BornDay: 12,

BornMonth: 11,

BornYear: 1948,

Attack: 3,

Defense: 3,

},

 

{

    Name: "Abdel Fattah el-Sisi",

    ImageID: elSisi,

   

    BornDay: 19,

    BornMonth: 11,

    BornYear: 1954,

   

    Attack: 3,

    Defense: 4,

},

{

    Name: "Adama Barrow",

    ImageID: Barrow,

   

    BornDay: 16,

    BornMonth: 2,

    BornYear: 1965,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Adil Abdul-Mahdi",

    ImageID: Abdul-Mahdi,

   

    BornDay: 1,

    BornMonth: 1,

    BornYear: 1942,

   

    Attack: 1,

    Defense: 3,

},

{

    Name: "Alberto Fernández",

    ImageID: Fernandez,

   

    BornDay: 2,

    BornMonth: 4,

    BornYear: 1959,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Alejandro Giammattei",

    ImageID: Giammattei,

   

    BornDay: 9,

    BornMonth: 3,

    BornYear: 1956,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Alexander De Croo",

    ImageID: DeCroo,

   

    BornDay: 3,

    BornMonth: 11,

    BornYear: 1975,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Alpha Condé",

    ImageID: Conde,

   

    BornDay: 4,

    BornMonth: 3,

    BornYear: 1938,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Andrés Manuel López Obrador",

    ImageID: LopezObrador,

   

    BornDay: 13,

    BornMonth: 11,

    BornYear: 1953,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Angela Merkel",

    ImageID: Merkel,

   

    BornDay: 17,

    BornMonth: 7,

    BornYear: 1954,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "António Costa",

    ImageID: Costa,

   

    BornDay: 17,

    BornMonth: 7,

    BornYear: 1961,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Ashraf Ghani",

    ImageID: Ghani,

   

    BornDay: 19,

    BornMonth: 5,

    BornYear: 1949,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Bah Ndaw",

    ImageID: Ndaw,

   

    BornDay: 1950,

    BornMonth: 1,

    BornYear: 23,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Barham Salih",

    ImageID: Salih,

   

    BornDay: 18,

    BornMonth: 1,

    BornYear: 1960,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Baron Waqa",

    ImageID: Waqa,

   

    BornDay: 31,

    BornMonth: 12,

    BornYear: 1959,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Boris Johnson",

    ImageID: Johnson,

   

    BornDay: 19,

    BornMonth: 6,

    BornYear: 1964,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Borut Pahor",

    ImageID: Pahor,

   

    BornDay: 2,

    BornMonth: 7,

    BornYear: 1963,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Bruno Tshibala",

    ImageID: Tshibala,

   

    BornDay: 20,

    BornMonth: 9,

    BornYear: 1967,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Chérif Mahamat Zene",

    ImageID: Zene,

   

    BornDay: 14,

    BornMonth: 1958,

    BornYear: 7,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Denys Shmyhal",

    ImageID: Shmyhal,

   

    BornDay: 22,

    BornMonth: 3,

    BornYear: 1975,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Emomali Rahmon",

    ImageID: Rahmon,

   

    BornDay: 5,

    BornMonth: 10,

    BornYear: 1952,

   

    Attack: 3,

    Defense: 4,

},

{

    Name: "Enele Sopoaga",

    ImageID: Sopoaga,

   

    BornDay: 1956,

    BornMonth: 2,

    BornYear: 14,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Erna Solberg",

    ImageID: Solberg,

   

    BornDay: 24,

    BornMonth: 2,

    BornYear: 1961,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Ersin Tatar",

    ImageID: Tatar,

   

    BornDay: 28,

    BornMonth: 9,

    BornYear: 1960,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Even Alar Fulton",

    ImageID: Fulton,

   

    BornDay: 1978,

    BornMonth: 1,

    BornYear: 23,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Faustin-Archange Touadéra",

    ImageID: Touadera,

   

    BornDay: 21,

    BornMonth: 6,

    BornYear: 1957,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Fayez al-Sarraj",

    ImageID: Sarraj,

   

    BornDay: 1960,

    BornMonth: 2,

    BornYear: 2,

   

    Attack: 1,

    Defense: 3,

},

{

    Name: "Félix Tshisekedi",

    ImageID: Tshisekedi,

   

    BornDay: 13,

    BornMonth: 6,

    BornYear: 1963,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Fumio Kishida",

    ImageID: Kishida,

   

    BornDay: 29,

    BornMonth: 7,

    BornYear: 1957,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "George Vella",

    ImageID: Vella,

   

    BornDay: 24,

    BornMonth: 4,

    BornYear: 1942,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Giorgi Gakharia",

    ImageID: Gakharia,

   

    BornDay: 2001,

    BornMonth: 4,

    BornYear: 21,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Hassan Rouhani",

    ImageID: Rouhani,

   

    BornDay: 12,

    BornMonth: 11,

    BornYear: 1948,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Hilda Heine",

    ImageID: Heine,

   

    BornDay: 21,

    BornMonth: 4,

    BornYear: 1951,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Ibrahim Boubacar Keïta",

    ImageID: Keita,

   

    BornDay: 29,

    BornMonth: 1,

    BornYear: 1945,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "İlham Aliyev",

    ImageID: Aliyev,

   

    BornDay: 24,

    BornMonth: 12,

    BornYear: 1961,

   

    Attack: 3,

    Defense: 4,

},

{

    Name: "Igor Matovič",

    ImageID: Matovic,

   

    BornDay: 11,

    BornMonth: 5,

    BornYear: 1973,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Ingrida Šimonytė",

    ImageID: Simonyte,

   

    BornDay: 15,

    BornMonth: 11,

    BornYear: 1974,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Jakaya Kikwete",

    ImageID: Kikwete,

   

    BornDay: 7,

    BornMonth: 10,

    BornYear: 1950,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Jair Bolsonaro",

    ImageID: Bolsonaro,

   

    BornDay: 21,

    BornMonth: 3,

    BornYear: 1955,

   

    Attack: 4,

    Defense: 4,

},

{

    Name: "Jamal Galbuu",

    ImageID: Galbuu,

   

    BornDay: 13,

    BornMonth: 7,

    BornYear: 29,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Jean Castex",

    ImageID: Castex,

   

    BornDay: 25,

    BornMonth: 6,

    BornYear: 1965,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Jigme Khesar Namgyel Wangchuck",

    ImageID: Wangchuk,

   

    BornDay: June,

    BornMonth: 21,

    BornYear: 1955,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Joko Widodo",

    ImageID: Widodo,

   

    BornDay: 21,

    BornMonth: 6,

    BornYear: 1961,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Jovenel Moïse",

    ImageID: Moise,

   

    BornDay: 26,

    BornMonth: 6,

    BornYear: 1968,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "João Lourenço",

    ImageID: Lourenco,

   

    BornDay: 5,

    BornMonth: 1,

    BornYear: 1954,

   

    Attack: 1,

    Defense: 3,

},

{

    Name: "Jusuf Kalla",

    ImageID: Kalla,

   

    BornDay: 15,

    BornMonth: 5,

    BornYear: 1942,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Justin Trudeau",

    ImageID: Trudeau,

   

    BornDay: 25,

    BornMonth: 12,

    BornYear: 1971,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Kais Saied",

    ImageID: Saied,

   

    BornDay: 22,

    BornMonth: 2,

    BornYear: 1958,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Krzysztof Szczerski",

    ImageID: Szczerski,

   

    BornDay: 13,

    BornMonth: 12,

    BornYear: 1973,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Kim Jong-Un",

    ImageID: JongUn,

   

    BornDay: 8,

    BornMonth: 1,

    BornYear: 1984,

   

    Attack: 4,

    Defense: 4,

},

{

    Name: "Konstantin Kižov",

    ImageID: Kizov,

   

    BornDay: 19,

    BornMonth: 8,

    BornYear: 1970,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Kostas Kosmopoulos",

    ImageID: Kosmopoulos,

   

    BornDay: 10,

    BornMonth: 8,

    BornYear: 1969,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Kosovo*",

    ImageID: Kosovo,

   

    BornDay: 18,

    BornMonth: 2,

    BornYear: 2008,

   

    Attack: 1,

    Defense: 1,

},

{

    Name: "Kurti Nikole",

    ImageID: Kurti,

   

    BornDay: 3,

    BornMonth: 10,

    BornYear: 1975,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Li Keqiang",

    ImageID: Keqiang,

   

    BornDay: 1,

    BornMonth: 7,

    BornYear: 1955,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Mahathir Mohamad",

    ImageID: Mohamad,

   

    BornDay: 10,

    BornMonth: 7,

    BornYear: 1925,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Mahmoud Abbas",

    ImageID: Abbas,

   

    BornDay: 15,

    BornMonth: 3,

    BornYear: 1935,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Marcelo Rebelo de Sousa",

    ImageID: Sousa,

   

    BornDay: 12,

    BornMonth: 12,

    BornYear: 1948,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Mark Rutte",

    ImageID: Rutte,

   

    BornDay: 14,

    BornMonth: 2,

    BornYear: 1967,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Marie-Louise Coleiro Preca",

    ImageID: Preca,

   

    BornDay: 7,

    BornMonth: 12,

    BornYear: 1958,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Miguel Díaz-Canel",

    ImageID: DiazCanel,

   

    BornDay: 20,

    BornMonth: 4,

    BornYear: 1960,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Mokgweetsi Masisi",

    ImageID: Masisi,

   

    BornDay: 21,

    BornMonth: 7,

    BornYear: 1961,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Nayib Bukele",

    ImageID: Bukele,

   

    BornDay: 24,

    BornMonth: 7,

    BornYear: 1981,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Narendra Modi",

    ImageID: Modi,

   

    BornDay: 17,

    BornMonth: 9,

    BornYear: 1950,

   

    Attack: 4,

    Defense: 4,

},

{

    Name: "Nay Pyi Taw",

    ImageID: PyiTaw,

   

    BornDay: 2005,

    BornMonth: 29,

    BornYear: 11,

   

    Attack: 1,

    Defense: 1,

},

{

    Name: "Nguyễn Xuân Phúc",

    ImageID: Phuc,

   

    BornDay: 20,

    BornMonth: 7,

    BornYear: 1954,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Norbu Wangchuk",

    ImageID: Wangchuk,

   

    BornDay: 5,

    BornMonth: 7,

    BornYear: 1953,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Norovyn Altankhuyag",

    ImageID: Altankhuyag,

   

    BornDay: 14,

    BornMonth: 6,

    BornYear: 1958,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Olivier Mahafaly Solonandrasana",

    ImageID: Solonandrasana,

   

    BornDay: 4,

    BornMonth: 2,

    BornYear: 1964,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Palaniappan Chidambaram",

    ImageID: Chidambaram,

   

    BornDay: 16,

    BornMonth: 9,

    BornYear: 1945,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Pavel Filip",

    ImageID: Filip,

   

    BornDay: 10,

    BornMonth: 5,

    BornYear: 1966,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Peter O'Neill",

    ImageID: ONeill,

   

    BornDay: 13,

    BornMonth: 2,

    BornYear: 1965,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Peter Pellegrini",

    ImageID: Pellegrini,

   

    BornDay: 6,

    BornMonth: 10,

    BornYear: 1975,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Petre Roman",

    ImageID: Roman,

   

    BornDay: 1946,

    BornMonth: 28,

    BornYear: 7,

   

    Attack: 1,

    Defense: 2,

},

{

Name: "Yasser Arafat",

ImageID: Arafat,

BornDay: 24,

BornMonth: 8,

BornYear: 1929,

Attack: 3,

Defense: 2,

}

]

 

 

Share this post


Link to post
Share on other sites

1 hour ago, xox said:

Hi here is 106 please ignore the few duplicates:

 

 

 

[

{

Name: "António Guterres",

ImageID: Guterres,

BornDay: 30,

BornMonth: 4,

BornYear: 1949,

Attack: 2,

Defense: 3,

},

 

{

Name: "Adil Abdul-Mahdi",

ImageID: Abdul-Mahdi,

BornDay: 1,

BornMonth: 1,

BornYear: 1942,

Attack: 3,

Defense: 3,

},

{

Name: "Alexander Lukashenko",

ImageID: Lukashenko,

BornDay: 30,

BornMonth: 8,

BornYear: 1954,

Attack: 4,

Defense: 4,

},

{

Name: "Alpha Condé",

ImageID: Conde,

BornDay: 4,

BornMonth: 3,

BornYear: 1938,

Attack: 3,

Defense: 3,

},

{

Name: "Andrés Manuel López Obrador",

ImageID: Lopez-Obrador,

BornDay: 13,

BornMonth: 11,

BornYear: 1953,

Attack: 2,

Defense: 2,

},

{

Name: "Ashraf Ghani",

ImageID: Ghani,

BornDay: 19,

BornMonth: 5,

BornYear: 1949,

Attack: 3,

Defense: 4,

},

{

Name: "Barham Salih",

ImageID: Salih,

BornDay: 12,

BornMonth: 9,

BornYear: 1960,

Attack: 3,

Defense: 3,

},

{

Name: "Baron Waqa",

ImageID: Waqa,

BornDay: 31,

BornMonth: 12,

BornYear: 1959,

Attack: 2,

Defense: 2,

},

{

Name: "Battulga Khaltmaa",

ImageID: Khaltmaa,

BornDay: 3,

BornMonth: 3,

BornYear: 1963,

Attack: 2,

Defense: 3,

},

{

Name: "Boris Johnson",

ImageID: Johnson,

BornDay: 19,

BornMonth: 6,

BornYear: 1964,

Attack: 4,

Defense: 3,

},

{

Name: "Borut Pahor",

ImageID: Pahor,

BornDay: 2,

BornMonth: 6,

BornYear: 1963,

Attack: 2,

Defense: 2,

},

{

Name: "Charles Michel",

ImageID: Michel,

BornDay: 21,

BornMonth: 12,

BornYear: 1975,

Attack: 2,

Defense: 2,

},

{

Name: "Colville Young",

ImageID: Young,

BornDay: 20,

BornMonth: 11,

BornYear: 1932,

Attack: 1,

Defense: 2,

},

{

Name: "Cyril Ramaphosa",

ImageID: Ramaphosa,

BornDay: 17,

BornMonth: 11,

BornYear: 1952,

Attack: 3,

Defense: 4,

},

{

Name: "Danilo Medina",

ImageID: Medina,

BornDay: 10,

BornMonth: 11,

BornYear: 1951,

Attack: 2,

Defense: 2,

},

{

Name: "Danny Faure",

ImageID: Faure,

BornDay: 8,

BornMonth: 5,

BornYear: 1962,

Attack: 1,

Defense: 1,

},

{

Name: "David Kabua",

ImageID: Kabua,

BornDay: 1951,

BornMonth: 10,

BornYear: 17,

Attack: 1,

Defense: 2,

},

{

Name: "David W. Panuelo",

ImageID: Panuelo,

BornDay: 30,

BornMonth: 12,

BornYear: 1961,

Attack: 2,

Defense: 2,

},

{

Name: "Denis Sassou Nguesso",

ImageID: Nguesso,

BornDay: 23,

BornMonth: 11,

BornYear: 1943,

Attack: 3,

Defense: 3,

},

{

Name: "Donald Trump",

ImageID: Trump,

BornDay: 14,

BornMonth: 6,

BornYear: 1946,

Attack: 5,

Defense: 4,

},

{

Name: "Egils Levits",

ImageID: Levits,

BornDay: 30,

BornMonth: 6,

BornYear: 1955,

Attack: 2,

Defense: 2,

},

{

Name: "Emmanuel Macron",

ImageID: Macron,

BornDay: 21,

BornMonth: 12,

BornYear: 1977,

Attack: 3,

Defense: 3,

},

{

Name: "Enele Sopoaga",

ImageID: Sopoaga,

BornDay: 10,

BornMonth: 4,

BornYear: 1956,

Attack: 1,

Defense: 1,

},

{

Name: "Ersin Tatar",

ImageID: Tatar,

BornDay: 7,

BornMonth: 12,

BornYear: 1960,

Attack: 2,

Defense: 2,

},

{

Name: "Evaristo Carvalho",

ImageID: Carvalho,

BornDay: 22,

BornMonth: 3,

BornYear: 1941,

Attack: 1,

Defense: 1,

},

{

Name: "Félix Tshisekedi",

ImageID: Tshisekedi,

BornDay: 13,

BornMonth: 6,

BornYear: 1963,

Attack: 3,

Defense: 2,

},

{

Name: "Frank Bainimarama",

ImageID: Bainimarama,

BornDay: 27,

BornMonth: 4,

BornYear: 1954,

Attack: 3,

Defense: 3,

},

{

Name: "François Hollande",

ImageID: Hollande,

BornDay: 12,

BornMonth: 8,

BornYear: 1954,

Attack: 3,

Defense: 3,

},

{

Name: "George Vella",

ImageID: Vella,

BornDay: 24,

BornMonth: 4,

BornYear: 1942,

Attack: 2,

Defense: 2,

},

{

Name: "Gitanas Nauseda",

ImageID: Nauseda,

BornDay: 19,

BornMonth: 5,

BornYear: 1964,

Attack: 2,

Defense: 2,

},

{

Name: "Gotabaya Rajapaksa",

ImageID: Rajapaksa,

BornDay: 20,

BornMonth: 6,

BornYear: 1949,

Attack: 3,

Defense: 4,

},

{

Name: "Hage Geingob",

ImageID: Geingob,

BornDay: 3,

BornMonth: 8,

BornYear: 1941,

Attack: 2,

Defense: 2,

},

{

Name: "Halimah Yacob",

ImageID: Yacob,

BornDay: 23,

BornMonth: 8,

BornYear: 1954,

Attack: 2,

Defense: 2,

},

{

Name: "Hassan Rouhani",

ImageID: Rouhani,

BornDay: 12,

BornMonth: 11,

BornYear: 1948,

Attack: 3,

Defense: 3,

},

 

{

    Name: "Abdel Fattah el-Sisi",

    ImageID: elSisi,

   

    BornDay: 19,

    BornMonth: 11,

    BornYear: 1954,

   

    Attack: 3,

    Defense: 4,

},

{

    Name: "Adama Barrow",

    ImageID: Barrow,

   

    BornDay: 16,

    BornMonth: 2,

    BornYear: 1965,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Adil Abdul-Mahdi",

    ImageID: Abdul-Mahdi,

   

    BornDay: 1,

    BornMonth: 1,

    BornYear: 1942,

   

    Attack: 1,

    Defense: 3,

},

{

    Name: "Alberto Fernández",

    ImageID: Fernandez,

   

    BornDay: 2,

    BornMonth: 4,

    BornYear: 1959,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Alejandro Giammattei",

    ImageID: Giammattei,

   

    BornDay: 9,

    BornMonth: 3,

    BornYear: 1956,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Alexander De Croo",

    ImageID: DeCroo,

   

    BornDay: 3,

    BornMonth: 11,

    BornYear: 1975,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Alpha Condé",

    ImageID: Conde,

   

    BornDay: 4,

    BornMonth: 3,

    BornYear: 1938,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Andrés Manuel López Obrador",

    ImageID: LopezObrador,

   

    BornDay: 13,

    BornMonth: 11,

    BornYear: 1953,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Angela Merkel",

    ImageID: Merkel,

   

    BornDay: 17,

    BornMonth: 7,

    BornYear: 1954,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "António Costa",

    ImageID: Costa,

   

    BornDay: 17,

    BornMonth: 7,

    BornYear: 1961,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Ashraf Ghani",

    ImageID: Ghani,

   

    BornDay: 19,

    BornMonth: 5,

    BornYear: 1949,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Bah Ndaw",

    ImageID: Ndaw,

   

    BornDay: 1950,

    BornMonth: 1,

    BornYear: 23,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Barham Salih",

    ImageID: Salih,

   

    BornDay: 18,

    BornMonth: 1,

    BornYear: 1960,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Baron Waqa",

    ImageID: Waqa,

   

    BornDay: 31,

    BornMonth: 12,

    BornYear: 1959,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Boris Johnson",

    ImageID: Johnson,

   

    BornDay: 19,

    BornMonth: 6,

    BornYear: 1964,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Borut Pahor",

    ImageID: Pahor,

   

    BornDay: 2,

    BornMonth: 7,

    BornYear: 1963,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Bruno Tshibala",

    ImageID: Tshibala,

   

    BornDay: 20,

    BornMonth: 9,

    BornYear: 1967,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Chérif Mahamat Zene",

    ImageID: Zene,

   

    BornDay: 14,

    BornMonth: 1958,

    BornYear: 7,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Denys Shmyhal",

    ImageID: Shmyhal,

   

    BornDay: 22,

    BornMonth: 3,

    BornYear: 1975,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Emomali Rahmon",

    ImageID: Rahmon,

   

    BornDay: 5,

    BornMonth: 10,

    BornYear: 1952,

   

    Attack: 3,

    Defense: 4,

},

{

    Name: "Enele Sopoaga",

    ImageID: Sopoaga,

   

    BornDay: 1956,

    BornMonth: 2,

    BornYear: 14,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Erna Solberg",

    ImageID: Solberg,

   

    BornDay: 24,

    BornMonth: 2,

    BornYear: 1961,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Ersin Tatar",

    ImageID: Tatar,

   

    BornDay: 28,

    BornMonth: 9,

    BornYear: 1960,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Even Alar Fulton",

    ImageID: Fulton,

   

    BornDay: 1978,

    BornMonth: 1,

    BornYear: 23,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Faustin-Archange Touadéra",

    ImageID: Touadera,

   

    BornDay: 21,

    BornMonth: 6,

    BornYear: 1957,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Fayez al-Sarraj",

    ImageID: Sarraj,

   

    BornDay: 1960,

    BornMonth: 2,

    BornYear: 2,

   

    Attack: 1,

    Defense: 3,

},

{

    Name: "Félix Tshisekedi",

    ImageID: Tshisekedi,

   

    BornDay: 13,

    BornMonth: 6,

    BornYear: 1963,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Fumio Kishida",

    ImageID: Kishida,

   

    BornDay: 29,

    BornMonth: 7,

    BornYear: 1957,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "George Vella",

    ImageID: Vella,

   

    BornDay: 24,

    BornMonth: 4,

    BornYear: 1942,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Giorgi Gakharia",

    ImageID: Gakharia,

   

    BornDay: 2001,

    BornMonth: 4,

    BornYear: 21,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Hassan Rouhani",

    ImageID: Rouhani,

   

    BornDay: 12,

    BornMonth: 11,

    BornYear: 1948,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Hilda Heine",

    ImageID: Heine,

   

    BornDay: 21,

    BornMonth: 4,

    BornYear: 1951,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Ibrahim Boubacar Keïta",

    ImageID: Keita,

   

    BornDay: 29,

    BornMonth: 1,

    BornYear: 1945,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "İlham Aliyev",

    ImageID: Aliyev,

   

    BornDay: 24,

    BornMonth: 12,

    BornYear: 1961,

   

    Attack: 3,

    Defense: 4,

},

{

    Name: "Igor Matovič",

    ImageID: Matovic,

   

    BornDay: 11,

    BornMonth: 5,

    BornYear: 1973,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Ingrida Šimonytė",

    ImageID: Simonyte,

   

    BornDay: 15,

    BornMonth: 11,

    BornYear: 1974,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Jakaya Kikwete",

    ImageID: Kikwete,

   

    BornDay: 7,

    BornMonth: 10,

    BornYear: 1950,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Jair Bolsonaro",

    ImageID: Bolsonaro,

   

    BornDay: 21,

    BornMonth: 3,

    BornYear: 1955,

   

    Attack: 4,

    Defense: 4,

},

{

    Name: "Jamal Galbuu",

    ImageID: Galbuu,

   

    BornDay: 13,

    BornMonth: 7,

    BornYear: 29,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Jean Castex",

    ImageID: Castex,

   

    BornDay: 25,

    BornMonth: 6,

    BornYear: 1965,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Jigme Khesar Namgyel Wangchuck",

    ImageID: Wangchuk,

   

    BornDay: June,

    BornMonth: 21,

    BornYear: 1955,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Joko Widodo",

    ImageID: Widodo,

   

    BornDay: 21,

    BornMonth: 6,

    BornYear: 1961,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Jovenel Moïse",

    ImageID: Moise,

   

    BornDay: 26,

    BornMonth: 6,

    BornYear: 1968,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "João Lourenço",

    ImageID: Lourenco,

   

    BornDay: 5,

    BornMonth: 1,

    BornYear: 1954,

   

    Attack: 1,

    Defense: 3,

},

{

    Name: "Jusuf Kalla",

    ImageID: Kalla,

   

    BornDay: 15,

    BornMonth: 5,

    BornYear: 1942,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Justin Trudeau",

    ImageID: Trudeau,

   

    BornDay: 25,

    BornMonth: 12,

    BornYear: 1971,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Kais Saied",

    ImageID: Saied,

   

    BornDay: 22,

    BornMonth: 2,

    BornYear: 1958,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Krzysztof Szczerski",

    ImageID: Szczerski,

   

    BornDay: 13,

    BornMonth: 12,

    BornYear: 1973,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Kim Jong-Un",

    ImageID: JongUn,

   

    BornDay: 8,

    BornMonth: 1,

    BornYear: 1984,

   

    Attack: 4,

    Defense: 4,

},

{

    Name: "Konstantin Kižov",

    ImageID: Kizov,

   

    BornDay: 19,

    BornMonth: 8,

    BornYear: 1970,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Kostas Kosmopoulos",

    ImageID: Kosmopoulos,

   

    BornDay: 10,

    BornMonth: 8,

    BornYear: 1969,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Kosovo*",

    ImageID: Kosovo,

   

    BornDay: 18,

    BornMonth: 2,

    BornYear: 2008,

   

    Attack: 1,

    Defense: 1,

},

{

    Name: "Kurti Nikole",

    ImageID: Kurti,

   

    BornDay: 3,

    BornMonth: 10,

    BornYear: 1975,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Li Keqiang",

    ImageID: Keqiang,

   

    BornDay: 1,

    BornMonth: 7,

    BornYear: 1955,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Mahathir Mohamad",

    ImageID: Mohamad,

   

    BornDay: 10,

    BornMonth: 7,

    BornYear: 1925,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Mahmoud Abbas",

    ImageID: Abbas,

   

    BornDay: 15,

    BornMonth: 3,

    BornYear: 1935,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Marcelo Rebelo de Sousa",

    ImageID: Sousa,

   

    BornDay: 12,

    BornMonth: 12,

    BornYear: 1948,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Mark Rutte",

    ImageID: Rutte,

   

    BornDay: 14,

    BornMonth: 2,

    BornYear: 1967,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Marie-Louise Coleiro Preca",

    ImageID: Preca,

   

    BornDay: 7,

    BornMonth: 12,

    BornYear: 1958,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Miguel Díaz-Canel",

    ImageID: DiazCanel,

   

    BornDay: 20,

    BornMonth: 4,

    BornYear: 1960,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Mokgweetsi Masisi",

    ImageID: Masisi,

   

    BornDay: 21,

    BornMonth: 7,

    BornYear: 1961,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Nayib Bukele",

    ImageID: Bukele,

   

    BornDay: 24,

    BornMonth: 7,

    BornYear: 1981,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Narendra Modi",

    ImageID: Modi,

   

    BornDay: 17,

    BornMonth: 9,

    BornYear: 1950,

   

    Attack: 4,

    Defense: 4,

},

{

    Name: "Nay Pyi Taw",

    ImageID: PyiTaw,

   

    BornDay: 2005,

    BornMonth: 29,

    BornYear: 11,

   

    Attack: 1,

    Defense: 1,

},

{

    Name: "Nguyễn Xuân Phúc",

    ImageID: Phuc,

   

    BornDay: 20,

    BornMonth: 7,

    BornYear: 1954,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Norbu Wangchuk",

    ImageID: Wangchuk,

   

    BornDay: 5,

    BornMonth: 7,

    BornYear: 1953,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Norovyn Altankhuyag",

    ImageID: Altankhuyag,

   

    BornDay: 14,

    BornMonth: 6,

    BornYear: 1958,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Olivier Mahafaly Solonandrasana",

    ImageID: Solonandrasana,

   

    BornDay: 4,

    BornMonth: 2,

    BornYear: 1964,

   

    Attack: 2,

    Defense: 2,

},

{

    Name: "Palaniappan Chidambaram",

    ImageID: Chidambaram,

   

    BornDay: 16,

    BornMonth: 9,

    BornYear: 1945,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Pavel Filip",

    ImageID: Filip,

   

    BornDay: 10,

    BornMonth: 5,

    BornYear: 1966,

   

    Attack: 1,

    Defense: 2,

},

{

    Name: "Peter O'Neill",

    ImageID: ONeill,

   

    BornDay: 13,

    BornMonth: 2,

    BornYear: 1965,

   

    Attack: 2,

    Defense: 3,

},

{

    Name: "Peter Pellegrini",

    ImageID: Pellegrini,

   

    BornDay: 6,

    BornMonth: 10,

    BornYear: 1975,

   

    Attack: 3,

    Defense: 3,

},

{

    Name: "Petre Roman",

    ImageID: Roman,

   

    BornDay: 1946,

    BornMonth: 28,

    BornYear: 7,

   

    Attack: 1,

    Defense: 2,

},

{

Name: "Yasser Arafat",

ImageID: Arafat,

BornDay: 24,

BornMonth: 8,

BornYear: 1929,

Attack: 3,

Defense: 2,

}

]

 

Will you send image too ?

Share this post


Link to post
Share on other sites

Posted (edited)

I'll send the Japanese Warlord later.

I have over a 300 character Daimyo and it's vassal, just tell me how much you needed.

The old traditional paint and the new digital art. Though the digital art is good you might get copyrighted. Still I'll send it here or pm where I also send you the Sengoku banner.

Edited by Neyoto Hiro

Share this post


Link to post
Share on other sites

Quote

 

Stefan Dušan 

[

{

    Name: "Stefan Dušan",

    ImageID: Stefan,

    

    BornDay: 26,

    BornMonth: 7,

    BornYear: 1308,

    

    Attack: +10,

    Defense: +5,

},

]

 

514774e89583f66667e165f8f99fab7f.jpg

Share this post


Link to post
Share on other sites

6 hours ago, mostlymossyman said:

Hey dude please add death dates

if this would be done just do it trough events, cus people can live longer or live shorter with some incident

Share this post


Link to post
Share on other sites

Quote

 

[

{

    Name: "Grigoriy Potyomkin",

    ImageID: Potyomkin,

    

    BornDay: 11,

    BornMonth: 10,

    BornYear: 1739,

    

    Attack: +2,

    Defense: -+3,

},

]

 

 

Share this post


Link to post
Share on other sites

8 hours ago, bun_dha4 said:

alright, have the red napoleon himself.

.tukhachevsky.zip


although, lil' suggestion: it would be nice having a field where you put your character's nationality and it displays somewhere.
so, we could set stalin as georgian, or hitler as austrian just to say any examples.

.

Added to the game

Share this post


Link to post
Share on other sites

32 minutes ago, Łukasz Jakowski said:

It must be in the json file and also image for that character have to be made, 125x125 px.

Don't write text in this topic. I need files.

We should send you The Json file and the photo?

Share this post


Link to post
Share on other sites

Guest
This topic is now closed to further replies.


  • Popular Now


  • Our picks

    • AoH3 – Help with translation of the Game
      Hi, I need your help translating the Age of History 3 to your native language.
      Your translation into your native language would be very helpful! ❤️

      In the attachment is a file with new texts in the game to be translated.
       

      How to make translation:

      In the file there is list of texts in the game

      The Left side is the key, do not change it!

      The right side of each line after = is the translation to your language

       

       

      Example:

      ChooseAnAdvisorToHire = Choose an Advisor to Hire

      ChooseAnAdvisorToHire is the key, don't change it

       

      Correctly made translation:

      ChooseAnAdvisorToHire = Your translated text
      ClickToHireAnAdvisor = Your translated text
      ClickToFireAnAdvisor = Your translated text

      etc.

      ShiftClickToInvestXTimes = Shift + Click to invest {0} times

      In the place of {0} will be placed number or text

      PerformTheActionXTimes = Perform the action {0,choice,0#{0} times|1#{0} time|1<{0,number,integer} times}

       

       

      For now the game is translated to: Only English language!

       

      translation.txt
    • Bloody Europe II | New update
      Bloody Europe II - it's a mod with a huge map of Europe.

      In these mod is:
      -Giant map of Europe (4434 provinces) + big map of Europe (2637 provinces) + large map of German Empire (937 provinces)

      -Large count of scenarios from ancient times to alternative future

      -New fonts and music

      -Plenty of new civilizations, form civs and union

      -You will see changes in the game code that will change the game significantly
    • Events - Common events for every civilization in the game
      Hi,
      in this topic, I am interested in your ideas for events that can happen for every Civilization in the game.
      I'm also interested in Missions for every Civilization.

      Here is some example, have more than 10k army, have more than 5000 gold, build 10 buildings, recruit an Advisor, increase tax efficiency 20 times, be largest  producer of some resource in the world, unlock 5 Civilization legacies etc.
      • 187 replies
    • First preview of the Alpha version of Age of History 3
      First preview of the Alpha version of Age of History 3, YouTube.
      Release date: When it's ready 😛 Subscribe for more!



       





       
    • Land units - Ideas AoH3
      AoH3 will have different types of land units.

      In this topic we will write ideas for new land units. 

       

      So the AoH 3 will have new battle system.


      Representation of the battlefield in the game.


      Land units will be grouped into 3 types. Each unit will have a different recruitment cost, attack, defense, movement speed and upkeep.

      Groups determine the placement of units on the battlefield.


       

      Each unit can be unlocked by researching technology and then upgraded.

       

      Here is the current list of units with upgrades:

      First line:

      Warrior -> Light Footmen -> Heavy Infantry -> Infantry -> Line Infantry -> Modern Infantry

      Hoplites -> Spearmen -> Pikeman -> Elite Pikeman -> Musketeer -> Riflemen -> Mechanized Infantry -> Modern Mechanized Infantry

      First line side:

      Horseman -> Elite Horseman -> Cavalry -> Tank -> Modern Tank

      Second line:

      Archer -> Bowmen -> Crossbowman -> Elite Crossbowman

      Canon -> Field Cannon -> Artillery -> Modern Artillery

      Early Airplane -> Airplane -> Modern Airplane

       

      This is a very early version, so maybe something should be changed?

      Or maybe an idea for a new type of unit with upgrades? I'm waiting for your suggestions.

       
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Age of History Games