mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-26 05:14:46 +00:00
comments in ZoneLockInfo and normal ZoneInfo
This commit is contained in:
parent
b1bf1ac054
commit
adff3b1638
|
|
@ -6,7 +6,8 @@ import scodec.Codec
|
|||
import scodec.codecs._
|
||||
|
||||
/**
|
||||
* Change the "Empire Status" text in the Interstellar Map zone description for the specified zone.<br>
|
||||
* Change the "Empire Status" text in the Interstellar Map zone description for the specified zone.
|
||||
* The Empire Incentives window also displays the changed information.<br>
|
||||
* <br>
|
||||
* The `Long` value is applicable to the caverns.
|
||||
* It indicates how long the given cavern will remain locked until at least one of their geowarps will open during normal rotation.
|
||||
|
|
|
|||
|
|
@ -7,12 +7,12 @@ import scodec.codecs._
|
|||
|
||||
/**
|
||||
* Change the "Empire Status" text in the Interstellar Map zone description for the specified zone.
|
||||
* The information in the Empire Incentives window also displays the changed information.<br>
|
||||
* The Empire Incentives window also displays the changed information.
|
||||
* @param zone the zone id
|
||||
* @param lock_status `true` displays "Locked;"
|
||||
* `false` displays the queue availability for the avatar's empire
|
||||
* @param unk na;
|
||||
* usually `true`
|
||||
* usually `true`
|
||||
*/
|
||||
final case class ZoneLockInfoMessage(zone : PlanetSideGUID,
|
||||
lock_status : Boolean,
|
||||
|
|
|
|||
Loading…
Reference in a new issue