~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to data/tribes/initialization/atlanteans/units.lua

  • Committer: The Widelands Bunnybot
  • Date: 2025-03-24 22:44:00 UTC
  • Revision ID: bunnybot@widelands.org-20250324224400-xw0vquoipw4u3196
Update performance helptext for comparable buildings between tribes, big sites (CB #4947 / GH #6587)

Co-authored-by: Pavol Gono <pavol.gono@gmail.com>
Co-authored-by: Pavol Gono <pavol.gono@gmail.com>
Co-committed-by: Pavol Gono <pavol.gono@gmail.com>

(by bunnybot)
46a66c0b4f7cc2b6080ad1f161f31cf1d944ee53

Show diffs side-by-side

added added

removed removed

Lines of Context:
1803
1803
            -- TRANSLATORS: Lore helptext for an Atlantean production site: Horse Farm
1804
1804
            lore = pgettext("atlanteans_building", "I walk all day just back and forth. I need? I need … I need a horse!"),
1805
1805
            -- TRANSLATORS: Lore author helptext for an Atlantean production site: Horse Farm
1806
 
            lore_author = pgettext("atlanteans_building", "Busy carrier murmuring to himself")
 
1806
            lore_author = pgettext("atlanteans_building", "Busy carrier murmuring to himself"),
 
1807
            -- TRANSLATORS: Performance helptext for an Atlantean production site: Horse Farm
 
1808
            performance = pgettext("atlanteans_building", "If all needed wares are delivered in time, this building can produce a horse in %s on average."):bformat(format_seconds(30))
1807
1809
         }
1808
1810
      },
1809
1811
      {
1936
1938
               -- TRANSLATORS: Purpose helptext for an Atlantean training site: Dungeon, part 2
1937
1939
               pgettext("atlanteans_building", "Equips the soldiers with all necessary weapons and armor parts.")
1938
1940
            },
1939
 
            -- TRANSLATORS: Lore helptext for an Atlantean production site: Dungeon
 
1941
            -- TRANSLATORS: Lore helptext for an Atlantean training site: Dungeon
1940
1942
            lore = pgettext("atlanteans_building", "Make our enemies feel the pain, so enter here to gain your train!"),
1941
 
            -- TRANSLATORS: Lore author helptext for an Atlantean production site: Dungeon
1942
 
            lore_author = pgettext("atlanteans_building", "Engraving on the entrance to the dungeon")
1943
 
    }
 
1943
            -- TRANSLATORS: Lore author helptext for an Atlantean training site: Dungeon
 
1944
            lore_author = pgettext("atlanteans_building", "Engraving on the entrance to the dungeon"),
 
1945
            performance = {
 
1946
               -- TRANSLATORS: Performance helptext for an Atlantean training site: Dungeon, part 1
 
1947
               pgettext("atlanteans_building", "If all needed wares are delivered in time, a dungeon can train one soldier one level in attack in %s on average."):bformat(format_seconds(36)),
 
1948
               -- TRANSLATORS: Performance helptext for an Atlantean training site: Dungeon, part 2
 
1949
               pgettext("atlanteans_building", "Complete training of one soldier takes %s on average."):bformat(format_minutes_seconds(2, 24))
 
1950
            }
 
1951
         }
1944
1952
      },
1945
1953
      {
1946
1954
         name = "atlanteans_labyrinth",
1951
1959
               -- TRANSLATORS: Purpose helptext for an Atlantean training site: Labyrinth, part 2
1952
1960
               pgettext("atlanteans_building", "Equips the soldiers with all necessary weapons and armor parts.")
1953
1961
            },
1954
 
            -- TRANSLATORS: Lore helptext for an Atlantean production site: Labyrinth
 
1962
            -- TRANSLATORS: Lore helptext for an Atlantean training site: Labyrinth
1955
1963
            lore = pgettext("atlanteans_building", "Our enemies claim: we have a ruddy twisted way to fight. "..
1956
1964
           "Check the way we train, in this labyrinth they may be right."),
1957
 
            -- TRANSLATORS: Lore author helptext for an Atlantean production site: Labyrinth
1958
 
            lore_author = pgettext("atlanteans_building", "Atlantean hero after first contact with a real enemy")
 
1965
            -- TRANSLATORS: Lore author helptext for an Atlantean training site: Labyrinth
 
1966
            lore_author = pgettext("atlanteans_building", "Atlantean hero after first contact with a real enemy"),
 
1967
            performance = {
 
1968
               -- TRANSLATORS: Performance helptext for an Atlantean training site: Labyrinth, part 1
 
1969
               pgettext("atlanteans_building", "If all needed wares are delivered in time, a labyrinth can train one soldier one level in defense, evade or health in %s on average."):bformat(format_seconds(36)),
 
1970
               -- TRANSLATORS: Performance helptext for an Atlantean training site: Labyrinth, part 2
 
1971
               pgettext("atlanteans_building", "Complete training of one soldier takes %s on average."):bformat(format_minutes_seconds(3, 6))
 
1972
            }
1959
1973
         }
1960
1974
      },
1961
1975