mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-06 00:09:23 +07:00
correct spelling of "Fascism" policy (#1432)
This commit is contained in:

committed by
Yair Morgenstern

parent
df27cb3bdd
commit
cdcd7cf116
@ -2621,7 +2621,7 @@ PolicyIcons/Entrepreneurship
|
||||
orig: 50, 50
|
||||
offset: 0, 0
|
||||
index: -1
|
||||
PolicyIcons/Facism
|
||||
PolicyIcons/Fascism
|
||||
rotate: false
|
||||
xy: 1501, 460
|
||||
size: 50, 50
|
||||
|
@ -407,7 +407,7 @@
|
||||
column:5
|
||||
},
|
||||
{
|
||||
name:"Facism",
|
||||
name:"Fascism",
|
||||
description:"Quantity of strategic resources produced by the empire increased by 100%",
|
||||
requires:["Populism","Militarism"],
|
||||
row:2,
|
||||
@ -423,7 +423,7 @@
|
||||
{
|
||||
name:"Total War",
|
||||
description:"+15% production when building military units and new military units start with 15 Experience",
|
||||
requires:["Police State","Facism"],
|
||||
requires:["Police State","Fascism"],
|
||||
row:3,
|
||||
column:4
|
||||
},
|
||||
|
@ -1709,7 +1709,7 @@
|
||||
Korean:"유닛을 금으로 구매하는 비용 -33%"
|
||||
}
|
||||
|
||||
"Facism":{
|
||||
"Fascism":{
|
||||
Spanish:"Facismo"
|
||||
Italian:"Fascismo"
|
||||
Romanian:"Fascism"
|
||||
|
@ -171,7 +171,7 @@ class CityInfo {
|
||||
var amountToAdd = 1
|
||||
if(resource.resourceType == ResourceType.Strategic){
|
||||
amountToAdd = 2
|
||||
if(civInfo.policies.isAdopted("Facism")) amountToAdd*=2
|
||||
if(civInfo.policies.isAdopted("Fascism")) amountToAdd*=2
|
||||
if(civInfo.nation.unique=="Strategic Resources provide +1 Production, and Horses, Iron and Uranium Resources provide double quantity"
|
||||
&& resource.name in listOf("Horses","Iron","Uranium"))
|
||||
amountToAdd *= 2
|
||||
|
@ -325,7 +325,7 @@ Unless otherwise specified, all the following are from [the Noun Project](https:
|
||||
|
||||
* [War](https://thenounproject.com/term/war/1643541/) By Abdul Karim for Total War
|
||||
* [Military Grade](https://thenounproject.com/term/military-grade/578687/) By Ben Davis for Militarism
|
||||
* [Military Medal](https://thenounproject.com/term/military-medal/396457/) By iconsphere for Facism
|
||||
* [Military Medal](https://thenounproject.com/term/military-medal/396457/) By iconsphere for Fascism
|
||||
* [Newspaper](https://thenounproject.com/term/newspaper/1207487/) By Trishul for Populism
|
||||
* [Riot Police](https://thenounproject.com/term/riot-police/43117/) By Dan Hetteix for Police State
|
||||
|
||||
|
Reference in New Issue
Block a user