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.
]=],
Code: Select all
Paradise = [=[its fertility rating is <b>[[Planet Fertility|high]]</b>, so there are no penalties to population <FOOD> putput.]=],
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.
]]
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.
]=]
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
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')
Users browsing this forum: No registered users and 79 guests