Please Report Missing and/or Placeholder Text
- PrivateHudson
- Posts: 210
- Joined: Tue Feb 12, 2019 7:59 am
- Location: Chelyabinsk, Russia
Re: Please Report Missing and/or Placeholder Text
Glacial planet description: "...sheets of ice to covert most of the...". I suppose should be "cover".
Re: Please Report Missing and/or Placeholder Text
"<Colony name> has the special resource Gems, which increases..."
Clicking on Gems gives "<missing INFO[Gems]>"
Clicking on Gems gives "<missing INFO[Gems]>"
Re: Please Report Missing and/or Placeholder Text
Code: Select all
['hsa'] = desc_format [=[
This location appears to have some critical importance to the
hyperspace network. Our physists call it an 'anomalous region' -- a
point in deep space that the warp lanes connect to, though it contains no
star system.
]=],
Re: Please Report Missing and/or Placeholder Text
Putt-Putt in Paradise:
Should be output.
Herbal razzia:
Should be planetary.
Code: Select all
Paradise = [=[its fertility rating is <b>[[Planet Fertility|high]]</b>, so there are no penalties to population <FOOD> putput.]=],
Herbal razzia:
Code: Select all
_ENV["Command Cruiser"] = new_desc_object[[
The command cruiser adds hangar capacity to a vessel with the other capabilities of a heavy cruiser. It is ideally suited to carrying
assault shuttles for use in plantary raids.
]]
Re: Please Report Missing and/or Placeholder Text
Start a game as a Tinkers, look at your machine altar on Dzibix.
Both [[Machine Altars]] and [[disconnected]] are broken links; you get <missing INFO[Machine Altars]> and <missing INFO[disconnected]> placeholder text if you click them.
Also, "signifigantly" should be "significantly".
Code: Select all
add_marked_text | desc_format | [=[
[[Machine Altars]] (<MACHINE_ALTAR>) are factories that also serve
as the Tinkers' connection to their machine god, Dzibix. For the
purposes of Labor <WRENCH> yields, machine altars act exactly as
standard factories. However, machine altars are also essential in
maintaining the Tinkers' harmonized state. Tinkers on planets
without a machine altar will risk becoming [[disconnected]], leaving
them apathetic and signifigantly less productive.
]=]
Also, "signifigantly" should be "significantly".
Re: Please Report Missing and/or Placeholder Text
Code: Select all
local rem = star.num_planet_build_sites
if rem== 0
hover_text..= '\n\nThere are no viable planet construction sites remaining in the system.'
else
hover_text..= format('\n\nThere %s <b>%d</b> planet construction site remaining in the system.',rem==1 and 'is' or 'are',rem)
end
Something like:
Code: Select all
hover_text..= format('\n\nThere %s <b>%d</b> planet construction site%s remaining in the system.', rem==1 and 'is' or 'are', rem, rem==1 and '' or 's')
- PrivateHudson
- Posts: 210
- Joined: Tue Feb 12, 2019 7:59 am
- Location: Chelyabinsk, Russia
Re: Please Report Missing and/or Placeholder Text
Not sure if message "Humanitys has taken Xxx!" should be fixed - it certainly adds to aliens' alienness.
Re: Please Report Missing and/or Placeholder Text
The food output description text for arid/desert/steppes worlds does not pay attention to whether they are arable or not. So on an arable world, it'll claim fertility is low for races other than spice mongers, when it is in fact high for land dwellers.
- PrivateHudson
- Posts: 210
- Joined: Tue Feb 12, 2019 7:59 am
- Location: Chelyabinsk, Russia
Re: Please Report Missing and/or Placeholder Text
Minor nitpick: When choosing construction, on inferno and barren worlds farm is dimmed with the explanation "Farming is not allowed". Who is that mighty authority who does not allow faming? Of course, we, players, know who he is, but maybe "is not possible" would sound better?
Re: Please Report Missing and/or Placeholder Text
Description for primary beams says "... these particles could potentially cases catastrophic damage..."; should be cause.