SpaceNLasers
Public Member Functions | Public Attributes | List of all members
gamemodes.domination.config.Config Class Reference
Inheritance diagram for gamemodes.domination.config.Config:
Inheritance graph
[legend]
Collaboration diagram for gamemodes.domination.config.Config:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self)
 

Public Attributes

 targetProtectionDuration
 Time after capturing during the target is immune to re-capturing. More...
 
 scoreFactor
 Scaling factor for scores. More...
 
 buildupDuration
 Time after which "extra" targets are activated Relative to total duration. More...
 
 endgameTime
 Time after which the mothership is activated Relative to total duration. More...
 
 newTargetTime
 Activate a new target every newTargetTime seconds. More...
 
 startupTargetCount
 Number of targets active at gamestart. More...
 
 mothershipBaseReload
 Base reload time for the mothership weapon. More...
 
 mothershipScalingReload
 Scaling reload time for the mothership weapon Reload time that is dependent on the percentage of domination area (roughly equivalent to percentage of targets) owned by the faction occupying the mothership. More...
 
 alienFactionColor
 Initial color of the alien mothership. More...
 

Constructor & Destructor Documentation

def gamemodes.domination.config.Config.__init__ (   self)

Member Data Documentation

gamemodes.domination.config.Config.alienFactionColor

Initial color of the alien mothership.

gamemodes.domination.config.Config.buildupDuration

Time after which "extra" targets are activated Relative to total duration.

gamemodes.domination.config.Config.endgameTime

Time after which the mothership is activated Relative to total duration.

gamemodes.domination.config.Config.mothershipBaseReload

Base reload time for the mothership weapon.

See also
mothershipScalingReload
gamemodes.domination.config.Config.mothershipScalingReload

Scaling reload time for the mothership weapon Reload time that is dependent on the percentage of domination area (roughly equivalent to percentage of targets) owned by the faction occupying the mothership.

Total reload time is calculated as mothershipBaseReload + mothershipScalingReload * percentageOwnedByMothershipFaction Set mothershipBaseReload to the minimum reloading time (which is essentially in place when the mothership just arrived). Set mothershipScalingReload to the maximum reloading time when all targets are occupied by the mothership faction minus mothershipBaseReload.

gamemodes.domination.config.Config.newTargetTime

Activate a new target every newTargetTime seconds.

gamemodes.domination.config.Config.scoreFactor

Scaling factor for scores.

gamemodes.domination.config.Config.startupTargetCount

Number of targets active at gamestart.

gamemodes.domination.config.Config.targetProtectionDuration

Time after capturing during the target is immune to re-capturing.


The documentation for this class was generated from the following file: