From 5e2eb328707f886e3a4f64ff100d9e84d7e640b7 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 18 Oct 2023 01:48:42 +0300 Subject: [PATCH 29/29] Alien: Replace Grassland with Savannah See osdn #48827 Signed-off-by: Marko Lindqvist --- data/alien/terrain.ruleset | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/alien/terrain.ruleset b/data/alien/terrain.ruleset index dd2e9f343f..b84e1817ed 100644 --- a/data/alien/terrain.ruleset +++ b/data/alien/terrain.ruleset @@ -255,11 +255,11 @@ helptext = _("\ No unit can enter this terrain, nor can city work the tile.\ ") -[terrain_grassland] -name = _("Grassland") -graphic = "grassland" -graphic_alt = "-" -identifier = "g" +[terrain_savannah] +name = _("Savannah") +graphic = "savannah" +graphic_alt = "grassland" +identifier = "g" ; Since this used to be "Grassland" class = "Land" movement_cost = 1 defense_bonus = 0 @@ -300,7 +300,7 @@ color.r = 10 color.g = 123 color.b = 2 helptext = _("\ -For some reason, there is Earth like grass and animals around.\ +For some reason, there is Earth like plants and animals around.\ ") [terrain_alien_forest] @@ -427,7 +427,7 @@ irrigation_food_incr = 1 irrigation_time = 10 mining_shield_incr = 1 mining_time = 10 -transform_result = "Grassland" +transform_result = "Savannah" transform_time = 40 placing_time = 6 pillage_time = 1 @@ -1071,7 +1071,7 @@ flags = "AutoOnCityCenter" helptext = _("\ Basic Road is available for building from the beginning of the game.\ \n\n\ -Having Road on Grassland tile provides increase of +1 to trade on that tile.\ +Having Road on Savannah tile provides increase of +1 to trade on that tile.\ ") [extra_highway] -- 2.42.0