|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static double |
BROADCAST_COST_PER_BYTE
Additional cost per byte of message size |
static double |
BROADCAST_FIXED_COST
Fixed cost to send a message |
static java.lang.String |
DEFAULT_DEBUG_ENABLED
|
static java.lang.String |
DEFAULT_MAP
|
static java.lang.String |
DEFAULT_SERVER_HOST
|
static java.lang.String |
DEFAULT_SERVER_PORT
|
static java.lang.String |
DEFAULT_SILENCEA
|
static java.lang.String |
DEFAULT_SILENCEB
|
static java.lang.String |
DEFAULT_TEAMA
|
static java.lang.String |
DEFAULT_TEAMB
|
static double |
EXCEPTION_ENERGON_COST
Amount of energon you lose for causing a GameActionException |
static double |
FALLOUT_FRACTION
Fraction of mine damage neighboring squares receive when mine explodes |
static double |
MAX_MINE_POWER
Maximum amount of energon you can use to build a mine |
static double |
MIN_MINE_POWER
Minimum amount of energon you can use to build a mine |
static double |
MINE_DAMAGE_FACTOR
Multiplied by energon in a mine when computing damage |
static int |
MINE_DELAY_ROUNDS
Rounds between mine being triggered and exploding |
static int |
ROBOT_TYPE_LIMIT
Max number of robots each team can have of a single RobotType at a given time |
static double |
ROUND_ENERGON_BONUS
Amount of energon you get every round, unconditionally |
static int |
ROUNDS_PER_SHRINK
Number of rounds between shrink events when a match goes into overtime. |
static int |
SERVER_PORT
No longer used for anything. |
static int |
TEAM_TOTAL_LIMIT
Max number of robots each team can have total at a given time |
static double |
YIELD_ENERGON_BONUS
Amount of energon you get for calling yield() |
Field Detail |
public static final double BROADCAST_FIXED_COST
public static final double BROADCAST_COST_PER_BYTE
public static final double YIELD_ENERGON_BONUS
public static final double ROUND_ENERGON_BONUS
public static final double EXCEPTION_ENERGON_COST
public static final int ROBOT_TYPE_LIMIT
public static final int TEAM_TOTAL_LIMIT
public static final int ROUNDS_PER_SHRINK
public static final double MIN_MINE_POWER
public static final double MAX_MINE_POWER
public static final int MINE_DELAY_ROUNDS
public static final double MINE_DAMAGE_FACTOR
public static final double FALLOUT_FRACTION
public static final int SERVER_PORT
public static final java.lang.String DEFAULT_SERVER_PORT
public static final java.lang.String DEFAULT_SERVER_HOST
public static final java.lang.String DEFAULT_MAP
public static final java.lang.String DEFAULT_TEAMA
public static final java.lang.String DEFAULT_TEAMB
public static final java.lang.String DEFAULT_SILENCEA
public static final java.lang.String DEFAULT_SILENCEB
public static final java.lang.String DEFAULT_DEBUG_ENABLED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |