The definition for an installable player utility that grants a perk, usually in exchange for stamina (energy).
Most of the definition deals with the costs of activation and operation.
When activated by the user, an activationCharge may be deducted form that user's stamina reserves.
This does not necessarily have to be a non-zero value.
Passive implants are always active and thus have no cost.
After being activated, a non-passive implant consumes a specific amount of stamina each second.
This cost is modified by how the user is standing and what type of exo-suit they are wearing.
The durationChargeBase is the lowest cost for an implant.
Modifiers for exo-suit type and stance type are then added onto this base cost.
For example: wearing Reinforced costs 2 stamina but costs only 1 stamina in all other cases.
Assuming that is the only cost, the definition would have a base charge of 1 and a Reinforced modifier of 1.
This member is added by an implicit conversion from ImplantDefinition to
any2stringadd[ImplantDefinition] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from ImplantDefinition to
StringFormat[ImplantDefinition] performed by method StringFormat in scala.Predef.
The definition for an installable player utility that grants a perk, usually in exchange for stamina (energy).
Most of the definition deals with the costs of activation and operation. When activated by the user, an
activationCharge
may be deducted form that user's stamina reserves. This does not necessarily have to be a non-zero value. Passive implants are always active and thus have no cost. After being activated, a non-passive implant consumes a specific amount of stamina each second. This cost is modified by how the user is standing and what type of exo-suit they are wearing. ThedurationChargeBase
is the lowest cost for an implant. Modifiers for exo-suit type and stance type are then added onto this base cost. For example: wearingReinforced
costs 2 stamina but costs only 1 stamina in all other cases. Assuming that is the only cost, the definition would have a base charge of 1 and aReinforced
modifier of 1.ImplantType