Object

net.psforever.types

CertificationType

Related Doc: package types

Permalink

object CertificationType extends Enumeration

An Enumeration of the available certifications.

As indicated, the following certifications are always enqueued on an avatar's permissions: StandardAssault, StandardExoSuit, AgileExoSuit. They must still be included in any formal lists of permitted equipment for a user. The other noted certifications require all prerequisite certifications listed or they themselves will not be listed: ElectronicsExpert and AdvancedEngineering. No other certification requires its prerequisites explicitly listed to be listed itself. Any certification that contains multiple other certifications overrides those individual certifications in the list. There is no certification for the Advanced Nanite Transport.

In terms of pricing, StandardAssault, StandardExoSuit, and AgileExoSuit are costless. A certification that contains multiple other certifications acts as the overriding cost. (Taking UniMAX while owning AAMAX will refund the AAMAX cost and replace it with the UniMAX cost.)

Source
CertificationType.scala
Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CertificationType
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Type = Value

    Permalink
  2. class Val extends Value with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. abstract class Value extends Ordered[Value] with Serializable

    Permalink
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable

    Permalink
    Definition Classes
    Enumeration

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AAMAX: Value

    Permalink
  5. val AIMAX: Value

    Permalink
  6. val ATV: Value

    Permalink
  7. val AVMAX: Value

    Permalink
  8. val AdvancedEngineering: Value

    Permalink
  9. val AdvancedHacking: Value

    Permalink
  10. val AdvancedMedical: Value

    Permalink
  11. val AgileExoSuit: Value

    Permalink
  12. val AirCavalryAssault: Value

    Permalink
  13. val AirCavalryInterceptor: Value

    Permalink
  14. val AirCavalryScout: Value

    Permalink
  15. val AirSupport: Value

    Permalink
  16. val AntiVehicular: Value

    Permalink
  17. val ArmoredAssault1: Value

    Permalink
  18. val ArmoredAssault2: Value

    Permalink
  19. val AssaultBuggy: Value

    Permalink
  20. val AssaultEngineering: Value

    Permalink
  21. val BFRAntiAircraft: Value

    Permalink
  22. val BFRAntiInfantry: Value

    Permalink
  23. val BattleFrameRobotics: Value

    Permalink
  24. val CombatEngineering: Value

    Permalink
  25. val DataCorruption: Value

    Permalink
  26. val ElectronicsExpert: Value

    Permalink
  27. val EliteAssault: Value

    Permalink
  28. val Engineering: Value

    Permalink
  29. val ExpertHacking: Value

    Permalink
  30. val Flail: Value

    Permalink
  31. val FortificationEngineering: Value

    Permalink
  32. val GalaxyGunship: Value

    Permalink
  33. val GroundSupport: Value

    Permalink
  34. val GroundTransport: Value

    Permalink
  35. val Hacking: Value

    Permalink
  36. val Harasser: Value

    Permalink
  37. val HeavyAssault: Value

    Permalink
  38. val InfiltrationSuit: Value

    Permalink
  39. val LightScout: Value

    Permalink
  40. val Medical: Value

    Permalink
  41. val MediumAssault: Value

    Permalink
  42. val Phantasm: Value

    Permalink
  43. val ReinforcedExoSuit: Value

    Permalink
  44. val Sniping: Value

    Permalink
  45. val SpecialAssault: Value

    Permalink
  46. val StandardAssault: Value

    Permalink
  47. val StandardExoSuit: Value

    Permalink
  48. val Switchblade: Value

    Permalink
  49. val UniMAX: Value

    Permalink
  50. final def Value(i: Int, name: String): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  51. final def Value(name: String): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  52. final def Value(i: Int): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  53. final def Value: Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  54. object ValueSet extends Serializable

    Permalink
    Definition Classes
    Enumeration
  55. final def apply(x: Int): Value

    Permalink
    Definition Classes
    Enumeration
  56. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  57. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. implicit val codec: Codec[Value]

    Permalink
  59. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  60. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  61. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  62. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  63. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  64. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  65. final def maxId: Int

    Permalink
    Definition Classes
    Enumeration
  66. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  67. var nextId: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  68. var nextName: Iterator[String]

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  69. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  70. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  71. def readResolve(): AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  72. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  73. def toString(): String

    Permalink
    Definition Classes
    Enumeration → AnyRef → Any
  74. def values: ValueSet

    Permalink
    Definition Classes
    Enumeration
  75. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def withName(s: String): Value

    Permalink
    Definition Classes
    Enumeration

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped