Made VT_BELL alerts negative and state conditions positive
This commit is contained in:
parent
36a45f15db
commit
6c922f9c74
|
@ -147,7 +147,7 @@ public enum FCDotDEC1604DashP7 implements FourCornerX06BaklavaPoints, FourCorner
|
||||||
|
|
||||||
UNDEFINED__NX26_Z,
|
UNDEFINED__NX26_Z,
|
||||||
|
|
||||||
/// VT-NX01 = __ESC6 & + ?num + VT_NX01_EXECUTE = Ring the bells of the alarms and alerts, without the argument a green bell alert is given.
|
/// VT-NX01 = __ESC6 & + ?-?num + VT_NX01_EXECUTE = Ring the bells of the alarms and alerts, without the argument a "-4" green alert is given.
|
||||||
/// An condition is state-full and an alert is signal to the crew member(s).
|
/// An condition is state-full and an alert is signal to the crew member(s).
|
||||||
/// 0 = Condition blue; For exceptional situations like
|
/// 0 = Condition blue; For exceptional situations like
|
||||||
/// environmental hazards to the crew, main power failure, docking and separation maneuvers,
|
/// environmental hazards to the crew, main power failure, docking and separation maneuvers,
|
||||||
|
@ -156,15 +156,15 @@ public enum FCDotDEC1604DashP7 implements FourCornerX06BaklavaPoints, FourCorner
|
||||||
/// Restores condition state to normal.
|
/// Restores condition state to normal.
|
||||||
/// 2 = Condition red;
|
/// 2 = Condition red;
|
||||||
/// Usually triggered when entering a combat situation.
|
/// Usually triggered when entering a combat situation.
|
||||||
/// 3 = Orange alert;
|
/// -3 = Orange alert;
|
||||||
/// Indicated tea or coffee or orange juice drinking time for crew member.
|
/// Indicated tea or coffee or orange juice drinking time for crew member.
|
||||||
/// 4 = Green alert; (default single bell)
|
/// -4 = Green alert; (default single bell)
|
||||||
/// Signal positive of background task or check that signifies the ship systems are operating correctly.
|
/// Signal positive of background task or check that signifies the ship systems are operating correctly.
|
||||||
/// 5 = Condition Yellow;
|
/// 5 = Condition Yellow;
|
||||||
/// Is raised in preparation for a tactical or environmentally hazardous situation,
|
/// Is raised in preparation for a tactical or environmentally hazardous situation,
|
||||||
/// or automatically upon detection of unknown or hostile spacecraft,
|
/// or automatically upon detection of unknown or hostile spacecraft,
|
||||||
/// or upon detection of certain system malfunctions.
|
/// or upon detection of certain system malfunctions.
|
||||||
/// 6 = Brown alert;
|
/// -6 = Brown alert;
|
||||||
/// A brownout is a drop in the magnitude of voltage in an electrical power system.
|
/// A brownout is a drop in the magnitude of voltage in an electrical power system.
|
||||||
/// 7 = Condition Black;
|
/// 7 = Condition Black;
|
||||||
/// Signify that the ship is operating its experimental spore drive.
|
/// Signify that the ship is operating its experimental spore drive.
|
||||||
|
@ -172,7 +172,7 @@ public enum FCDotDEC1604DashP7 implements FourCornerX06BaklavaPoints, FourCorner
|
||||||
/// Indication of ceremonial ship wide event for the wounded or killed in war or duty;
|
/// Indication of ceremonial ship wide event for the wounded or killed in war or duty;
|
||||||
/// Active-duty and former military personnel salute, while civilians remove their hat and place their hand over their heart,
|
/// Active-duty and former military personnel salute, while civilians remove their hat and place their hand over their heart,
|
||||||
/// to honor the fallen service member(s).
|
/// to honor the fallen service member(s).
|
||||||
/// 9 = Pink alert;
|
/// -9 = Pink alert;
|
||||||
/// Security or intruder alert.
|
/// Security or intruder alert.
|
||||||
NX_BELL,
|
NX_BELL,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue