package repair
- Alphabetic
- Public
- Protected
Type Members
- trait AmenityAutoRepair extends NtuStorageBehavior
A mixin for handling the automatic repair functionality of facility amenities.
A mixin for handling the automatic repair functionality of facility amenities. Auto-repair is facilitated primarily as a function of nanite transfer unit (NTU) provisions and is prompted by the amenity itself sustaining damage and being, at some level, capable of being repaired. In major facilities - technology plants, bio labs, etc. - this NTU is obtained from that facility's nanite resource silo. The amenity that wishes to be repaired asks the facility for nanite. The reply comes from the NTU source, or from the facility again. In exchange for the automatic repair, the silo looses some of its NTU stockpile and that entails all of the consequences of losing all of the NTU for the base. In smaller field tower bases, the lack of resource silo should not hinder operations as auto-repair is still carried out nonetheless. The consequences of losing NTU do not apply in this case; the field tower is considered to have unlimited, unshared NTU.
- trait Repairable extends AnyRef
The base "control"
Actor
mixin for repair-handling code related to the nano dispenser tool loaded with an armor repair canister.The base "control"
Actor
mixin for repair-handling code related to the nano dispenser tool loaded with an armor repair canister. Unlike theDamageable
mixin, which should be extended to interact with all aspects of a target that impede access to its health points, shield, armor, etc.,Repairable
only affectsVitality.Health
. - trait RepairableAmenity extends RepairableEntity
The "control"
Actor
mixin for repair-handling code for the majority ofRepairable
Amenity
objects installed in a facility or a field tower. - trait RepairableEntity extends Repairable
The "control"
Actor
mixin for repair-handling code, for both expansion into other mixins and specific application on its own.The "control"
Actor
mixin for repair-handling code, for both expansion into other mixins and specific application on its own.- See also
Player
Tool
- trait RepairableVehicle extends RepairableEntity
The "control"
Actor
mixin for repair-handling code forVehicle
objects. - trait RepairableWeaponTurret extends RepairableEntity
The "control"
Actor
mixin for repair-handling code forWeaponTurret
objects.
Value Members
- object Repairable
- object RepairableAmenity
- object RepairableWeaponTurret