Station: Difference between revisions

From Horizon's End Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{distinguish|Siege Station}}
{{distinguish|Siege Station}}
[[File:Station.png|thumb|400px|The station claim "[[Miami]]", as viewed on the [[dynmap]].]]
[[File:Station.png|thumb|400px|The station claim "[[Miami]]", as viewed on the [[dynmap]].]]
'''Stations''' are circular claims in space, that can be made by any player, [[settlement]], or [[nation]].
== Claiming a Station ==
Stations can be claimed anywhere in the non-[[frontier]] space dimensions ([[Asteri]], [[Regulus]], [[Sirius]], and [[Ilios]]), save for [[Station#Claim Restrictions|local exceptions]] enumerated below.
=== Station Claim Cost ===
Claiming a station costs precisely 0.5 credits per block claimed. This means that the function for station claim cost is:
{{code|text = 0.5*π*r²}}where "r" is the radius of the station claim.
== Station Commands ==
{{code|text = /spacestation OR /station}}: Shows all station commands.
{{code|text = /station create [type] [name] [radius] [cost]}}: Creates a space station. Must specify if the station is a personal, settlement, or nation station.
{{code|text = /station trusted add [type] [station] [name]}}: Trusts the specified player/settlement/nation to the specified station.
{{code|text = /station trusted list [station]}}: Shows all trusted entities for the specified station.
{{code|text = /station trusted remove [type] [station] [name]}}: Removes the specified player/settlement/nation.
{{code|text = /station abandon}}: Abandons the specified station.
{{code|text = /station resize [station] [radius] [cost]}}: Resizes the specified station to the specified radius.
{{code|text = /station set name [station] [name]}}: Renames the specified station

Revision as of 20:22, 1 January 2025

The station claim "Miami", as viewed on the dynmap.

Stations are circular claims in space, that can be made by any player, settlement, or nation.

Claiming a Station

Stations can be claimed anywhere in the non-frontier space dimensions (Asteri, Regulus, Sirius, and Ilios), save for local exceptions enumerated below.

Station Claim Cost

Claiming a station costs precisely 0.5 credits per block claimed. This means that the function for station claim cost is: where "r" is the radius of the station claim.

Station Commands

Shows all station commands.

Creates a space station. Must specify if the station is a personal, settlement, or nation station.

Trusts the specified player/settlement/nation to the specified station.

Shows all trusted entities for the specified station.

Removes the specified player/settlement/nation.

Abandons the specified station.

Resizes the specified station to the specified radius.

Renames the specified station