├── Credits ├── Buildings.txt ├── Improvement.txt ├── Music & SFX.txt ├── Nation.txt ├── Promotions.txt ├── Religions.txt ├── Resources.txt └── Units.txt ├── Images ├── BuildingIcons │ ├── Armorer.png │ ├── Binding Blade.png │ ├── Buy Large Food Portions.png │ ├── Buy Medium Food Portions.png │ ├── Buy Small Food Portions.png │ ├── Church of St. Elimine.png │ ├── Dragon Library.png │ ├── Drill Grounds.png │ ├── Falchion.png │ ├── Fang Headquarters.png │ ├── Mani Katti Shrine.png │ ├── Marquess's Castle.png │ ├── Ostian Walls.png │ ├── Pegasi Stable.png │ └── Water Temple.png ├── ImprovementIcons │ └── Ger.png ├── LeaderIcons │ ├── Alm.png │ ├── Corrin.png │ ├── Eliwood.png │ ├── Ephraim.png │ ├── Hardin.png │ ├── Hector.png │ ├── Innes.png │ ├── Joshua.png │ ├── L'Arachel.png │ ├── Lilina.png │ ├── Lyn.png │ ├── Lyon.png │ ├── Marth.png │ ├── Medeus.png │ ├── Myrddin.png │ ├── Nergal.png │ ├── Roy.png │ ├── Sirius.png │ ├── Sophia.png │ ├── Sue.png │ ├── Zelot.png │ └── Zephiel.png ├── NationIcons │ ├── Altea.png │ ├── Bern.png │ ├── Duchy of Ostia.png │ ├── Etruria.png │ ├── Grust.png │ ├── Ilia.png │ ├── Kingdom of Bern.png │ ├── Kingdom of Ilia.png │ ├── Nabata.png │ ├── Ostia.png │ ├── Pherae.png │ ├── Sacae.png │ ├── Sacaean.png │ ├── The Black Fang.png │ └── The Lycian League.png ├── ReligionIcons │ ├── Eliminism.png │ ├── Grimleal.png │ ├── Nagaism.png │ └── Naturism.png ├── ResourceIcons │ ├── Binding Blade.png │ ├── Durandal.png │ ├── Falchion.png │ └── Mani Katti.png ├── TileSets │ ├── FantasyHex │ │ ├── Tiles │ │ │ └── Ger.png │ │ └── Units │ │ │ ├── Armored Knight.png │ │ │ ├── Assassin.png │ │ │ ├── Bishop.png │ │ │ ├── Blade Lord Lyn (Atomic).png │ │ │ ├── Blade Lord Lyn (Information).png │ │ │ ├── Blade Lord Lyn (Modern).png │ │ │ ├── Cavalier.png │ │ │ ├── Eliwood (Industrial).png │ │ │ ├── Eliwood (Medieval).png │ │ │ ├── Eliwood (Renaissance).png │ │ │ ├── Falcon Knight.png │ │ │ ├── Feral Fire Dragon (Ancient).png │ │ │ ├── Feral Fire Dragon (Atomic).png │ │ │ ├── Feral Fire Dragon (Classical).png │ │ │ ├── Feral Fire Dragon (Industrial).png │ │ │ ├── Feral Fire Dragon (Information).png │ │ │ ├── Feral Fire Dragon (Medieval).png │ │ │ ├── Feral Fire Dragon (Modern).png │ │ │ ├── Feral Fire Dragon (Renaissance).png │ │ │ ├── Feral Ice Dragon (Ancient).png │ │ │ ├── Feral Ice Dragon (Atomic).png │ │ │ ├── Feral Ice Dragon (Classical).png │ │ │ ├── Feral Ice Dragon (Industrial).png │ │ │ ├── Feral Ice Dragon (Information).png │ │ │ ├── Feral Ice Dragon (Medieval).png │ │ │ ├── Feral Ice Dragon (Modern).png │ │ │ ├── Feral Ice Dragon (Renaissance).png │ │ │ ├── Feral Mage Dragon (Ancient).png │ │ │ ├── Feral Mage Dragon (Atomic).png │ │ │ ├── Feral Mage Dragon (Classical).png │ │ │ ├── Feral Mage Dragon (Industrial).png │ │ │ ├── Feral Mage Dragon (Information).png │ │ │ ├── Feral Mage Dragon (Medieval).png │ │ │ ├── Feral Mage Dragon (Modern).png │ │ │ ├── Feral Mage Dragon (Renaissance).png │ │ │ ├── Feral Wyvern (Ancient).png │ │ │ ├── Feral Wyvern (Atomic).png │ │ │ ├── Feral Wyvern (Classical).png │ │ │ ├── Feral Wyvern (Industrial).png │ │ │ ├── Feral Wyvern (Information).png │ │ │ ├── Feral Wyvern (Medieval).png │ │ │ ├── Feral Wyvern (Modern).png │ │ │ ├── Feral Wyvern (Renaissance).png │ │ │ ├── General.png │ │ │ ├── Great Lord Roy (Atomic).png │ │ │ ├── Great Lord Roy (Information).png │ │ │ ├── Great Lord Roy (Modern).png │ │ │ ├── Hero-King Marth (Atomic).png │ │ │ ├── Hero-King Marth (Information).png │ │ │ ├── Hero-King Marth (Modern).png │ │ │ ├── Knight Lord Eliwood (Atomic).png │ │ │ ├── Knight Lord Eliwood (Information).png │ │ │ ├── Knight Lord Eliwood (Modern).png │ │ │ ├── Lyn (Industrial).png │ │ │ ├── Lyn (Medieval).png │ │ │ ├── Lyn (Renaissance).png │ │ │ ├── Marth (Industrial).png │ │ │ ├── Marth (Medieval).png │ │ │ ├── Marth (Renaissance).png │ │ │ ├── Modern Bishop.png │ │ │ ├── Myrmidon.png │ │ │ ├── Nomad.png │ │ │ ├── Nomadic Trooper.png │ │ │ ├── Paladin.png │ │ │ ├── Pegasus Knight.png │ │ │ ├── Priest.png │ │ │ ├── Roy (Industrial).png │ │ │ ├── Roy (Medieval).png │ │ │ ├── Roy (Renaissance).png │ │ │ ├── Swordsmaster.png │ │ │ ├── Thief.png │ │ │ ├── Transporter (Tent).png │ │ │ ├── Transporter.png │ │ │ ├── Wooden Cavalry.png │ │ │ ├── Wyvern General.png │ │ │ ├── Wyvern Lord.png │ │ │ └── Wyvern Rider.png │ └── HexaRealm │ │ └── Tiles │ │ └── Ger.png ├── UnitIcons │ ├── Armored Knight.png │ ├── Assassin.png │ ├── Bishop.png │ ├── Blade Lord Lyn (Atomic).png │ ├── Blade Lord Lyn (Information).png │ ├── Blade Lord Lyn (Modern).png │ ├── Cavalier.png │ ├── Dragon Lord.png │ ├── Druid.png │ ├── Eliwood (Industrial).png │ ├── Eliwood (Medieval).png │ ├── Eliwood (Renaissance).png │ ├── Falcon Knight.png │ ├── Feral Fire Dragon (Ancient).png │ ├── Feral Fire Dragon (Atomic).png │ ├── Feral Fire Dragon (Classical).png │ ├── Feral Fire Dragon (Industrial).png │ ├── Feral Fire Dragon (Information).png │ ├── Feral Fire Dragon (Medieval).png │ ├── Feral Fire Dragon (Modern).png │ ├── Feral Fire Dragon (Renaissance).png │ ├── Feral Ice Dragon (Ancient).png │ ├── Feral Ice Dragon (Atomic).png │ ├── Feral Ice Dragon (Classical).png │ ├── Feral Ice Dragon (Industrial).png │ ├── Feral Ice Dragon (Information).png │ ├── Feral Ice Dragon (Medieval).png │ ├── Feral Ice Dragon (Modern).png │ ├── Feral Ice Dragon (Renaissance).png │ ├── Feral Mage Dragon (Ancient).png │ ├── Feral Mage Dragon (Atomic).png │ ├── Feral Mage Dragon (Classical).png │ ├── Feral Mage Dragon (Industrial).png │ ├── Feral Mage Dragon (Information).png │ ├── Feral Mage Dragon (Medieval).png │ ├── Feral Mage Dragon (Modern).png │ ├── Feral Mage Dragon (Renaissance).png │ ├── Feral Wyvern (Ancient).png │ ├── Feral Wyvern (Atomic).png │ ├── Feral Wyvern (Classical).png │ ├── Feral Wyvern (Industrial).png │ ├── Feral Wyvern (Information).png │ ├── Feral Wyvern (Medieval).png │ ├── Feral Wyvern (Modern).png │ ├── Feral Wyvern (Renaissance).png │ ├── Field Armory.png │ ├── General.png │ ├── Great Lord Roy (Atomic).png │ ├── Great Lord Roy (Information).png │ ├── Great Lord Roy (Modern).png │ ├── Hero-King Marth (Atomic).png │ ├── Hero-King Marth (Information).png │ ├── Hero-King Marth (Modern).png │ ├── Knight Lord Eliwood (Atomic).png │ ├── Knight Lord Eliwood (Information).png │ ├── Knight Lord Eliwood (Modern).png │ ├── Lyn (Industrial).png │ ├── Lyn (Medieval).png │ ├── Lyn (Renaissance).png │ ├── Mage Knight.png │ ├── Marth (Industrial).png │ ├── Marth (Medieval).png │ ├── Marth (Renaissance).png │ ├── Modern Bishop.png │ ├── Myrmidon.png │ ├── Nomad.png │ ├── Nomadic Trooper.png │ ├── Paladin.png │ ├── Pegasus Knight.png │ ├── Priest.png │ ├── Roy (Industrial).png │ ├── Roy (Medieval).png │ ├── Roy (Renaissance).png │ ├── Shaman.png │ ├── Swordsmaster.png │ ├── Thief.png │ ├── Transporter.png │ ├── Troubadour.png │ ├── Wooden Cavalry.png │ ├── Wyvern General.png │ ├── Wyvern Lord.png │ └── Wyvern Rider.png └── UnitPromotionIcons │ ├── Arrowspate.png │ ├── Concentration.png │ ├── Dragonkiller Rounds.png │ ├── Dragonkiller Weapons.png │ ├── Firestone.png │ ├── Flier Shield.png │ ├── Hoistflamme.png │ ├── Icestone.png │ ├── Legendary Dragonkillers.png │ ├── Magestone.png │ ├── Mastery.png │ ├── Noble Fortitude.png │ ├── Pachyderm.png │ ├── Panic.png │ ├── Precision Strikes.png │ ├── Ransack.png │ ├── Resistance.png │ ├── Retainment.png │ ├── Royal Pardon.png │ ├── Sacaean Justice.png │ ├── Sealed Sword.png │ ├── Sleep.png │ ├── Staff.png │ ├── Stonehoist.png │ ├── Swipe.png │ ├── The Falchion.png │ ├── The Fang Watches.png │ ├── The Knight of Lycia.png │ ├── Thunderbolt.png │ ├── Tomebreaker.png │ ├── Torch.png │ └── Warp.png ├── README.md ├── game.atlas ├── game.png ├── game2.png ├── jsons ├── Buildings.json ├── ModOptions.json ├── Nations.json ├── Religions.json ├── TileImprovements.json ├── TileResources.json ├── UnitPromotions.json ├── UnitTypes.json └── Units.json ├── maps └── Scramble For Elibe.txt ├── music ├── Altea - Holy War (Old Mystery) - War.mp3 ├── Altea - Time to Act - Peace.mp3 ├── Bern - In The Name of Bern - War.mp3 ├── Bern - The Kingdom of Bern - Peace.mp3 ├── Etruria - Distant Utopia - Peace.mp3 ├── Etruria - For the Commanders - War.mp3 ├── Fire Emblem Civilizations - Fire Emblem Main Theme - Theme.mp3 ├── Fire Emblem Main Theme - Ambient.mp3 ├── Grust - A Hero's Destiny - War.mp3 ├── Grust - Expedition - Peace.mp3 ├── Ilia - Binding Ties - Peace.mp3 ├── Ilia - Inescapable Fate - War.mp3 ├── Nabata - Dragon's Gate II - War.mp3 ├── Nabata - Land of Swirling Sands - Peace.mp3 ├── Ostia - Path to Greatness - War.mp3 ├── Ostia - Raise Your Spirits - Peace.mp3 ├── Pherae - Companions - War.mp3 ├── Pherae - Precious Things - Peace.mp3 ├── Sacaean - Winds Across the Plains - Peace.mp3 ├── Sacaean - Within The Magnificent Nature - War.mp3 ├── The Black Fang - Black Fang - Peace.mp3 ├── The Black Fang - Softly with Grace - War.mp3 ├── The Lycian League - Beneath a New Light - War.mp3 └── The Lycian League - Beyond the Distant Skies - Peace.mp3 └── sounds ├── Light.mp3 └── dragonbreath.mp3 /Credits/Buildings.txt: -------------------------------------------------------------------------------- 1 | //Archanean 2 | Dummy by Smalllike from NounProject.com - (Drill Grounds) 3 | https://thenounproject.com/icon/dummy-2408121/ 4 | 5 | //Elibe (FE6) 6 | 7 | Stables by Ben Davis from NounProject.com - (Pegasi Stable) 8 | https://thenounproject.com/icon/stables-1848284/ 9 | 10 | Bread by Firza Alamsyah from NounProject.com - (Small Food Portions) 11 | https://thenounproject.com/icon/bread-4577938/ 12 | 13 | Meal by Alice Design from NounProject.com - (Medium Food Portions) 14 | https://thenounproject.com/icon/meal-3407874/ 15 | 16 | Meat by Eucalyp from NounProject.com - (Large Food Portions) 17 | https://thenounproject.com/icon/meat-2290673/ 18 | 19 | Library by Rob Crosswell from Noun Project - (Dragon Library) 20 | https://thenounproject.com/icon/library-1122689/ 21 | 22 | Pyramid by luca orlandini from NounProject.com - (Water Temple) 23 | https://thenounproject.com/icon/pyramid-26760/ 24 | 25 | Castle by Kieu Thi Kim Cuong from NounProject.com - (Marquess Castle) 26 | https://thenounproject.com/icon/castle-2904148/ 27 | 28 | Church by Lil Squid from NounProject.com - (Church of St Elimine) 29 | https://thenounproject.com/icon/church-26222/ 30 | 31 | Castle by Doodle Icons from NounProject.com - (Marquess's Castle) 32 | https://thenounproject.com/icon/castle-4477510/ 33 | 34 | 35 | //FE7 36 | 37 | Castle by Lil Squid from NounProject.com - (Ostian Walls) 38 | https://thenounproject.com/icon/castle-26224/ 39 | 40 | Meeting by Alice Design from NounProject.com - (Fang Headquarters) 41 | https://thenounproject.com/icon/meeting-1994875/ 42 | 43 | //Buildings for Lords 44 | Swords by Angriawan Ditya Zulkarnain from NounProject.com - (Falchion) 45 | https://thenounproject.com/icon/swords-1302761/ 46 | 47 | Sword In Stone by Made x Made from NounProject.com - (Binding Blade) 48 | https://thenounproject.com/search/?q=Magical+Sword&i=1764934 49 | 50 | Temple by Shadows of love from NounProject.com - (Mani Katti Shrine) 51 | https://thenounproject.com/icon/temple-1119748/ -------------------------------------------------------------------------------- /Credits/Improvement.txt: -------------------------------------------------------------------------------- 1 | Circus Tent by jabbar from NounProject.com - (Ger) 2 | https://thenounproject.com/icon/circus-tent-3254318/ -------------------------------------------------------------------------------- /Credits/Music & SFX.txt: -------------------------------------------------------------------------------- 1 | (Note: Original music compositions rightfully belongs to Nintendo and Intelligent System, all attributions are remaster versions from individual composers) 2 | 3 | //Elibean 4 | Friendship and Adventure - gazpacho 146 5 | https://www.youtube.com/watch?v=0j0zCCkfjYw&list=WL&index=8&t=44s&ab_channel=gazpacho146 6 | 7 | Distant Travels - gazpacho 146 8 | https://www.youtube.com/watch?v=lXhsrEkVhhI&t=37s&ab_channel=gazpacho146 9 | 10 | SFX: 11 | Light Magic: https://www.youtube.com/watch?v=oh9FVzZGr1Y&ab_channel=SmashupMashups 12 | 13 | Dragon Attack: https://www.youtube.com/watch?v=Y2t9937gxKs&ab_channel=KGSound -------------------------------------------------------------------------------- /Credits/Nation.txt: -------------------------------------------------------------------------------- 1 | //Archanea 2 | 3 | Shield by Creative Stall from NounProject.com - (Altea) 4 | https://thenounproject.com/icon/shield-147953/ 5 | 6 | Shield by 4urbrand from NounProject.com - (Grust) 7 | https://thenounproject.com/icon/shield-4870500/ 8 | 9 | 10 | //Elibe 11 | Dragon by IronSV from NounProject.com - (Bern) 12 | https://thenounproject.com/icon/dragon-4052228/ 13 | 14 | Cross by José Manuel de Laá from NounProject.com - (Etruria) 15 | https://thenounproject.com/icon/cross-41280/ 16 | 17 | Pegasus by m. turan ercan from NounProject.com - (Ilia) 18 | https://thenounproject.com/icon/pegasus-1092224/ 19 | 20 | Dragon by Kevin from NounProject.com - (Nabata) 21 | https://thenounproject.com/icon/dragon-3890628/ 22 | 23 | Horse by Aleks from NounProject.com - (Sacae & Sacaen) 24 | https://thenounproject.com/icon/horse-1081337/ 25 | 26 | Sword by Aisyah from NounProject.com - (The Lycian League) 27 | https://thenounproject.com/icon/sword-2006427/ 28 | 29 | //FE7 30 | Fangs by Phạm Thanh Lộc from NounProject.com - (Black Fang) 31 | https://thenounproject.com/icon/fangs-3028646/ 32 | 33 | Axe by Nurutdinov Timur from NounProject.com - (Ostia) 34 | https://thenounproject.com/icon/axe-30512/ 35 | 36 | horse head by Icons Producer from NounProject.com - (Pherae) 37 | https://thenounproject.com/icon/horse-head-1324982/ -------------------------------------------------------------------------------- /Credits/Promotions.txt: -------------------------------------------------------------------------------- 1 | //New Promotion 2 | Resistance Icon by Orin zuu from NounProject.com - (Resistance) 3 | https://thenounproject.com/icon/shield-lightning-1170109/ 4 | 5 | Shield by kareemovic3000 from NounProject.com - (Flier Shield) 6 | https://thenounproject.com/icon/shield-2376325/ 7 | 8 | Sword by Nira Studio from NounProject - (Dragonkiller Weapons) 9 | https://thenounproject.com/icon/sword-5115417/ 10 | 11 | weapons by Creative Stall from NounProject - (Legendary Dragonkillers) 12 | https://thenounproject.com/icon/weapons-147921/ 13 | 14 | Bullet by sarah from Noun Project - (Dragonslayer Rounds) 15 | https://thenounproject.com/icon/bullet-1424505/ 16 | 17 | //Mage Promotions 18 | Fire by Bohdan Burmich from NounProject.com (Torch) 19 | https://thenounproject.com/icon/fire-258305/ 20 | 21 | Sleep by Jae Deasigner from NounProject.com (Sleep) 22 | https://thenounproject.com/icon/sleep-3330994/ 23 | 24 | Panic by Samy Menai from NounProject.com (Panic) 25 | https://thenounproject.com/icon/panic-231861/ 26 | 27 | Teleport by agus raharjo from NounProject.com (Warp) 28 | https://thenounproject.com/icon/teleport-4728539/ 29 | 30 | Wizard Staff by Francisco Gonzalez from NounProject.com (Staff) 31 | https://thenounproject.com/icon/wizard-staff-4554457/ 32 | 33 | Teleport by agus raharjo from NounProject.com (Warp) 34 | https://thenounproject.com/icon/teleport-4728539/ 35 | 36 | Meteor Shower by merkavah from NounProject.com (Retainment) 37 | https://thenounproject.com/icon/meteor-shower-1903704/ 38 | 39 | Pentacle by Smalllike from NounProject.com (Mastery) 40 | https://thenounproject.com/icon/pentacle-2408000/ 41 | 42 | Tome by Ben Davis from NounProject.com (Tomebreaker) 43 | https://thenounproject.com/icon/tome-1848676/ 44 | 45 | Mental Concentration by sachin modgekar from NounProject.com (Concenctration) 46 | https://thenounproject.com/icon/mental-concentration-1576429/ 47 | 48 | //Manekete Promotions 49 | Ice by Roberto Chiaveri from Noun Project 50 | https://thenounproject.com/icon/ice-3601525/ 51 | 52 | geometry by Eucalyp from from Noun Project 53 | https://thenounproject.com/icon/geometry-4975244/ 54 | 55 | Flame by Sanzhar Axani from Noun Project 56 | https://thenounproject.com/icon/flame-4112391/ 57 | 58 | //Civ Unique and Unit Promotions 59 | Grab by Iris Sun from NounProject.com - (Pickpocket) 60 | https://thenounproject.com/icon/grab-121228/ 61 | 62 | Burglary by Luis Prado from NounProject.com - (Ransack) 63 | https://thenounproject.com/icon/burglary-80199/ 64 | 65 | Eye by Alfredo @ IconsAlfredo.com from NounProject.com - (The Fang Watches) 66 | https://thenounproject.com/icon/eye-391532/ 67 | 68 | Fire by Bohdan Burmich from NounProject.com (Hoistflamme) 69 | https://thenounproject.com/icon/fire-258305/ 70 | 71 | Rock by Ilaria Bernareggi from NounProject.com (Stonehoist) 72 | https://thenounproject.com/icon/rock-746834/ 73 | 74 | Spear by franc11s from NounProject.com (Arrowspate) 75 | https://thenounproject.com/icon/spear-3376424/ 76 | 77 | Fire by Andi from NounProject.com (Pacheyderm) 78 | https://thenounproject.com/icon/fire-5018247/ 79 | 80 | Lightning by Pavitra from NounProject.com (Thunderbolt) 81 | https://thenounproject.com/icon/lightning-1486122/ 82 | 83 | //Lord Promotions 84 | Forgive by Adrien Coquet from NounProject.com - (Royal Pardon) 85 | https://thenounproject.com/icon/forgive-3203768/ 86 | 87 | Gold Crown by Mu'as from NounProject.com (Noble Fortitude) 88 | https://thenounproject.com/icon/gold-crown-3699799/ 89 | 90 | Justice by Ayub Irawan from NounProject.com (Sacaen Justice) 91 | https://thenounproject.com/icon/justice-3393492/ 92 | 93 | person by Maxicons from Noun Project (Knight of Pherae) 94 | https://thenounproject.com/icon/person-5111826/ 95 | 96 | skill sword slash by Maxicons from Noun Project (Precision Strikes) 97 | https://thenounproject.com/icon/skill-sword-slash-2360253/ 98 | 99 | sword by parkjisun from the Noun Project (Sealed Sword) 100 | https://thenounproject.com/search/?q=Rapier&i=440121 101 | 102 | Swords by Angriawan Ditya Zulkarnain from NounProject.com - (Falchion) 103 | https://thenounproject.com/icon/swords-1302761/ -------------------------------------------------------------------------------- /Credits/Religions.txt: -------------------------------------------------------------------------------- 1 | Earth by morvinerlangga from NounProject.com - (Earthism) 2 | https://thenounproject.com/icon/earth-4793332/ 3 | 4 | Sparkle by OneShoot from NounProject.com - (Eliminism) 5 | https://thenounproject.com/icon/sparkle-1829144/ 6 | 7 | (Naga) 8 | https://www.pngwing.com/en/free-png-hbqpx 9 | 10 | (Grimleal) 11 | https://www.pinterest.ph/pin/140948663321672653/ -------------------------------------------------------------------------------- /Credits/Resources.txt: -------------------------------------------------------------------------------- 1 | Swords by Angriawan Ditya Zulkarnain from NounProject.com - (Falchion) 2 | https://thenounproject.com/icon/swords-1302761/ 3 | 4 | Sword In Stone by Made x Made from NounProject.com - (Binding Blade) 5 | https://thenounproject.com/search/?q=Magical+Sword&i=1764934 6 | 7 | Katana by 1516 from NounProject.com - (Mani Katti) 8 | https://thenounproject.com/icon/katana-1625952/ 9 | 10 | Sword by Stijn van der Grinten from NounProject.com (Durandal) 11 | https://thenounproject.com/icon/sword-4253203/ -------------------------------------------------------------------------------- /Credits/Units.txt: -------------------------------------------------------------------------------- 1 | //Archanea 2 | Crown by OneShoot from NounProject.com - (Hero King Marth) 3 | https://thenounproject.com/icon/crown-1811667/ 4 | 5 | Tiara by useiconic.com from NounProject.com - (Marth) 6 | https://thenounproject.com/icon/tiara-45352/ 7 | 8 | Arbalest by Lars Meiertoberens from NounProject.com - (Wooden Cavalry) 9 | https://thenounproject.com/icon/arbalest-4559039/ 10 | 11 | (Cavalier) https://thenounproject.com/icon/horse-riding-145966/ 12 | 13 | Crusader by Anton from NounProject.com - (Paladin) 14 | https://thenounproject.com/icon/crusader-384561/ 15 | 16 | //Elibean 17 | Helmet by Andrejs Kirma from NounProject.com - (Armored Knight) 18 | https://thenounproject.com/search/?q=Knight+Helmet&i=3864614 19 | 20 | Knight Helmet by zidney from NounProject.com - (General) 21 | https://thenounproject.com/search/?q=Knight+Helmet&i=1338617 22 | 23 | Long Bow by parkjisun from NounProject.com - (Nomad) 24 | https://thenounproject.com/search/?q=Archer+Cavalry&i=440130 25 | 26 | Sword by farra nugraha from NounProject.com - (Nomadic Trooper) 27 | https://thenounproject.com/search/?q=Sword&i=3901164 28 | 29 | Sword by Athok from NounProject.com - (Myrmidon) 30 | https://thenounproject.com/icon/sword-4530524/ 31 | 32 | Sabre by Bonegolem from NounProject.com - (swordsmaster) 33 | https://thenounproject.com/icon/sabre-708297/ 34 | 35 | Wyvern by parkjisun from the Noun Project - (Wvern rider) 36 | https://thenounproject.com/search/?q=Wyvern&i=1005198 37 | 38 | dragon by Icongeek26 from Noun Project - (Wyvern Lord) 39 | https://thenounproject.com/icon/dragon-3532927/ 40 | 41 | Dragon by IronSV from NounProject.com - (Wyvern Lord) 42 | https://thenounproject.com/icon/dragon-4052229/ 43 | 44 | Pegasus by Bakunetsu Kaito from NounProject.com - (Pegasus Rider) 45 | https://thenounproject.com/icon/pegasus-1023756/ 46 | 47 | Winged Unicorn by Studio Fibonacci from NounProject.com - (Falcon Knight) 48 | https://thenounproject.com/icon/winged-unicorn-120156/ 49 | 50 | Wizard Staff by Juicy Fish from NounProject.com - (Priest Icon) 51 | https://thenounproject.com/icon/wizard-staff-4243138/ 52 | 53 | Shine by ainul muttaqin from NounProject.com - (Bishop Icon) 54 | https://thenounproject.com/icon/shine-3675013/ 55 | 56 | //Fe7 57 | Thief by art shop from NounProject.com - (Thief) 58 | https://thenounproject.com/icon/thief-1400752/ 59 | 60 | Dagger by Bonegolem from NounProject.com - (Assassin) 61 | https://thenounproject.com/icon/dagger-346389/ 62 | 63 | rapier by Michael T from NounProject.com - (Eliwood) 64 | https://thenounproject.com/icon/rapier-1261942/ 65 | 66 | Sword by Stijn van der Grinten from NounProject.com (Knight Lord Eliwood) 67 | https://thenounproject.com/icon/sword-4253203/ 68 | 69 | Carriage by ProSymbols from NounProject.com - (Peddler) 70 | https://thenounproject.com/icon/carriage-2035722/ 71 | 72 | Tent by Fahmihorizon from NounProject.com - (Field Armory) 73 | https://thenounproject.com/icon/tent-1211681/ 74 | 75 | Katana by 1516 from NounProject.com - (Lyn) 76 | https://thenounproject.com/icon/katana-1625952/ 77 | 78 | Scimitar by Robert Bjurshagen from NounProject.com - (Blade Lord Lyn) 79 | https://thenounproject.com/icon/scimitar-835779/ 80 | 81 | 82 | Roy's Icon - by parkjisun from the Noun Project 83 | https://thenounproject.com/search/?q=Rapier&i=440121 84 | 85 | Roy the Young Lion Icon - by Tivi Lupercio Ordonez from the Noun Project 86 | https://thenounproject.com/search/?q=Fire+Sword&i=340266 87 | 88 | 89 | //Fe8 90 | Shaman - by Kyle Tezak, US from the Noun Project 91 | https://thenounproject.com/search/?q=Pentacle&i=96279 92 | 93 | Druid Icon - by ibrandify, PK from the Noun Project 94 | https://thenounproject.com/search/?q=Spell+Book&i=2250696 95 | 96 | Troubadour Icon - by Hamish from the Noun Project 97 | https://thenounproject.com/hamishbuchanan/uploads/?i=819849 98 | 99 | Mage Knigth Icon - by Michael T, US 100 | https://thenounproject.com/search/?q=Staff&i=921085 101 | 102 | //Others 103 | dragon by Anna Neyshtadt from Noun Project (Fire Dragon) 104 | https://thenounproject.com/icon/dragon-1827867/ 105 | 106 | dragon by Nathan Thomson from Noun Project (Ice Dragon) 107 | https://thenounproject.com/icon/dragon-60789/ 108 | 109 | dragon by Arfi from Noun Project (Mage Dragon) 110 | https://thenounproject.com/icon/dragon-1928955/ 111 | 112 | Wyvern by Nathan Thomson, US from the Noun Project - (Wyvern) 113 | https://thenounproject.com/search/?q=Wyvern&i=60790 -------------------------------------------------------------------------------- /Images/BuildingIcons/Armorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Armorer.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Binding Blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Binding Blade.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Buy Large Food Portions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Buy Large Food Portions.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Buy Medium Food Portions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Buy Medium Food Portions.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Buy Small Food Portions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Buy Small Food Portions.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Church of St. Elimine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Church of St. Elimine.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Dragon Library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Dragon Library.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Drill Grounds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Drill Grounds.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Falchion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Falchion.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Fang Headquarters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Fang Headquarters.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Mani Katti Shrine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Mani Katti Shrine.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Marquess's Castle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Marquess's Castle.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Ostian Walls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Ostian Walls.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Pegasi Stable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Pegasi Stable.png -------------------------------------------------------------------------------- /Images/BuildingIcons/Water Temple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/BuildingIcons/Water Temple.png -------------------------------------------------------------------------------- /Images/ImprovementIcons/Ger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/ImprovementIcons/Ger.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Alm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Alm.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Corrin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Corrin.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Eliwood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Eliwood.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Ephraim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Ephraim.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Hardin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Hardin.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Hector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Hector.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Innes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Innes.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Joshua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Joshua.png -------------------------------------------------------------------------------- /Images/LeaderIcons/L'Arachel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/L'Arachel.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Lilina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Lilina.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Lyn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Lyn.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Lyon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Lyon.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Marth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Marth.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Medeus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Medeus.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Myrddin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Myrddin.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Nergal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Nergal.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Roy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Roy.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Sirius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Sirius.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Sophia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Sophia.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Sue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Sue.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Zelot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Zelot.png -------------------------------------------------------------------------------- /Images/LeaderIcons/Zephiel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/LeaderIcons/Zephiel.png -------------------------------------------------------------------------------- /Images/NationIcons/Altea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Altea.png -------------------------------------------------------------------------------- /Images/NationIcons/Bern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Bern.png -------------------------------------------------------------------------------- /Images/NationIcons/Duchy of Ostia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Duchy of Ostia.png -------------------------------------------------------------------------------- /Images/NationIcons/Etruria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Etruria.png -------------------------------------------------------------------------------- /Images/NationIcons/Grust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Grust.png -------------------------------------------------------------------------------- /Images/NationIcons/Ilia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Ilia.png -------------------------------------------------------------------------------- /Images/NationIcons/Kingdom of Bern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Kingdom of Bern.png -------------------------------------------------------------------------------- /Images/NationIcons/Kingdom of Ilia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Kingdom of Ilia.png -------------------------------------------------------------------------------- /Images/NationIcons/Nabata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Nabata.png -------------------------------------------------------------------------------- /Images/NationIcons/Ostia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Ostia.png -------------------------------------------------------------------------------- /Images/NationIcons/Pherae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Pherae.png -------------------------------------------------------------------------------- /Images/NationIcons/Sacae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Sacae.png -------------------------------------------------------------------------------- /Images/NationIcons/Sacaean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/Sacaean.png -------------------------------------------------------------------------------- /Images/NationIcons/The Black Fang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/The Black Fang.png -------------------------------------------------------------------------------- /Images/NationIcons/The Lycian League.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/NationIcons/The Lycian League.png -------------------------------------------------------------------------------- /Images/ReligionIcons/Eliminism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/ReligionIcons/Eliminism.png -------------------------------------------------------------------------------- /Images/ReligionIcons/Grimleal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/ReligionIcons/Grimleal.png -------------------------------------------------------------------------------- /Images/ReligionIcons/Nagaism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/ReligionIcons/Nagaism.png -------------------------------------------------------------------------------- /Images/ReligionIcons/Naturism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/ReligionIcons/Naturism.png -------------------------------------------------------------------------------- /Images/ResourceIcons/Binding Blade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/ResourceIcons/Binding Blade.png -------------------------------------------------------------------------------- /Images/ResourceIcons/Durandal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/ResourceIcons/Durandal.png -------------------------------------------------------------------------------- /Images/ResourceIcons/Falchion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/ResourceIcons/Falchion.png -------------------------------------------------------------------------------- /Images/ResourceIcons/Mani Katti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/ResourceIcons/Mani Katti.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Tiles/Ger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Tiles/Ger.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Armored Knight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Armored Knight.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Assassin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Assassin.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Bishop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Bishop.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Blade Lord Lyn (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Blade Lord Lyn (Atomic).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Blade Lord Lyn (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Blade Lord Lyn (Information).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Blade Lord Lyn (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Blade Lord Lyn (Modern).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Cavalier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Cavalier.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Eliwood (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Eliwood (Industrial).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Eliwood (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Eliwood (Medieval).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Eliwood (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Eliwood (Renaissance).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Falcon Knight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Falcon Knight.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Ancient).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Ancient).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Atomic).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Classical).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Classical).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Industrial).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Information).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Medieval).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Modern).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Fire Dragon (Renaissance).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Ancient).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Ancient).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Atomic).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Classical).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Classical).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Industrial).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Information).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Medieval).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Modern).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Ice Dragon (Renaissance).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Ancient).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Ancient).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Atomic).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Classical).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Classical).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Industrial).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Information).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Medieval).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Modern).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Mage Dragon (Renaissance).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Wyvern (Ancient).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Wyvern (Ancient).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Wyvern (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Wyvern (Atomic).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Wyvern (Classical).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Wyvern (Classical).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Wyvern (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Wyvern (Industrial).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Wyvern (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Wyvern (Information).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Wyvern (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Wyvern (Medieval).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Wyvern (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Wyvern (Modern).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Feral Wyvern (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Feral Wyvern (Renaissance).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/General.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/General.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Great Lord Roy (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Great Lord Roy (Atomic).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Great Lord Roy (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Great Lord Roy (Information).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Great Lord Roy (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Great Lord Roy (Modern).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Hero-King Marth (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Hero-King Marth (Atomic).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Hero-King Marth (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Hero-King Marth (Information).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Hero-King Marth (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Hero-King Marth (Modern).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Knight Lord Eliwood (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Knight Lord Eliwood (Atomic).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Knight Lord Eliwood (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Knight Lord Eliwood (Information).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Knight Lord Eliwood (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Knight Lord Eliwood (Modern).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Lyn (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Lyn (Industrial).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Lyn (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Lyn (Medieval).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Lyn (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Lyn (Renaissance).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Marth (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Marth (Industrial).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Marth (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Marth (Medieval).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Marth (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Marth (Renaissance).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Modern Bishop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Modern Bishop.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Myrmidon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Myrmidon.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Nomad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Nomad.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Nomadic Trooper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Nomadic Trooper.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Paladin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Paladin.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Pegasus Knight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Pegasus Knight.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Priest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Priest.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Roy (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Roy (Industrial).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Roy (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Roy (Medieval).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Roy (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Roy (Renaissance).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Swordsmaster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Swordsmaster.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Thief.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Thief.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Transporter (Tent).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Transporter (Tent).png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Transporter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Transporter.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Wooden Cavalry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Wooden Cavalry.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Wyvern General.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Wyvern General.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Wyvern Lord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Wyvern Lord.png -------------------------------------------------------------------------------- /Images/TileSets/FantasyHex/Units/Wyvern Rider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/FantasyHex/Units/Wyvern Rider.png -------------------------------------------------------------------------------- /Images/TileSets/HexaRealm/Tiles/Ger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/TileSets/HexaRealm/Tiles/Ger.png -------------------------------------------------------------------------------- /Images/UnitIcons/Armored Knight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Armored Knight.png -------------------------------------------------------------------------------- /Images/UnitIcons/Assassin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Assassin.png -------------------------------------------------------------------------------- /Images/UnitIcons/Bishop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Bishop.png -------------------------------------------------------------------------------- /Images/UnitIcons/Blade Lord Lyn (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Blade Lord Lyn (Atomic).png -------------------------------------------------------------------------------- /Images/UnitIcons/Blade Lord Lyn (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Blade Lord Lyn (Information).png -------------------------------------------------------------------------------- /Images/UnitIcons/Blade Lord Lyn (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Blade Lord Lyn (Modern).png -------------------------------------------------------------------------------- /Images/UnitIcons/Cavalier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Cavalier.png -------------------------------------------------------------------------------- /Images/UnitIcons/Dragon Lord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Dragon Lord.png -------------------------------------------------------------------------------- /Images/UnitIcons/Druid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Druid.png -------------------------------------------------------------------------------- /Images/UnitIcons/Eliwood (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Eliwood (Industrial).png -------------------------------------------------------------------------------- /Images/UnitIcons/Eliwood (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Eliwood (Medieval).png -------------------------------------------------------------------------------- /Images/UnitIcons/Eliwood (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Eliwood (Renaissance).png -------------------------------------------------------------------------------- /Images/UnitIcons/Falcon Knight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Falcon Knight.png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Fire Dragon (Ancient).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Fire Dragon (Ancient).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Fire Dragon (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Fire Dragon (Atomic).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Fire Dragon (Classical).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Fire Dragon (Classical).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Fire Dragon (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Fire Dragon (Industrial).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Fire Dragon (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Fire Dragon (Information).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Fire Dragon (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Fire Dragon (Medieval).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Fire Dragon (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Fire Dragon (Modern).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Fire Dragon (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Fire Dragon (Renaissance).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Ice Dragon (Ancient).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Ice Dragon (Ancient).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Ice Dragon (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Ice Dragon (Atomic).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Ice Dragon (Classical).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Ice Dragon (Classical).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Ice Dragon (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Ice Dragon (Industrial).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Ice Dragon (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Ice Dragon (Information).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Ice Dragon (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Ice Dragon (Medieval).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Ice Dragon (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Ice Dragon (Modern).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Ice Dragon (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Ice Dragon (Renaissance).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Mage Dragon (Ancient).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Mage Dragon (Ancient).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Mage Dragon (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Mage Dragon (Atomic).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Mage Dragon (Classical).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Mage Dragon (Classical).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Mage Dragon (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Mage Dragon (Industrial).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Mage Dragon (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Mage Dragon (Information).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Mage Dragon (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Mage Dragon (Medieval).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Mage Dragon (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Mage Dragon (Modern).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Mage Dragon (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Mage Dragon (Renaissance).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Wyvern (Ancient).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Wyvern (Ancient).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Wyvern (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Wyvern (Atomic).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Wyvern (Classical).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Wyvern (Classical).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Wyvern (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Wyvern (Industrial).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Wyvern (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Wyvern (Information).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Wyvern (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Wyvern (Medieval).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Wyvern (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Wyvern (Modern).png -------------------------------------------------------------------------------- /Images/UnitIcons/Feral Wyvern (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Feral Wyvern (Renaissance).png -------------------------------------------------------------------------------- /Images/UnitIcons/Field Armory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Field Armory.png -------------------------------------------------------------------------------- /Images/UnitIcons/General.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/General.png -------------------------------------------------------------------------------- /Images/UnitIcons/Great Lord Roy (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Great Lord Roy (Atomic).png -------------------------------------------------------------------------------- /Images/UnitIcons/Great Lord Roy (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Great Lord Roy (Information).png -------------------------------------------------------------------------------- /Images/UnitIcons/Great Lord Roy (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Great Lord Roy (Modern).png -------------------------------------------------------------------------------- /Images/UnitIcons/Hero-King Marth (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Hero-King Marth (Atomic).png -------------------------------------------------------------------------------- /Images/UnitIcons/Hero-King Marth (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Hero-King Marth (Information).png -------------------------------------------------------------------------------- /Images/UnitIcons/Hero-King Marth (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Hero-King Marth (Modern).png -------------------------------------------------------------------------------- /Images/UnitIcons/Knight Lord Eliwood (Atomic).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Knight Lord Eliwood (Atomic).png -------------------------------------------------------------------------------- /Images/UnitIcons/Knight Lord Eliwood (Information).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Knight Lord Eliwood (Information).png -------------------------------------------------------------------------------- /Images/UnitIcons/Knight Lord Eliwood (Modern).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Knight Lord Eliwood (Modern).png -------------------------------------------------------------------------------- /Images/UnitIcons/Lyn (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Lyn (Industrial).png -------------------------------------------------------------------------------- /Images/UnitIcons/Lyn (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Lyn (Medieval).png -------------------------------------------------------------------------------- /Images/UnitIcons/Lyn (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Lyn (Renaissance).png -------------------------------------------------------------------------------- /Images/UnitIcons/Mage Knight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Mage Knight.png -------------------------------------------------------------------------------- /Images/UnitIcons/Marth (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Marth (Industrial).png -------------------------------------------------------------------------------- /Images/UnitIcons/Marth (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Marth (Medieval).png -------------------------------------------------------------------------------- /Images/UnitIcons/Marth (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Marth (Renaissance).png -------------------------------------------------------------------------------- /Images/UnitIcons/Modern Bishop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Modern Bishop.png -------------------------------------------------------------------------------- /Images/UnitIcons/Myrmidon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Myrmidon.png -------------------------------------------------------------------------------- /Images/UnitIcons/Nomad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Nomad.png -------------------------------------------------------------------------------- /Images/UnitIcons/Nomadic Trooper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Nomadic Trooper.png -------------------------------------------------------------------------------- /Images/UnitIcons/Paladin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Paladin.png -------------------------------------------------------------------------------- /Images/UnitIcons/Pegasus Knight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Pegasus Knight.png -------------------------------------------------------------------------------- /Images/UnitIcons/Priest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Priest.png -------------------------------------------------------------------------------- /Images/UnitIcons/Roy (Industrial).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Roy (Industrial).png -------------------------------------------------------------------------------- /Images/UnitIcons/Roy (Medieval).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Roy (Medieval).png -------------------------------------------------------------------------------- /Images/UnitIcons/Roy (Renaissance).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Roy (Renaissance).png -------------------------------------------------------------------------------- /Images/UnitIcons/Shaman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Shaman.png -------------------------------------------------------------------------------- /Images/UnitIcons/Swordsmaster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Swordsmaster.png -------------------------------------------------------------------------------- /Images/UnitIcons/Thief.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Thief.png -------------------------------------------------------------------------------- /Images/UnitIcons/Transporter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Transporter.png -------------------------------------------------------------------------------- /Images/UnitIcons/Troubadour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Troubadour.png -------------------------------------------------------------------------------- /Images/UnitIcons/Wooden Cavalry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Wooden Cavalry.png -------------------------------------------------------------------------------- /Images/UnitIcons/Wyvern General.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Wyvern General.png -------------------------------------------------------------------------------- /Images/UnitIcons/Wyvern Lord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Wyvern Lord.png -------------------------------------------------------------------------------- /Images/UnitIcons/Wyvern Rider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitIcons/Wyvern Rider.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Arrowspate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Arrowspate.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Concentration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Concentration.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Dragonkiller Rounds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Dragonkiller Rounds.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Dragonkiller Weapons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Dragonkiller Weapons.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Firestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Firestone.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Flier Shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Flier Shield.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Hoistflamme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Hoistflamme.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Icestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Icestone.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Legendary Dragonkillers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Legendary Dragonkillers.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Magestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Magestone.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Mastery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Mastery.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Noble Fortitude.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Noble Fortitude.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Pachyderm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Pachyderm.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Panic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Panic.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Precision Strikes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Precision Strikes.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Ransack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Ransack.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Resistance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Resistance.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Retainment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Retainment.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Royal Pardon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Royal Pardon.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Sacaean Justice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Sacaean Justice.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Sealed Sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Sealed Sword.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Sleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Sleep.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Staff.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Stonehoist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Stonehoist.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Swipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Swipe.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/The Falchion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/The Falchion.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/The Fang Watches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/The Fang Watches.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/The Knight of Lycia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/The Knight of Lycia.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Thunderbolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Thunderbolt.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Tomebreaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Tomebreaker.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Torch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Torch.png -------------------------------------------------------------------------------- /Images/UnitPromotionIcons/Warp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/Images/UnitPromotionIcons/Warp.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Fire-Emblem-Civ 2 | An UnCiv mod that brings Nintendo's Fire Emblem into the game, by adding custom nations, units and leaders! 3 | 4 | # Features: 5 | 6 | - Fire Emblem Lords as Nation Leaders 7 | - Civilizations based on the lore of Fire Emblem such as a United Elibe and Magvel! 8 | - Fire Emblem Units: Includes the infamous Dragon Lords from FE6 and the Great Knights from FE8 9 | - Hero Units 10 | - And more! 11 | 12 | (Note: This mod is still work and progress and currently features the FE6 & 7 Universe in the mod.) 13 | 14 | # Disclaimer: 15 | 16 | I do not own Fire Emblem or its franchise. This mod is based over Nintendo and Intelligent System's game, Fire Emblem. This mod is absolutely NON-PROFIT and made just for fun. 17 | 18 | Origin of the Repository Banner: 19 | https://wallpaperaccess.com/fire-emblem-4k 20 | -------------------------------------------------------------------------------- /game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/game.png -------------------------------------------------------------------------------- /game2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/game2.png -------------------------------------------------------------------------------- /jsons/Buildings.json: -------------------------------------------------------------------------------- 1 | [ 2 | //Archanea 3 | { 4 | "name": "Drill Grounds", 5 | "cost": "50", 6 | "replaces": "Barracks", 7 | "uniqueTo": "Altea", 8 | "hurryCostModifier": 25, 9 | "maintenance": 2, 10 | "uniques": ["New [Military] units start with [20] Experience [in this city]", "Destroyed when the city is captured"], 11 | "requiredTech": "Bronze Working" 12 | }, 13 | 14 | //FE6 15 | { 16 | "name": "Marquess's Castle", 17 | "cost": "160", 18 | "uniqueTo": "The Lycian League", 19 | "replaces": "Castle", 20 | "cityStrength": 5, 21 | "cityHealth": 18, 22 | "happiness": 1, 23 | "hurryCostModifier": 25, 24 | "requiredBuilding": "Walls", 25 | "requiredTech": "Chivalry", 26 | "uniques": ["Destroyed when the city is captured","[35]% Production when constructing [Mounted] units [in this city]"] 27 | }, 28 | 29 | { 30 | "name": "Armorer", 31 | "cost": "120", 32 | "uniqueTo": "Ostia", 33 | "replaces": "Forge", 34 | "hurryCostModifier": 25, 35 | "requiredNearbyImprovedResources": ["Copper","Iron","Silver"], 36 | "requiredTech": "Metal Casting", 37 | "uniques": ["[+15]% Production when constructing [Land] units [in this city]", 38 | "[+1 Gold] from [Copper] tiles [in this city]", 39 | "[+2 Gold] from [Iron] tiles [in this city]", 40 | "[+3 Gold] from [Silver] tiles [in this city]"] 41 | }, 42 | 43 | { 44 | "name": "Pegasi Stable", 45 | "maintenance": 1, 46 | "requiredNearbyImprovedResources": ["Horses","Sheep","Cattle"], 47 | "hurryCostModifier": 25, 48 | "uniqueTo": "Ilia", 49 | "replaces": "Stable", 50 | "uniques": ["[+15]% Production when constructing [Mounted] units [in this city]", "[+15]% Production when constructing [Flying Mount] units [in this city]", "[+2 Gold] ", //Should yield tourism points 51 | "[+1 Production] from [Cattle] tiles [in this city]", 52 | "[+1 Production] from [Horses] tiles [in this city]", 53 | "[+1 Production] from [Sheep] tiles [in this city]"], 54 | "requiredTech": "Horseback Riding" 55 | }, 56 | 57 | //Ilian Unique 58 | { 59 | "name": "Buy Small Food Portions", 60 | "cost": "7", 61 | "food": 1, 62 | "uniqueTo": "Ilia", 63 | "uniques": ["Unbuildable","Will not be displayed in Civilopedia"], 64 | "requiredTech": "Agriculture" 65 | }, 66 | 67 | { 68 | "name": "Buy Medium Food Portions", 69 | "cost": "55" 70 | "food": 3, 71 | "uniqueTo": "Ilia", 72 | "uniques": ["Unbuildable","Will not be displayed in Civilopedia"], 73 | "requiredTech": "Agriculture" 74 | }, 75 | 76 | { 77 | "name": "Buy Large Food Portions", 78 | "food": 5, 79 | "cost": "134" 80 | "uniqueTo": "Ilia", 81 | "uniques": ["Unbuildable","Will not be displayed in Civilopedia"], 82 | "requiredTech": "Agriculture" 83 | }, 84 | 85 | { 86 | "name": "Church of St. Elimine", 87 | "faith": 3, 88 | "replaces": "Temple", 89 | "uniqueTo": "Etruria", 90 | "requiredBuilding": "Shrine", 91 | "maintenance": 0, 92 | "hurryCostModifier": 25, 93 | "requiredTech": "Philosophy", 94 | "uniques": ["Hidden when religion is disabled","Destroyed when the city is captured"] 95 | }, 96 | 97 | { 98 | "name": "Water Temple", 99 | "cost": 125, 100 | "culture": 2, 101 | "faith": 5, 102 | "uniqueTo": "Nabata", 103 | "replaces": "Grand Temple", 104 | "uniques": ["Cost increases by [30] per owned city","Must be next to [Fresh water]","[+2 Science] from [Oasis] tiles [in all cities]","[+2 Science] from [Lakes] tiles [in all cities]"], 105 | "requiredTech": "Theology", 106 | "isNationalWonder": true 107 | }, 108 | 109 | { 110 | "name": "Dragon Library", 111 | "replaces": "Library", 112 | "uniqueTo": "Nabata", 113 | "hurryCostModifier": 25, 114 | "maintenance": 1, 115 | "uniques": ["[+1 Science] per [2] population [in this city]","[+3 Science] [in this city] "], 116 | "requiredTech": "Writing" 117 | }, 118 | 119 | //FE7 120 | 121 | { 122 | "name": "Fang Headquarters", 123 | "replaces": "Barracks", //Should Replace Constabulary instead if espionage is added 124 | "uniqueTo": "The Black Fang", 125 | "hurryCostModifier": 25, 126 | "maintenance": 0, 127 | "uniques": ["New [Military] units start with [15] Experience [in this city]", "Destroyed when the city is captured", "[Land] units gain the [Sentry] promotion"], 128 | "requiredTech": "Bronze Working" 129 | }, 130 | 131 | { 132 | "name": "Ostian Walls", 133 | "cost": "75", 134 | "uniqueTo": "Duchy of Ostia", 135 | "replaces": "Walls", 136 | "cityStrength": 6, 137 | "cityHealth": 75, 138 | "hurryCostModifier": 25, 139 | "requiredTech": "Masonry", 140 | "uniques": ["Destroyed when the city is captured","[+1 Production] from every [Strategic resource]"] 141 | }, 142 | 143 | //Three Houses 144 | { 145 | "name": "Holy Tomb", 146 | "cost": 125, 147 | "culture": 1, 148 | "faith": 8, 149 | "uniqueTo": "The Church of Seiros", 150 | "uniques": ["Requires a [Temple] in all cities", "Cost increases by [30] per owned city", "[+100]% Natural religion spread [in this city]", "Hidden when religion is disabled", "Can only be built [in holy cities]"], 151 | "requiredTech": "Theology", 152 | "isNationalWonder": true 153 | }, 154 | 155 | // For Lords 156 | 157 | { 158 | "name": "Falchion", 159 | "cost": "200", 160 | "requiredTech": "Metal Casting", 161 | "isNationalWonder": true, 162 | "uniqueTo": "Altea", 163 | "uniques": ["Unsellable","Free [Marth (Medieval)] appears","Will not be displayed in Civilopedia","Provides [1] [Falchion]","Cannot be purchased"] 164 | }, 165 | 166 | { 167 | "name": "Binding Blade", 168 | "cost": "200", 169 | "requiredTech": "Metal Casting", 170 | "isNationalWonder": true, 171 | "uniqueTo": "The Lycian League", 172 | "uniques": ["Unsellable","Free [Roy (Medieval)] appears","Will not be displayed in Civilopedia","Provides [1] [Binding Blade]","Cannot be purchased"] 173 | }, 174 | 175 | { 176 | "name": "Mani Katti Shrine", 177 | "cost": "200", 178 | "faith": 1, 179 | "requiredTech": "Metal Casting", 180 | "isNationalWonder": true, 181 | "uniqueTo": "Sacaean", 182 | "uniques": ["Unsellable","Free [Lyn (Medieval)] appears","Will not be displayed in Civilopedia","Provides [1] [Mani Katti]","Cannot be purchased"] 183 | }, 184 | 185 | ] -------------------------------------------------------------------------------- /jsons/ModOptions.json: -------------------------------------------------------------------------------- 1 | {lastUpdated:2022-08-31T06:46:51Z,modUrl:"https://github.com/NoviceCoder2000/Fire-Emblem-Civilizations",author:NoviceCoder2000,modSize:132285,topics:[unciv-mod,unciv-mod-expansions],constants:{unitUpgradeCost:{}}} -------------------------------------------------------------------------------- /jsons/Nations.json: -------------------------------------------------------------------------------- 1 | [ 2 | //Archanea 3 | { 4 | "name": "Altea", 5 | "leaderName": "Marth", 6 | "adjective": ["Altean"], 7 | "startBias": ["Coast"], 8 | "preferredVictoryType": "Diplomatic", 9 | "favoredReligion": "Nagaism", 10 | 11 | "startIntroPart1": "Hail to you King Marth, son of king Cornelius and descendant of the legendary hero, Anri. Altea is a small peaceful kingom, residing within the heart of the continent of Archanea, founded by Anri himself. For generations, the kingdom lived in peace, not until Dolhr instigated war, led by Medeus after being revived by Gharnef, starting the 'War of Shadows.' Within this time you have lived in great trials and hardship as you witnessed the death of your mother and father from the hands of Gra, a once trusted ally after being backstabbed in the battlefield. As well as having your sister Elice be held as a prisoner of war. But Medeus was ultimately defeated but returned once more after not more than half a decade later, after Gharnef revived him, starting the 'War of Heroes' but were defeated for good. After the war ends, Archanea were led into eons of peace, and you were wed to the woman you loved, the beautiful princess of Talys, Caeda. And have united the whole continent under the Archanean banner, and ruled the continent in peace for the rest of your days.", 12 | "startIntroPart2": "King Marth, times are changing. The people no longer requires a great hero, but a wise ruler as well. Can you usher a new era of peace? Or will Altea shall be plunged into war, once more? Can you build a civilization that can stand the test of time?", 13 | 14 | "declaringWar": "As much as I disdain war, such acts of cruelty is unacceptable! So prepare yourself!", 15 | "attacked": "I will protect my friends and my people no matter what!", 16 | "defeated": "How could I fail..? My cause is nothing but... just...", 17 | "introduction": "Greetings to you, I am Marth, heir to the Altean throne. My people refer to me as the 'Hero-King', although you can call me 'friend'.", 18 | 19 | "neutralHello": "Peace.", 20 | "neutralLetsHearIt": ["Go ahead.","You have my attention.","I am listening."], 21 | "neutralNo": ["We refuse this offer.","No.","Of course not."], 22 | "neutralYes": ["Very well.","Brillant.","Of course."], 23 | 24 | "hateHello": "What?", 25 | "hateLetsHearIt": ["You spoke?","Hurry then.","Say it."], 26 | "hateNo": ["That's enough.","I shall never!","That is unjust."], 27 | "hateYes": ["Hmm...","Very well.","It's all well."], 28 | 29 | "afterPeace": "So much losses and death. I pray that such tragedy shall not repeat ever again.", 30 | "tradeRequest": "Greetings, does this trade sounds fair to you?", 31 | 32 | "outerColor": [65,105,225], 33 | "innerColor": [200,170,132], 34 | "uniqueName": "The Hero-King", 35 | "uniques": ["[+5 Happiness, +2 Culture, +2 Production] from every [Palace]"], 36 | "cities": ["Castle Altea","Aritia","Sera","Anrisa","Marcelin","Aretin","Marcondia","Rolan","Casseli","Calendor","Gohor","Rolassia","Alitia","Vinlyia","Herokiv",], 37 | "spyNames": ["Kris", "Katarina", "Arran", "Gordin", "Ryan", "Norne", "Cain", "Abel", "Roederick", "Luke", "Cecil"] 38 | }, 39 | 40 | 41 | 42 | { 43 | "name": "Grust", 44 | "leaderName": "Sirius", 45 | "adjective": ["Grustian"], 46 | "startBias": ["Forest"], 47 | "preferredVictoryType": "Domination", 48 | "favoredReligion": "Nagaism", 49 | 50 | "startIntroPart1": "Honor to you Sir Sirius, noble soldier of Grust! Your name 'Sirius' is just a mere guise to your true identiy, whom you were formerly known as 'Camus the Sable', the man who were once the great general of the Sable Order, though all of it changed after leading the capture to the princess of Archanea, Nyna, your relatioship with her were at first were filled with hate, but over time, the hatred that was felt turned into love. Though fate is truly cruel after Medeus ordered her capture and you were forced to fight hundred of his soldiers as you desert from your post along with a few but loyal followers, Princess Nyna managed to escape, but at the expense of you being held prisoner and tortured for days. Eventually Medeus gave you a second chance, but were forced to turn your blade against Prince Marth and, Nyna whom you love but were defeated and were thought to be dead. But you later re-emerged within the lands of Valentia, there you have fought for Emperor Rudolf and were eventually ordered to follow a man with a mark on his hand which was the Saint-King Alm. After the war in Valentia was over, your memories returned and came back for one final battle against Medeus, which shall lead into the 'War of Heroes'.", 51 | "startIntroPart2": "'To live as a knight and to die as one', that is your oath. And for once more, Grust requires your services. Sir Sirius, shall you lead Grust back into it's former glory? Are you still a worthy Sable Knight? Can you build a civilization that can stand the test of time?", 52 | 53 | "declaringWar": "If you wish to truly prove yourself, then demonstrate your mettle to me!", 54 | "attacked": "T'is a shame, for regret shall come, too late for you to even realize it.", 55 | "defeated": "Tatiana... Sorry.", 56 | "introduction": "I am Sirius! I am nothing but a mere servant of Grust. If you seek peace, then you are welcome here.", 57 | 58 | "neutralHello": "Yes?", 59 | "neutralLetsHearIt": ["Go ahead.","You have my attention.","I am listening."], 60 | "neutralNo": ["Nay.","No.","Of course not."], 61 | "neutralYes": ["Excellent.","You have my agreement.","By all means."], 62 | 63 | "hateHello": "What?", 64 | "hateLetsHearIt": ["You spoke?","Hurry then.","Say it."], 65 | "hateNo": ["By no means.","You must be joking.","Never."], 66 | "hateYes": ["Fine.","Hmph.","I must agree."], 67 | 68 | "afterPeace": "I shall yield this war to you. You have my respect.", 69 | "tradeRequest": "Think carefully of this offer.", 70 | 71 | "outerColor": [203,96,21], 72 | "innerColor": [255,219,81], 73 | "uniqueName": "Sable Order", 74 | "uniques": ["[+15]% Production when constructing [Mounted] units [in all cities]","Starts with [Honor] adopted","[Great General] is earned [+50]% faster "], 75 | "cities": ["Grust","Olbern Castle","Holm","Grunia","Chiasmir","Ordwinum","Blatoise","Pyrenes","Occitane","Grayfor","Cerny","Furoge","Bernede","Ariol","Souna","Saligos","Visos","Pruos","Barges","Loudes"] 76 | "spyNames": ["Roger", "Jake", "Beck", "Marisha", "Ymir", "Roberto", "Reiden", "Belf", "Lorenz", "Tatiana"] 77 | }, 78 | 79 | //Valentia 80 | 81 | //Jugdral 82 | 83 | //Elibe 84 | { 85 | "name": "The Lycian League", 86 | "leaderName": "Roy", 87 | "adjective": ["Lycian"], 88 | "startBias": ["Coast"], 89 | "preferredVictoryType": "Diplomatic", 90 | "favoredReligion": "Eliminism", 91 | 92 | "startIntroPart1": "May the favor of Elimine, may be given upon you o' master Roy, The son of Eliwood and the brave descendant of Roland! For years, Lycia has been a loosely connected set of lands held by different Marquesses. There is no real unity among us and were constantly divided by conflicting interests. This was the case until the Kingdom of Bern has decided to wage war across the whole continet of Elibe, subduing many countries and people to their control. But under your guidance despite being such a young man within the age of 15, you were able to defeat the most powerful kingdom in the continent and even had defeated the Demon Dragon Idunn with your own hands.", 93 | "startIntroPart2": "Master Roy, times has changed, the people needs you to lead for once more. Can you unite the people once more? Can you bring peace to this world of chaos? Can you build a civilization that can stand the test of time?", 94 | 95 | "declaringWar": "I am not keen in engaging in war, but your hostilities are unacceptable. Therefore, prepare for war!", 96 | "attacked": "What did we do to deserve this? Black-heart! I shall not allow you to hurt my people!", 97 | "defeated": "Nngh... everyone... please forgive me... for I have failed you all.", 98 | "introduction": "Greetings! I am Roy of Pherae, son of Eliwood. I am pleased to make your acquaintance.", 99 | 100 | "neutralHello": "Hello there.", 101 | "neutralLetsHearIt": ["Please proceed.","I'm listening.","Go ahead."], 102 | "neutralNo": ["We kindly refuse your humble offer.","Certainly not.","No thank you."], 103 | "neutralYes": ["That is excellent.","Great!","That could work."], 104 | 105 | "hateHello": "...", 106 | "hateLetsHearIt": ["Speak.","What is it now?","..."], 107 | "hateNo": ["No!","I refuse.","That is unacceptable."], 108 | "hateYes": ["Very well.","So be it.","We cannot refuse."], 109 | 110 | "afterPeace": "It is great to hear that you seek peace as well. Let us continue this not for ourselves, but for our people, shall we?", 111 | "tradeRequest": "Friend, does this sound reasonable to you?", 112 | 113 | "outerColor": [255,0,0], 114 | "innerColor": [0,0,128], 115 | "uniqueName": "The Lycian Alliance", 116 | "uniques": ["City-State territory always counts as friendly territory","Militaristic City-States grant units [2] times as fast when you are at war with a common nation","Military Units gifted from City-States start with [+15] XP"], 117 | "cities": ["Pherae","Santaruz","Laus","Port Badon","Araphen","Khathelet","Worde","Tania","Tuscana","Ryerde","Cornwell","Egina","Rodos","Russex","Branfurt","Alcourt"], 118 | "spyNames": ["Chad", "Cath", "Al", "Alen", "Lance", "Wolt", "Gant", "Tiina", "Lugh", "Merlinus"] 119 | }, 120 | 121 | { 122 | "name": "Ostia", 123 | "leaderName": "Lilina", 124 | "adjective": ["Ostian"], 125 | "preferredVictoryType": "Cultural", 126 | "favoredReligion": "Eliminism", 127 | "startBias": ["Avoid [Tundra]","Avoid [Desert]"], 128 | 129 | "startIntroPart1": "Greetings benevolent Lilina, Princess of Ostia and the daughter of Hector the mighty! Ostia is a member of the Lycian League and the most powerful among them, making Ostia the unofficial capital of the territory of Lycia. But such fact was tested when a war that Bern waged has unfolded. Lycia was invaded and were ravaged by the powerful foe. And amidst the chaos of war, your father had died in the fields of battle making you inherit what is left within the lands. Nevertheless, despite such great responsibility that was left behind, you had managed to rebuild and made Ostia prosperous again despite being in such a young age.", 130 | "startIntroPart2": "Oh, noble and generous princess, the people needs you once more for you to lead them for a better future. Can you build a mighty and prosperous nation? Can you craft a peaceful future with no bloodshed? Can you build a civilization that can stand the test of time?", 131 | 132 | "declaringWar": "I'm sorry, but it's the people who wish for this to happen. I'm too frail to stop them all.", 133 | "attacked": "Is this war truly necessary? It saddens me to know that the people has to endure another conflict.", 134 | "defeated": "Father, mother... I can finally meet you again.", 135 | "introduction": "Oh, hello there! I am Lilina of Ostia. I hope both of us can be good friends.", 136 | 137 | "neutralHello": "Hello!", 138 | "neutralLetsHearIt": ["Can you tell me?","I'm interested.","Let me hear it then."], 139 | "neutralNo": ["I'm sorry.","I don't think that would work.","No thank you."], 140 | "neutralYes": ["I accept it.","That is great!","That could work."], 141 | 142 | "hateHello": "What is it?", 143 | "hateLetsHearIt": ["I see...","Yes?","Hmm?"], 144 | "hateNo": ["No.","I refuse.","Certainly not."], 145 | "hateYes": ["It's okay.","Alright.","This is good."], 146 | 147 | "afterPeace": "If this is what is necessary for peace then so be it.", 148 | "tradeRequest": "Do you think this is good enough?", 149 | 150 | "outerColor": [50,74,178], 151 | "innerColor": [194,59,34], 152 | "uniqueName": "Benevolent Rule", 153 | "uniques": ["[+25]% of excess happiness converted to [Culture]", "[+15]% growth [in all cities] "], 154 | "cities": ["Castle Ostia","Thria","Caelin","Antica","Fusano","Levant","Fiumincia","Zigarinim","Pomezin","Aranova","Ardea","Aprilia","Anziticum","Vecolomi","Torvarian","Ardentum","Mare","Carpocot","Vittiny","Palidor"] 155 | "spyNames": ["Astolfo", "Dieck", "Bors", "Barthe", "Ogier", "Raigh", "Gonzalez", "Gwendolyn", "Garret", "Geese"] 156 | }, 157 | 158 | { 159 | "name": "Sacae", 160 | "leaderName": "Sue", 161 | "adjective": ["Sacaean"], 162 | "preferredVictoryType": "Cultural", 163 | "favoredReligion": "Naturism", 164 | "startBias": ["Plains"], 165 | 166 | "startIntroPart1": "May Father Sky and Mother Earth grace you o' lady Sue, Doe of the Plains! The land of Sacae was once a peaceful place to live within. It can be found within the north of the Kingdom of Bern and South of Ilia, and has a such vast plains where many enjoys the life of the nomad. Though from time to time, it was raided and attacked by the banditry, the lands were still a place where many nomadic tribes choose to settle. Though all of it changed when Zephiel invaded as he pursues his ambition of forging a world, ruled by dragons which was paved by the blood of many. You were later captured by those loyal to Zephiel and were supposedly used as a bargaining tool to the Silver Wolf, which is your grandfather but were liberated by General Roy of the Lycian army before it even happened, and together you fought the war with him until the downfall of Bern." 167 | "startIntroPart2": "Long divided by the interests of the people, Sacae must unite now more than ever. And as the hero of the war and the granddaughter of the Silver Wolf, you are the only one who can bring unity to the people. Lady Sue, can you unite Sacae under one banner? Can you build a civilization that can stand the test of time?", 168 | 169 | "declaringWar": "The roars of thunder... the rage of the river... cries for your downfall.", 170 | "attacked": "I have seen many of my friends fall from the blade before. I will not allow you to do the same.", 171 | "defeated": "Beautiful Mother Earth... Ruined by the fires of war...", 172 | "introduction": "I am Sue of Kutolah, may the winds guide you stranger.", 173 | 174 | "neutralHello": "Peace.", 175 | "neutralLetsHearIt": ["What is it?","I see.","Tell me then."], 176 | "neutralNo": ["Apologies, I must refuse.","No.","The winds whispered to me, no."], 177 | "neutralYes": ["Very well.","Certainly.","The winds told me, yes."], 178 | 179 | "hateHello": "", 180 | "hateLetsHearIt": ["I heard you.","Let me hear it.","By the winds..."], 181 | "hateNo": ["No.","I refuse.","The voices told me, no."], 182 | "hateYes": ["I must accept.","I have no choice.","Father sky wills it."], 183 | 184 | "afterPeace": "Grass tainted by blood... May it repeat no more.", 185 | "tradeRequest": "What can you think of this one?", 186 | 187 | "outerColor": [73, 159, 28], 188 | "innerColor": [161, 2, 2], 189 | "uniqueName": "Winds of the Plains", 190 | "uniqueText": "+1 Culture from every Plains without terrain features.\nDouble quantity of Horses produced." 191 | "uniques": ["[+1 Culture] from every [Plains] ","Double quantity of [Horses] produced"], 192 | "cities": ["Bulgar","Kutolah","Djute","Lorca","Taras","Mulagir","Hunnia","Mongul","Siogna","Scituma","Transokur","Korum-Korum","Sogdiakar","Sianba","Saramatu","Taliver","Thraka","Gokturka","Turkkikik","Cumani","Kipapachak","Manchupiuka","Berbrik","Kazakahal","Bedou-ani","Sintikop"] 193 | "spyNames": ["Rutger", "Sin", "Fir", "Monke", "Thoril", "Marral", "Brakul", "Kudoka", "Kabul", "Dayan"] 194 | }, 195 | 196 | { 197 | "name": "Bern", 198 | "leaderName": "Zephiel", 199 | "adjective": ["Bernese"], 200 | "preferredVictoryType": "Domination", 201 | "favoredReligion": "Eliminism", 202 | "startBias": ["Hill"], 203 | 204 | "startIntroPart1": "Hail to you King Zephiel! The valiant king of Bern and the judicious descendant of Hartmut! You were a brilliant and a wise ruler with a great will to remove the corrupted rulers of this world which are men. With a great desire to uproot them and replace mankind with dragonkind who are not corrupted by the greed and the wrath of this world. Unfortunately, many were envious and were utter fools to understand your will and many nations have plotted to overthrow you and succeeded with such wicked plot, depraving this world with a just ruler.", 205 | "startIntroPart2": "Fate does indeed works in mysterious for once again you were given a second chance to continue to pursue your dreams of ridding this world of the corruption that were caused by mankind. King Zephiel, do you have what it takes to rid this world of human rule? Can you lead mankind to their proper ruler? Can you build a civilization that will stand the test of time?", 206 | 207 | "declaringWar": "I must put an end to the rule of men at all cost! And you shall not stop my ambition!", 208 | "attacked": "Bah! Your threats do not frighten me. Face me in the battlefield if you truly dare!", 209 | "defeated": "You have defeated me. But remember this: My will shall never die. As long as humans retain control, madness will reign...", 210 | "introduction": "I am Zephiel, King of Bern! I hope you do not spout nonsense about hopes on humanity.", 211 | 212 | "neutralHello": "Yes?", 213 | "neutralLetsHearIt": ["Tell me.","Your offer?","You have my attention."], 214 | "neutralNo": ["Certainly not.","No.","I cannot agree."], 215 | "neutralYes": ["Fair enough.","Very well.","So be it."], 216 | 217 | "hateHello": "Speak your mind!", 218 | "hateLetsHearIt": ["Speak!","What do you want?","Waste no time."], 219 | "hateNo": ["No.","I will not accept it.","I'd rather not."], 220 | "hateYes": ["Hmph.","Fine.","So it be."], 221 | 222 | "afterPeace": "You fought well, I shall not underestimate you next time.", 223 | "tradeRequest": "This offer will surely serve both of our interests.", 224 | 225 | "outerColor": [67, 27, 107], 226 | "innerColor": [207, 209, 86], 227 | "uniqueName": "A World Ruled by Dragonkind", 228 | "uniques": ["[+2 Production] from every [Mountain] ","[+1 Production] from every [Mountain] ","[+1 Production] from every [Mountain] ","[-33]% Unhappiness from [Population] [in annexed cities]"], //Should not suffer from resistance penalties instead. Also +1 Production from mountains in an event after discovering dynamite instead. 229 | "cities": ["Bern","Zuria","Gweneva","Churica","Valais","Freibourg","Holligen","Britefield","Altenburg","Könizia","Beruth","Alaman","Rosewerg","Lieberaum","Giswyl","Guivarum","Acturica","Thun","Lucren","Dragon Sanctuary","Shrine of Seals"] 230 | "spyNames": ["Murdock", "Brunya", "Narcian", "Galle", "Zeiss", "Ruud", "Slater", "Raith", "Oates", "Flaer"] 231 | }, 232 | 233 | { 234 | "name": "Ilia", 235 | "leaderName": "Zelot", 236 | "adjective": ["Ilian"], 237 | "preferredVictoryType": "Domination", 238 | "favoredReligion": "Eliminism", 239 | "startBias": ["Snow"], 240 | 241 | "startIntroPart1": "Honor be to you Zelot, the just ruler of the Ilians, and the First King of our nation. Our proud nation lies within the Northmost of Elibe, making it prone to the harshest winter of this continent. Harvest is scarce and are easily ruined by the snow, thus forcing many to take arms and to work as a mercenary for the nobles and lords within the south, making the very foundation of our economy made out of blood and sacrifice. Although despite being a nation of mercenaries, many of us are just and honorable, making the Ilians one of the most trusted mercenaries throughout the land.", 242 | "startIntroPart2": "King Zelot, the people need your guidance once more. Can you build a proud and prosperous nation? Can you build a civilization that will stand the test of time?", 243 | 244 | "declaringWar": "As much as I hate it, war is necessary for our people to survive.", 245 | "attacked": "I will protect my people, even if it costs me death.", 246 | "defeated": "Victory is yours... I hope Ilia will know peace under your rule.", 247 | "introduction": "Well met glorious leader. I am Zelot, King of Ilia.", 248 | 249 | "neutralHello": "Welcome.", 250 | "neutralLetsHearIt": ["I am listening.","Yes?","What about it?"], 251 | "neutralNo": ["No.","Of course not.","This will not work."], 252 | "neutralYes": ["This is good.","This shall work.","But of course."], 253 | 254 | "hateHello": "Oh, it's you...", 255 | "hateLetsHearIt": ["What is it?","What do you want?","Speak then."], 256 | "hateNo": ["No.","I don't think so.","I'd rather not."], 257 | "hateYes": ["Fine.","I have no choice.","This is good enough."], 258 | 259 | "afterPeace": "I may have been a warrior for so long, but that does not mean I enjoy the exploits of war.", 260 | "tradeRequest": "This is the best that I can offer to you.", 261 | 262 | "outerColor": [192,192,192], 263 | "innerColor": [95, 102, 97], 264 | "uniqueName": "Blades for Bread", 265 | "uniqueText": "Receive triple Gold from Barbarian encampments and pillaging Cities.\nCan buy food for gold in cities, up to 9 food per cities.", 266 | "uniques": ["Receive triple Gold from Barbarian encampments and pillaging Cities","May buy [Buy Small Food Portions] buildings with [Gold] [in all cities]","May buy [Buy Medium Food Portions] buildings with [Gold] [in all cities]","May buy [Buy Large Food Portions] buildings with [Gold] [in all cities]"], //Pillaging Cities should not yield more gold. 267 | "cities": ["Edessa","Carrhae","Remi","Bariganae","Port Amundsen","Frostomii","Arcticae","Arcuta","Verkut","Argana","Colport","Icylon","Fromotth","Stele","Avige","Mimel","Colmaria","Whitrun","Antartae","Valosa"] 268 | "spyNames": ["Shanna", "Trec", "Noah", "Thea", "Juno", "Wade", "Lot", "Hugh", "Niime", "Sigune"] 269 | }, 270 | 271 | { 272 | "name": "Etruria", 273 | "leaderName": "Myrddin", 274 | "adjective": ["Etrurian"], 275 | "preferredVictoryType": "Diplomatic", 276 | "favoredReligion": "Eliminism", 277 | 278 | "startIntroPart1": "Peace and Grace be upon you Prince Myrddin! Descendant of the Holy Saint, Elimine! Your life as a prince was a tragic tale as you were put into danger by coupists, loyal to the warmongering nation of Bern, but with the help of General Douglas, you were able to escape. You were forced to flee your home towards the colonies within the west, and took the moniker of 'Elffin,' helping those who were in need, not knowing you are the Prince of Etruria. After meeting General Roy within the Western Isles, you agreed to help him defeat the Bernese invaders and liberated your homeland together with him, and vanquished the threat of the Demon Dragon Idunn.", 279 | "startIntroPart2": "With victory achieved, you can now return home and meet your beloved father as well as show yourself to your people again. Prince Myrddin, Etruria will be needing you as it's crown prince. Can you restore the lands to it's former glory? Can you bring the people back together? Can you build a civilization that will stand the test of time?", 280 | 281 | "declaringWar": "I view war as pointless, but not if it threatens my people. So brace yourself!", 282 | "attacked": "I see... I could only lament for the fate of our people.", 283 | "defeated": "How cruel fate must be! To exile myself once more from the place that I call home.", 284 | "introduction": "Hello there, me? My name is Myrddin, Prince of Etruria. Tell me, have you heard about the tales of a bard named Elffin?" 285 | 286 | "neutralHello": "Hello.", 287 | "neutralLetsHearIt": ["I am interested.","Yes?","What is it?"], 288 | "neutralNo": ["I cannot accept it.","Of course not.","I disagree to this."], 289 | "neutralYes": ["Of course.","I accept it.","Good enough."], 290 | 291 | "hateHello": "Yes?", 292 | "hateLetsHearIt": ["What?","Let's waste no time then.","Speak then."], 293 | "hateNo": ["No.","It shall not work","I shall not accept it."], 294 | "hateYes": ["Very well.","Good.","This is enough."], 295 | 296 | "afterPeace": "May the Holy Saint bless you for your mercy.", 297 | "tradeRequest": "This is the best that I can offer to you.", 298 | 299 | "outerColor": [137,207,240], 300 | "innerColor": [254, 246, 91], 301 | "uniqueName": "Home of the Scouring Saint", 302 | "uniques": ["[+3 Faith] [in capital] ", "[+2 Faith] [in all cities] "], 303 | "cities": ["Aquilea","Reglay","Eburacum","Jutes","Armagh","Edina","Port Caledon","Greater Fibernia","Lesser Fibernia","Eliminuria","Gador","Barucia","La-Croiss","Pont Regal","Alicia","Frumentia","Caroscia","Gela","Partanna","Sicillia","Antalonica","Fremont","Port Salerno","Lacostina","Forontinae","Cassini"] 304 | "spyNames": ["Larum", "Clarine", "Klein", "Dorothy", "Saul", "Perceval", "Cecilia", "Douglas", "Yoder", "Priscilla"] 305 | }, 306 | 307 | { 308 | "name": "Nabata", 309 | "leaderName": "Sophia", 310 | "adjective": ["Nabatan"], 311 | "preferredVictoryType": "Scientific", 312 | "favoredReligion": "Eliminism", 313 | 314 | "startIntroPart1": "A Thousand Blessings be upon you, Sophia! Prophetess of Nabata! Being born as a half-human, half-dragon, you are blessed with a very long lasting life. you were as well as blessed with the ability to forsee the future, making you as Nabata's prophetess. But years had passed, the Harmony in Arcadia never lasted as the ambitious empire of Bern have devoured the lands and engulfed it within the flames of war. But despite it, hope was not yet lost as a Great Hero named Roy came and lead his way to liberate what was once a sanctuary between men and dragonkind. And together with him, you have joined into the fray to quell the threat that was brought by the Demon Dragon Idunn.", 315 | "startIntroPart2": "With Ingrene gone and Nabata ruined by the war, you have no choice but to restore what was once a peaceful land. Lady Sophia, are you up to this challenge? Can you build what was once a sanctuary between men and dragons? Can you build a civilization that will stand the test of time?", 316 | 317 | "declaringWar": "Harmony will only be restored if the bringer of chaos is stopped.", 318 | "attacked": "So... Th-This is what the visions have meant. I should have known better.", 319 | "defeated": "The future... I see nothing but darkness for us.", 320 | "introduction": "H-Hello... I am Sophia the prophet of Nabata. Here in Arcadia we live in peace along with dragons. I hope both of us can do the same as well.", 321 | 322 | "neutralHello": "H-Hello.", 323 | "neutralLetsHearIt": ["I am listening.","Yes?","What is it?"], 324 | "neutralNo": ["No.","It pleases me, but I must refuse.","Unfortunately, I cannot accept."], 325 | "neutralYes": ["This is good.","This shall work.","But of course."], 326 | 327 | "hateHello": "", 328 | "hateLetsHearIt": ["Hmm?","Hmm...","I hear you."], 329 | "hateNo": ["I cannot agree.","I need to decline.","I cannot accept."], 330 | "hateYes": ["This is fine.","I cannot reject it.","I must accept it."], 331 | 332 | "afterPeace": "Peace... At last.", 333 | "tradeRequest": "This is the best that I can offer to you.", 334 | 335 | "outerColor": [153,102,204], 336 | "innerColor": [125, 176, 255], 337 | "uniqueName": "Harmony Between Men and Dragons", 338 | "uniques": ["[50]% Yield from every [Fresh Water] ","[15]% [Science] [in all non-occupied cities] "], 339 | "cities": ["Arcadia","Kaftir","Missur","Petrae","Damascia","Ridal","Ridalyah","Akalamaria","Lundarr","Kasserine","Syrycause","Hakasimun","Sanadin","Reminum","Jadarf","Hurufi"] 340 | "spyNames": ["Hawkeye", "Ingrene", "Pent", "Louise", "Athos", "Fae", "Aalim", "Dina", "Carlos", "Fatimah"] 341 | }, 342 | 343 | 344 | //FE7 345 | 346 | { 347 | "name": "Pherae", 348 | "leaderName": "Eliwood", 349 | "adjective": ["Pheraean"], 350 | "startBias": ["Coast"], 351 | "preferredVictoryType": "Diplomatic", 352 | "favoredReligion": "Eliminism", 353 | 354 | "startIntroPart1": "May peace and blessing be rained upon you Lord Eliwood, Marquess of Pherae! Pherae is one of the many lands scattered across the entirety of the Lycian League, which was then founded by Roland the 'Little Knight', one of the Eight Legendary Heroes of The Scouring, bringing peace within Elibe for millenias. But the peace, your ancestors created did not last forever, after Nergal schemed to usurp power by unleashing the wrath of the dragons back to Elibe and claiming their quintessence, all for his selfish ambition. But with the help of your trusted friends; Hector, Lyn, the tactician Mark and many others, his plans were thwarted, preventing destruction, and the possibility of a second scouring throughout the lands.", 355 | "startIntroPart2": "Virtous and Gentle Eliwood, the people seeks your kindness and wisdom, for times has changed and greater challenges appear before the horizon. Lord Eliwood, can you unite the world through the will of diplomacy? Can you make Lycia and Pherae prosper into a great land? Can you build a civilization that can stand the test of time?", 356 | 357 | "declaringWar": "Enough! I shall no longer stand idle on your oppressive ways! Stand down or face my steel!", 358 | "attacked": "You have mistaken my disdain for war as my weakness! I will show you my strength!", 359 | "defeated": "Oh mother! Forgive me for I am incapable to protect you and our people.", 360 | "introduction": "Ah, well met stranger! I am Eliwood, it is a pleasure to meet you.", 361 | 362 | "neutralHello": "Hello there.", 363 | "neutralLetsHearIt": ["Go on.","I see.","Pray tell."], 364 | "neutralNo": ["Of course not.","Certainly not.","I must refuse."], 365 | "neutralYes": ["Agreed.","This is great!","Alright then."], 366 | 367 | "hateHello": "What is it?", 368 | "hateLetsHearIt": ["Say it then.","What?","Make haste."], 369 | "hateNo": ["Never!","This is not acceptable!","No."], 370 | "hateYes": ["If we must.","I shall accept it.","I must accept."], 371 | 372 | "afterPeace": "I hope and pray that such loss of life may never repeat within our people again.", 373 | "tradeRequest": "Merlinus suggested this offer to you.", 374 | 375 | "outerColor": [217,56,30], 376 | "innerColor": [70,130,180], 377 | "uniqueName": "Knights of Pherae", 378 | "uniques": ["[+15%] strength ","[+2] Movement "], 379 | "cities": ["Pherae","Santaruz","Laus","Port Badon","Araphen","Khathelet","Worde","Tania","Tuscana","Ryerde","Cornwell","Egina","Rodos","Russex","Branfurt","Alcourt"] 380 | "spyNames": ["Marcus", "Rebecca", "Dorcas", "Harken", "Isadora", "Lowen", "Dart", "Geitz", "Fiora", "Ninian"] 381 | }, 382 | 383 | { 384 | "name": "Sacaean", 385 | "leaderName": "Lyn", 386 | "adjective": ["Sacaean"], 387 | "preferredVictoryType": "Cultural", 388 | "favoredReligion": "Naturism", 389 | "startBias": ["Plains"], 390 | 391 | "startIntroPart1": "A thousand blessings upon you, and may a thousand curses may rain upon your foes, Lady Lyn; The Noblewoman of Sacae! Your life used to be peaceful within the plains, not until your parents perish at the hands of the Taliver bandits, and there you vowed to train to be stronger, so you may avenge their deaths and protect the weak from the cruel. Your life in isolation were utterly changed when you met a man named Mark, the most brilliant tactician you ever knew, and there your destiny were forever changed as with him, you were entangled to the affairs of Caelin, crossing blades with your cruel granduncle Lundgren, who was plotting to kill you and your grandfather. And the struggle against the Black Fang who were once noble, now corrupted by the wicked figure, Nergal.", 392 | "startIntroPart2": "Beautiful and Illustrious Lyn, as your grandfather have now forfeited this world, the plains call for your name once more. Can you make Sacae prosper? Can you defend your home from those who seek to destroy? Can you build a civilization that can stand the test of time?", 393 | 394 | "declaringWar": "You have brought too much suffering within this world. I cannot allow you to hurt many more people!", 395 | "attacked": "We shall resist your expansions, and I shall be there to stop you with my own blade!", 396 | "defeated": "You people call yourselves civilized men, but in my eyes you are nothing but glorified barbarians. Sacae shall be free one day, remember that.", 397 | "introduction": "Hello! I am Lyn of Sacae. May a thousand blessings be bestowed upon you stranger.", 398 | 399 | "neutralHello": "Welcome.", 400 | "neutralLetsHearIt": ["Need anything friend?","I shall lend my ears","I hear you."], 401 | "neutralNo": ["Certainly not.","Sorry.","It shall not work."], 402 | "neutralYes": ["Of course.","Certainly.","Gladly."], 403 | 404 | "hateHello": "Why did YOU come here?", 405 | "hateLetsHearIt": ["Say it.","Go.","Waste no time then."], 406 | "hateNo": ["No.","Absolutely not.","Never."], 407 | "hateYes": ["I have no option.","It shall work.","I must accept it."], 408 | 409 | "afterPeace": "I am grateful for you, giving peace a chance once more.", 410 | "tradeRequest": "I shall offer you the finest of Sacae.", 411 | 412 | "outerColor": [135,206,235], 413 | "innerColor": [0,100,0], 414 | "uniqueName": "Sacaean Valor", 415 | "uniques": ["+[15]% combat bonus for units fighting in [Ger]","+[10]% combat bonus for units fighting in [Plains]","[+1 Food, +1 Production] in cities on [Plains] tiles"], 416 | "cities": ["Bulgar","Kutolah","Djute","Lorca","Taras","Mulagir","Hunnia","Mongul","Siogna","Scituma","Transokur","Korum-Korum","Sogdiakar","Sianba","Saramatu","Taliver","Thraka","Gokturka","Turkkikik","Cumani","Kipapachak","Manchupiuka","Berbrik","Kazakahal","Bedou-ani","Sintikop"] 417 | "spyNames": ["Rath", "Guy", "Florina", "Sain", "Kent", "Karel", "Karla", "Wallace", "Raven", "Lucius"] 418 | }, 419 | 420 | { 421 | "name": "The Black Fang", 422 | "leaderName": "Nergal", 423 | "adjective": ["Black Fang"], 424 | "preferredVictoryType": "Domination", 425 | "favoredReligion": "Eliminism", 426 | 427 | "startIntroPart1": "Glory to you Lord Nergal! O' powerful one and the mastermind behind the Fang! Athos and his meddling ways for your dreams of achieving your power has been a long trife for your aspiration of being the most powerful being in Elibe. Urging you to stop over your ingenious experiment of sucking away quintessence from living beings. But eventually banishing you from Arcadia by force. Expelling you for hundreds of years into the dark. Leaving you mortally wounded forever leaving the scar, that is marked on your face. But then you found the perfect opportunity in the midst of your trial: The Black Fang, a League of Assassins. With your cunningness, you had managed to manipulate them from the dark thanks to your ability to craft morphs, spawning Sonia and Limstella as false allies for their foolish leaders to listen to. Leaving you, their shadowy leader, controlling them from the dark.", 428 | "startIntroPart2": "Lord Nergal, the time has come. Athos is now at your mercy thanks to the power you have been witholding, and there is no one else to stop you from your dreams. Can you conquer the strongest to become the one on top? Can you make the Black Fang grow even stronger than before? Can you build a civilization that will stand the test of time?", 429 | 430 | "declaringWar": "Your quintessence is mine! Mine! All mine!", 431 | "attacked": "Hehehe... Fool!", 432 | "defeated": "Nooo! Why? Why must I lose now? Not without... Achieving my true potential!", 433 | "introduction": "So... It seems you have finally found me. Hehehe! A pleasure to meet you.", 434 | 435 | "neutralHello": "Greetings...", 436 | "neutralLetsHearIt": ["Hmmmm?","Yes?","Go ahead."], 437 | "neutralNo": ["No.","Not.","Unacceptable."], 438 | "neutralYes": ["It pleases me.","Excellent.","Just as what I wanted."], 439 | 440 | "hateHello": "Hehehe...", 441 | "hateLetsHearIt": ["Hmm?","What!?","Speak!"], 442 | "hateNo": ["Never!","Hah!","Stop wasting my time!"], 443 | "hateYes": ["Good... good.","I can accept this.","Heh."], 444 | 445 | "afterPeace": "This war has bored me either way.", 446 | "tradeRequest": "You better accept this. It shall serve you well...", 447 | 448 | "outerColor": [0,0,51], 449 | "innerColor": [204,204,0], 450 | "uniqueName": "The Fang's Judgement", //Espionage based unique, must be replaced by it once espionage has been implemented. 451 | "uniques": ["\"Borrows\" city names from other civilizations in the game", "[+2] Movement ", "[Land] units gain the [The Fang Watches] promotion"], 452 | "cities": ["Valor"] 453 | "spyNames": ["Limstella", "Sonia", "Ephidel", "Denning", "Brendan", "Lloyd", "Linus", "Ursula", "Jaffar", "Jerme"] 454 | }, 455 | 456 | 457 | 458 | //Magvelian 459 | 460 | 461 | 462 | ] -------------------------------------------------------------------------------- /jsons/Religions.json: -------------------------------------------------------------------------------- 1 | [ 2 | //Archanea 3 | "Nagaism", 4 | 5 | //Elibe 6 | "Eliminism", 7 | "Naturism", 8 | 9 | //Ylisse 10 | "Grimleal", 11 | ] -------------------------------------------------------------------------------- /jsons/TileImprovements.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Ger", 4 | "uniqueTo": "Sacaean", 5 | "terrainsCanBeBuiltOn": ["Plains"], 6 | "production": 1, 7 | "culture": 2, 8 | "turnsToBuild": 5, 9 | "uniques": ["Cannot be built on [Forest] tiles","Cannot be built on [Hill] tiles","Cannot be built on [Jungle] tiles", "Gives a defensive bonus of [15]%", "[+2 Gold, +1 Culture] ", "[+2 Production] "], 10 | "techRequired": "Horseback Riding", 11 | "shortcutKey": "G" 12 | } 13 | ] -------------------------------------------------------------------------------- /jsons/TileResources.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "name": "Falchion", 4 | "resourceType": "Bonus", 5 | "culture": 1 6 | }, 7 | 8 | { 9 | "name": "Binding Blade", 10 | "resourceType": "Bonus", 11 | "culture": 1 12 | }, 13 | 14 | //FE7 15 | { 16 | "name": "Durandal", 17 | "resourceType": "Bonus" 18 | }, 19 | 20 | { 21 | "name": "Mani Katti", 22 | "resourceType": "Bonus" 23 | } 24 | ] -------------------------------------------------------------------------------- /jsons/UnitPromotions.json: -------------------------------------------------------------------------------- 1 | [ 2 | 3 | //New Promotions 4 | 5 | /*Unit Exclusive Promotions*/ 6 | 7 | /*For Lords */ 8 | 9 | { 10 | "name": "Royal Pardon" 11 | "uniques": ["May capture killed [Military] units"] 12 | }, 13 | 14 | { 15 | "name": "Noble Fortitude", // should be exclusive to lord units only 16 | "uniques": ["[+100]% XP gained from combat"] 17 | }, 18 | 19 | { 20 | "name": "Sacaean Justice", 21 | "uniques": ["Earn [100]% of the damage done to [Barbarians] units as [Culture]","[+100]% Strength "] 22 | }, 23 | 24 | { 25 | "name": "The Falchion", //Exclusive to Marth, Chrom and Alm 26 | "uniques": ["[+150]% Strength ","[+150]% Strength ","[+150]% Strength "] 27 | }, 28 | 29 | { 30 | "name": "Sealed Sword", //Exlcusive to Roy 31 | "uniques": ["[+100]% Strength ","[+100]% Strength ","[+100]% Strength "] 32 | }, 33 | 34 | { 35 | "name": "Precision Strikes", //Exlcusive to Lyn 36 | "uniques": ["[+100]% Strength "] 37 | }, 38 | 39 | { 40 | "name": "The Knight of Lycia", //Exlcusive to Eliwood 41 | "uniques": ["[+15]% Strength bonus for [Mounted] units within [1] tiles", 42 | "[+15]% Strength bonus for [Armored] units within [1] tiles", 43 | "[+10]% Strength bonus for [Mounted] units within [2] tiles", 44 | "[+10]% Strength bonus for [Armored] units within [2] tiles"] 45 | }, 46 | 47 | 48 | //Units 49 | 50 | { 51 | "name": "Wooden Cavalry", 52 | "uniques": ["Unlocks Exclusive Promotions"], 53 | }, 54 | 55 | { 56 | "name": "Stonehoist", 57 | "prerequisites": ["Wooden Cavalry"] 58 | "uniques": ["[+100]% Strength "], 59 | }, 60 | 61 | { 62 | "name": "Arrowspate", 63 | "prerequisites": ["Wooden Cavalry"] 64 | "uniques": ["[+100]% Strength ","[+50]% Strength ","[+50]% Strength "], 65 | }, 66 | 67 | { 68 | "name": "Thunderbolt", 69 | "prerequisites": ["Wooden Cavalry"] 70 | "uniques": ["[+50]% Strength "], 71 | }, 72 | 73 | { 74 | "name": "Hoistflamme", 75 | "prerequisites": ["Wooden Cavalry"] 76 | "uniques": ["[+15]% Strength "], 77 | }, 78 | 79 | { 80 | "name": "Pachyderm", 81 | "prerequisites": ["Hoistflamme"] 82 | "uniques": ["[+20]% Strength ","[+20]% Strength ","[+25]% Strength "], 83 | }, 84 | 85 | { 86 | "name": "Swipe", // should be unique to thief 87 | "uniques": ["Earn [50]% of the damage done to [Land] units as [Gold]"] 88 | }, 89 | 90 | { 91 | "name": "Ransack", 92 | "prerequisites": ["Swipe"], 93 | "uniques": ["Earn [100]% of the damage done to [City] units as [Gold]","[+50]% Strength "] 94 | }, 95 | 96 | { 97 | "name": "The Fang Watches", 98 | "uniques": ["Can see over obstacles"] 99 | }, 100 | 101 | //Magical Units 102 | { 103 | "name": "Retainment I", 104 | "uniques": ["[+15]% Strength "], 105 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 106 | }, 107 | 108 | { 109 | "name": "Retainment II", 110 | "prerequisites": ["Retainment I"], 111 | "uniques": ["[+15]% Strength "], 112 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 113 | }, 114 | 115 | { 116 | "name": "Retainment III", 117 | "prerequisites": ["Retainment II"], 118 | "uniques": ["[+15]% Strength "], 119 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 120 | }, 121 | 122 | { 123 | "name": "Mastery I", 124 | "uniques": ["[+15]% Strength "], 125 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 126 | }, 127 | 128 | { 129 | "name": "Mastery II", 130 | "prerequisites": ["Mastery I"], 131 | "uniques": ["[+15]% Strength "], 132 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 133 | }, 134 | 135 | { 136 | "name": "Mastery III", 137 | "prerequisites": ["Mastery II"], 138 | "uniques": ["[+15]% Strength "], 139 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 140 | }, 141 | 142 | { 143 | "name": "Concentration", 144 | "prerequisites": ["Retainment I","Mastery I"], 145 | "uniques": ["Ranged attacks may be performed over obstacles"], 146 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 147 | }, 148 | 149 | { 150 | "name": "Warp", 151 | "prerequisites": ["Retainment III","Mastery III"], 152 | "uniques": ["Ignores terrain cost"], 153 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 154 | }, 155 | 156 | { 157 | "name": "Tomebreaker", 158 | "prerequisites": ["Retainment II", "Mastery II"], 159 | "uniques": ["[+1] Range"], 160 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 161 | }, 162 | 163 | { 164 | "name": "Torch", 165 | "prerequisites": ["Staff I"], 166 | "uniques": ["[+1] Sight","Can see over obstacles"], 167 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 168 | }, 169 | 170 | { 171 | "name": "Sleep", 172 | "prerequisites": ["Staff II"], 173 | "uniques": ["May withdraw before melee ([25]%)"], 174 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 175 | }, 176 | 177 | { 178 | "name": "Panic", 179 | "prerequisites": ["Staff II"], 180 | "uniques": ["[-10]% Strength for enemy [Military] units in adjacent [All] tiles"], 181 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 182 | }, 183 | 184 | { 185 | "name": "Staff I", 186 | "prerequisites": ["Retainment II", "Mastery II"], 187 | "uniques": ["All adjacent units heal [+5] HP when healing"], 188 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 189 | }, 190 | 191 | { 192 | "name": "Staff II", 193 | "prerequisites": ["Staff I"], 194 | "uniques": ["All adjacent units heal [+5] HP when healing"], 195 | "unitTypes": ["Lord Magic","Dark Magic","Light Magic","Anima Magic"] 196 | }, 197 | 198 | //Others 199 | 200 | { 201 | "name": "Dragonkiller Weapons", 202 | "prerequisites": ["Shock I", "Drill I"] 203 | "uniques": ["[+50]% Strength ","[+50]% Strength ","[+50]% Strength "], 204 | "unitTypes": ["Sword","Mounted","Flying Mount","Lord Melee","Lord Mounted"] 205 | }, 206 | 207 | { 208 | "name": "Legendary Dragonkillers", 209 | "prerequisites": ["Dragonkiller Weapons", "Accuracy II", "Barrage II"], 210 | "uniques": ["[+50]% Strength ","[+50]% Strength ","[+50]% Strength "], 211 | "unitTypes": ["Sword","Archery","Mounted","Flying Mount","Lord Melee","Lord Mounted"] 212 | }, 213 | 214 | { 215 | "name": "Dragonkiller Rounds", 216 | "uniques": ["[+50]% Strength ","[+50]% Strength ","[+50]% Strength "], 217 | "unitTypes": ["Gunpowder","Ranged Gunpowder","Fighter","Bomber","Siege","Armored"] 218 | }, 219 | 220 | { 221 | "name": "Resistance I", 222 | "uniques": ["[+33]% Strength ","[+33]% Strength ","[+33]% Strength ","[+33]% Strength "], 223 | "unitTypes": ["Sword","Gunpowder","Archery","Ranged Gunpowder","Mounted","Flying Mount","Dark Magic","Light Magic","Anima Magic","Lord Melee","Lord Ranged","Lord Mounted","Lord Magic","King of Liberation"] 224 | }, 225 | { 226 | "name": "Resistance II", 227 | "prerequisites": ["Resistance I"], 228 | "uniques": ["[+33]% Strength ","[+33]% Strength ","[+33]% Strength ","[+33]% Strength "], 229 | "unitTypes": ["Sword","Gunpowder","Archery","Ranged Gunpowder","Mounted","Flying Mount","Dark Magic","Light Magic","Anima Magic","Lord Melee","Lord Ranged","Lord Mounted","Lord Magic","King of Liberation"] 230 | }, 231 | 232 | { 233 | "name": "Flier Shield", 234 | "prerequisites": ["Shock III","Drill III"], 235 | "uniques": ["[+50]% Strength ","[+50]% Strength ","[+25]% Strength "], 236 | "unitTypes": ["Flying Mount"] 237 | }, 238 | 239 | //Dragonstones 240 | 241 | { 242 | "name": "Icestone", 243 | "uniques": ["[+100]% Strength","[+5] HP when healing ","[+5] HP when healing ","[+1] Movement ","[+1] Movement "] 244 | }, 245 | 246 | { 247 | "name": "Firestone", 248 | "uniques": ["[+100]% Strength","[+20]% Strength ","[+20]% Strength ","[+50]% Strength "] 249 | }, 250 | 251 | { 252 | "name": "Magestone", 253 | "uniques": ["[+100]% Strength","[+33]% Strength "] 254 | }, 255 | 256 | 257 | 258 | //Updated for New Unit Types 259 | { 260 | "name": "Heal Instantly", 261 | "uniques": ["Heal this unit by [50] HP", "Doing so will consume this opportunity to choose a Promotion"], 262 | "unitTypes": ["Sword","Gunpowder","Mounted","Scout","Siege","Archery","Ranged Gunpowder","Armored","Melee Water","Ranged Water","Submarine","Flying Mount","Dark Magic","Light Magic","Anima Magic","Lord Melee","Lord Ranged","Lord Mounted","Lord Magic","King of Liberation"] 263 | }, 264 | 265 | //Melee/Mounted/Flying Mounts/King of Liberation 266 | { 267 | "name": "Shock I", 268 | "uniques": ["[+15]% Strength "], 269 | "unitTypes": ["Sword","Gunpowder","Mounted","Armored","Flying Mount","Lord Melee","Lord Mounted"] 270 | }, 271 | { 272 | "name": "Shock II", 273 | "prerequisites": ["Shock I"], 274 | "uniques": ["[+15]% Strength "], 275 | "unitTypes": ["Sword","Gunpowder","Mounted","Armored","Flying Mount","Lord Melee","Lord Mounted"] 276 | }, 277 | { 278 | "name": "Shock III", 279 | "prerequisites": ["Shock II"], 280 | "uniques": ["[+15]% Strength "], 281 | "unitTypes": ["Sword","Gunpowder","Mounted","Armored","Flying Mount","Lord Melee","Lord Mounted"] 282 | }, 283 | 284 | { 285 | "name": "Drill I", 286 | "uniques": ["[+15]% Strength "], 287 | "unitTypes": ["Sword","Gunpowder","Mounted","Armored","Flying Mount","Lord Melee","Lord Mounted"] 288 | }, 289 | { 290 | "name": "Drill II", 291 | "prerequisites": ["Drill I"], 292 | "uniques": ["[+15]% Strength "], 293 | "unitTypes": ["Sword","Gunpowder","Mounted","Armored","Flying Mount","Lord Melee","Lord Mounted"] 294 | }, 295 | { 296 | "name": "Drill III", 297 | "prerequisites": ["Drill II"], 298 | "uniques": ["[+15]% Strength "], 299 | "unitTypes": ["Sword","Gunpowder","Mounted","Armored","Flying Mount","Lord Melee","Lord Mounted"] 300 | }, 301 | 302 | { 303 | "name": "Charge", 304 | "prerequisites": ["Shock II","Drill II"], 305 | "uniques": ["[+33]% Strength "], 306 | "unitTypes": ["Mounted","Armored","Flying Mount","Lord Mounted"] 307 | }, 308 | 309 | { 310 | "name": "Formation I", 311 | "prerequisites": ["Shock II","Drill II"], 312 | "uniques": ["[+33]% Strength "], 313 | "unitTypes": ["Sword","Gunpowder","Mounted","Flying Mount","Lord Melee","Lord Mounted"] 314 | }, 315 | { 316 | "name": "Formation II", 317 | "prerequisites": ["Formation I"], 318 | "uniques": ["[+33]% Strength "], 319 | "unitTypes": ["Sword","Gunpowder","Mounted","Flying Mount","Lord Melee","Lord Mounted"] 320 | }, 321 | 322 | { 323 | "name": "Blitz", 324 | "prerequisites": ["Shock III","Drill III"], 325 | "uniques": ["[1] additional attacks per turn"], 326 | "unitTypes": ["Sword","Gunpowder","Mounted","Armored","Flying Mount","Lord Melee","Lord Mounted"] 327 | }, 328 | 329 | { 330 | "name": "Mobility", 331 | "prerequisites": ["Shock II","Drill II","Targeting I", 332 | "Bombardment I","Boarding Party I", "Coastal Raider I", "Wolfpack I"], 333 | "uniques": ["[+1] Movement"], 334 | "unitTypes": ["Mounted","Melee Water","Ranged Water","Armored","Submarine","Flying Mount","Lord Mounted"] 335 | }, 336 | { 337 | "name": "Sentry", 338 | "prerequisites": ["Accuracy I","Barrage I","Shock II","Drill II","Bombardment I","Targeting I","Boarding Party I","Coastal Raider I"], 339 | "uniques": ["[+1] Sight"], 340 | "unitTypes": ["Sword","Gunpowder","Mounted","Ranged Water","Armored","Melee Water","Flying Mount","Lord Melee","Lord Mounted"] 341 | }, 342 | 343 | { 344 | "name": "Besiege", 345 | "prerequisites": ["Shock II","Drill II"], 346 | "uniques": ["[+50]% Strength "], 347 | "unitTypes": ["Sword","Gunpowder","Lord Melee"] 348 | }, 349 | 350 | //Non-Mounted Units 351 | { 352 | "name": "Cover I", 353 | "uniques": ["[+33]% Strength "], 354 | "unitTypes": ["Sword","Gunpowder","Archery","Ranged Gunpowder","Siege","Lord Melee"] 355 | }, 356 | { 357 | "name": "Cover II", 358 | "prerequisites": ["Cover I"], 359 | "uniques": ["[+33]% Strength "], 360 | "unitTypes": ["Sword","Gunpowder","Archery","Ranged Gunpowder","Siege","Lord Melee"] 361 | }, 362 | 363 | { 364 | "name": "Ambush I", 365 | "uniques": ["[+33]% Strength "], 366 | "unitTypes": ["Sword","Gunpowder","Fighter","Bomber","Lord Melee"] 367 | }, 368 | { 369 | "name": "Ambush II", 370 | "prerequisites": ["Ambush I"], 371 | "uniques": ["[+33]% Strength "], 372 | "unitTypes": ["Sword","Gunpowder","Fighter","Bomber","Lord Melee"] 373 | }, 374 | 375 | { 376 | "name": "Woodsman", 377 | "prerequisites": ["Shock III","Drill III"], 378 | "uniques": ["Double movement in [Forest]","Double movement in [Jungle]"], 379 | "unitTypes": ["Sword","Gunpowder","Lord Melee"] 380 | }, 381 | { 382 | "name": "Amphibious", 383 | "prerequisites": ["Shock I", "Drill I"], 384 | "uniques": ["Eliminates combat penalty for attacking over a river", "Eliminates combat penalty for attacking across a coast"], 385 | "unitTypes": ["Sword","Gunpowder","Lord Melee"] 386 | }, 387 | 388 | //Mixed 389 | { 390 | "name": "March", 391 | "prerequisites": ["Accuracy II","Barrage II","Shock III","Drill III"], 392 | "uniques": ["Unit will heal every turn, even if it performs an action"], 393 | "unitTypes": ["Sword","Gunpowder","Archery","Ranged Gunpowder","Siege","Mounted","Flying Mount","Lord Melee"] 394 | }, 395 | 396 | //Non-Lord Abilities 397 | { 398 | "name": "Medic", 399 | "prerequisites": ["Shock I", "Drill I", "Scouting II", "Survivalism II"], 400 | "uniques": ["All adjacent units heal [+5] HP when healing"], 401 | "unitTypes": ["Sword","Gunpowder","Mounted","Scout","Flying Mount"] 402 | }, 403 | 404 | { 405 | "name": "Medic II", 406 | "prerequisites": ["Medic"], 407 | "uniques": ["[+5] HP when healing ", "All adjacent units heal [+5] HP when healing"], 408 | "unitTypes": ["Sword","Gunpowder","Mounted","Scout","Flying Mount"] 409 | }, 410 | ] -------------------------------------------------------------------------------- /jsons/UnitTypes.json: -------------------------------------------------------------------------------- 1 | [ 2 | // Lords 3 | { 4 | "name": "Lord Melee", 5 | "movementType": "Land", 6 | "uniques": ["[+15]% Strength bonus for [Military] units within [2] tiles","Uncapturable","[+50]% Strength ","[+50]% Strength ","[+50]% Strength ",] 7 | }, 8 | 9 | { 10 | "name": "Lord Ranged", 11 | "movementType": "Land", 12 | "uniques": ["[+15]% Strength bonus for [Military] units within [2] tiles","Uncapturable","[+100]% Strength ","[+100]% Strength ","[+100]% Strength ",] 13 | }, 14 | 15 | { 16 | "name": "Lord Magic", 17 | "movementType": "Land", 18 | "uniques": ["[+15]% Strength bonus for [Military] units within [2] tiles","Uncapturable","[+100]% Strength ","[+100]% Strength ","[+100]% Strength ",] 19 | }, 20 | 21 | { 22 | "name": "Lord Mounted", 23 | "movementType": "Land", 24 | "uniques": ["[+15]% Strength bonus for [Military] units within [2] tiles","[-50]% Strength ","[-50]% Strength ","[-50]% Strength ","[+100]% Strength ","[+100]% Strength ","[+100]% Strength "] 25 | }, 26 | 27 | //Remove manekete bonuses once third promotion is added 28 | 29 | //Magic 30 | { 31 | "name": "Dark Magic", 32 | "movementType": "Land", 33 | "uniques": ["[+33]% Strength "] 34 | }, 35 | 36 | { 37 | "name": "Light Magic", 38 | "movementType": "Land", 39 | "uniques": ["[+33]% Strength "] 40 | }, 41 | 42 | { 43 | "name": "Anima Magic", 44 | "movementType": "Land", 45 | "uniques": ["[+33]% Strength "] 46 | }, 47 | 48 | //Others 49 | { 50 | "name": "Flying Mount", 51 | "movementType": "Land", //Hovering 52 | "uniques": ["Can pass through impassable tiles","[-50]% Strength ","[-50]% Strength ","[-25]% Strength ","[-200]% Strength ","[-200]% Strength ","[-200]% Strength "] 53 | }, 54 | 55 | { 56 | "name": "Manekete", 57 | "movementType": "Land", 58 | }, 59 | 60 | { 61 | "name": "Mage Manekete", 62 | "movementType": "Land", 63 | }, 64 | 65 | { 66 | "name": "Flying Manekete", 67 | "movementType": "Land", //Hovering 68 | "uniques": ["Can pass through impassable tiles","[-100]% Strength ","[-100]% Strength ","[-25]% Strength ","[-200]% Strength ","[-200]% Strength ","[-200]% Strength "] 69 | }, 70 | 71 | { 72 | "name": "King of Liberation", 73 | "movementType": "Land" 74 | "uniques": ["[+15]% Strength bonus for [Military] units within [3] tiles"] 75 | } 76 | ] -------------------------------------------------------------------------------- /maps/Scramble For Elibe.txt: -------------------------------------------------------------------------------- 1 | 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 2 | -------------------------------------------------------------------------------- /music/Altea - Holy War (Old Mystery) - War.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Altea - Holy War (Old Mystery) - War.mp3 -------------------------------------------------------------------------------- /music/Altea - Time to Act - Peace.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Altea - Time to Act - Peace.mp3 -------------------------------------------------------------------------------- /music/Bern - In The Name of Bern - War.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Bern - In The Name of Bern - War.mp3 -------------------------------------------------------------------------------- /music/Bern - The Kingdom of Bern - Peace.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Bern - The Kingdom of Bern - Peace.mp3 -------------------------------------------------------------------------------- /music/Etruria - Distant Utopia - Peace.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Etruria - Distant Utopia - Peace.mp3 -------------------------------------------------------------------------------- /music/Etruria - For the Commanders - War.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Etruria - For the Commanders - War.mp3 -------------------------------------------------------------------------------- /music/Fire Emblem Civilizations - Fire Emblem Main Theme - Theme.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Fire Emblem Civilizations - Fire Emblem Main Theme - Theme.mp3 -------------------------------------------------------------------------------- /music/Fire Emblem Main Theme - Ambient.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Fire Emblem Main Theme - Ambient.mp3 -------------------------------------------------------------------------------- /music/Grust - A Hero's Destiny - War.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Grust - A Hero's Destiny - War.mp3 -------------------------------------------------------------------------------- /music/Grust - Expedition - Peace.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Grust - Expedition - Peace.mp3 -------------------------------------------------------------------------------- /music/Ilia - Binding Ties - Peace.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Ilia - Binding Ties - Peace.mp3 -------------------------------------------------------------------------------- /music/Ilia - Inescapable Fate - War.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Ilia - Inescapable Fate - War.mp3 -------------------------------------------------------------------------------- /music/Nabata - Dragon's Gate II - War.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Nabata - Dragon's Gate II - War.mp3 -------------------------------------------------------------------------------- /music/Nabata - Land of Swirling Sands - Peace.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Nabata - Land of Swirling Sands - Peace.mp3 -------------------------------------------------------------------------------- /music/Ostia - Path to Greatness - War.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Ostia - Path to Greatness - War.mp3 -------------------------------------------------------------------------------- /music/Ostia - Raise Your Spirits - Peace.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Ostia - Raise Your Spirits - Peace.mp3 -------------------------------------------------------------------------------- /music/Pherae - Companions - War.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Pherae - Companions - War.mp3 -------------------------------------------------------------------------------- /music/Pherae - Precious Things - Peace.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Pherae - Precious Things - Peace.mp3 -------------------------------------------------------------------------------- /music/Sacaean - Winds Across the Plains - Peace.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Sacaean - Winds Across the Plains - Peace.mp3 -------------------------------------------------------------------------------- /music/Sacaean - Within The Magnificent Nature - War.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/Sacaean - Within The Magnificent Nature - War.mp3 -------------------------------------------------------------------------------- /music/The Black Fang - Black Fang - Peace.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/The Black Fang - Black Fang - Peace.mp3 -------------------------------------------------------------------------------- /music/The Black Fang - Softly with Grace - War.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/The Black Fang - Softly with Grace - War.mp3 -------------------------------------------------------------------------------- /music/The Lycian League - Beneath a New Light - War.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/The Lycian League - Beneath a New Light - War.mp3 -------------------------------------------------------------------------------- /music/The Lycian League - Beyond the Distant Skies - Peace.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/music/The Lycian League - Beyond the Distant Skies - Peace.mp3 -------------------------------------------------------------------------------- /sounds/Light.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/sounds/Light.mp3 -------------------------------------------------------------------------------- /sounds/dragonbreath.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NoviceCoder2000/Fire-Emblem-Civilizations/5f3d1f5235cabc29f69015c0cede78156aeb2c42/sounds/dragonbreath.mp3 --------------------------------------------------------------------------------