From 32fbabdd19ec90aff0885c201227bb9b5d885593 Mon Sep 17 00:00:00 2001 From: Lliam Leosh Date: Thu, 14 Mar 2019 02:55:22 -0500 Subject: [PATCH] "Replacable Parts" is now "Replaceable Parts" --- Credits.md | 2 +- .../{Replacable Parts.png => Replaceable Parts.png} | Bin android/assets/game.atlas | 2 +- android/assets/jsons/Buildings.json | 2 +- android/assets/jsons/Techs.json | 6 +++--- android/assets/jsons/Units.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename android/Images/TechIcons/{Replacable Parts.png => Replaceable Parts.png} (100%) diff --git a/Credits.md b/Credits.md index d76d872cdc..227168ef66 100644 --- a/Credits.md +++ b/Credits.md @@ -356,7 +356,7 @@ All the following are from [the Noun Project](https://thenounproject.com) licenc * [Dynamite](https://thenounproject.com/term/dynamite/610652/) By Simon Martin ### Modern -* [Gears](https://thenounproject.com/term/gears/1484672/) By Aiden Icons for Replacable Parts +* [Gears](https://thenounproject.com/term/gears/1484672/) By Aiden Icons for Replaceable Parts * [Radio](https://thenounproject.com/term/radio/124575/) By Arthur Shlain * [Piston](https://thenounproject.com/term/piston/1224/) By Proletkult Graphik for Combustion * [Plastic](https://thenounproject.com/term/plastic/478826/) By Yu luck diff --git a/android/Images/TechIcons/Replacable Parts.png b/android/Images/TechIcons/Replaceable Parts.png similarity index 100% rename from android/Images/TechIcons/Replacable Parts.png rename to android/Images/TechIcons/Replaceable Parts.png diff --git a/android/assets/game.atlas b/android/assets/game.atlas index 745d088597..4d734544b6 100644 --- a/android/assets/game.atlas +++ b/android/assets/game.atlas @@ -1894,7 +1894,7 @@ TechIcons/Refrigeration orig: 100, 100 offset: 0, 0 index: -1 -TechIcons/Replacable Parts +TechIcons/Replaceable Parts rotate: false xy: 234, 101 size: 100, 100 diff --git a/android/assets/jsons/Buildings.json b/android/assets/jsons/Buildings.json index aa43fb64a9..8c504243e3 100644 --- a/android/assets/jsons/Buildings.json +++ b/android/assets/jsons/Buildings.json @@ -564,7 +564,7 @@ culture:1, isWonder:true, uniques:["+1 Production from specialists"], - requiredTech:"Replacable Parts" + requiredTech:"Replaceable Parts" }, { name:"Research Lab", diff --git a/android/assets/jsons/Techs.json b/android/assets/jsons/Techs.json index 5373cc3697..c8e83db5af 100644 --- a/android/assets/jsons/Techs.json +++ b/android/assets/jsons/Techs.json @@ -368,7 +368,7 @@ prerequisites:["Electricity"] }, { - name:"Replacable Parts", + name:"Replaceable Parts", row:4, prerequisites:["Electricity","Steam Power"] }, @@ -394,12 +394,12 @@ { name:"Plastics", row:3, - prerequisites:["Radio","Replacable Parts"] + prerequisites:["Radio","Replaceable Parts"] }, { name:"Electronics", row:5, - prerequisites:["Replacable Parts", "Flight"], + prerequisites:["Replaceable Parts", "Flight"], }, { name:"Ballistics", diff --git a/android/assets/jsons/Units.json b/android/assets/jsons/Units.json index 7185296da2..bf0d6aec45 100644 --- a/android/assets/jsons/Units.json +++ b/android/assets/jsons/Units.json @@ -985,7 +985,7 @@ movement:2, strength:50, cost: 320, - requiredTech:"Replacable Parts", + requiredTech:"Replaceable Parts", hurryCostModifier:20, upgradesTo:"Infantry", obsoleteTech:"Plastics"