| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
GUARD_COST_PER_DAY |
10 |
public static final int |
RENT_COST_PER_DAY_AND_BALE |
20 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
MAX_CAPACITY |
500 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
MAX_LOAN_PROPOSAL |
3 |
private static final int |
MAX_REQUESTS |
6 |
private static final int |
MAX_WEEKS_FOR_REQUEST |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
BASE_DAY_SALERY |
5 |
private static final int |
BUILD_TIME_COG |
60 |
private static final int |
BUILD_TIME_CRAYER |
40 |
private static final int |
BUILD_TIME_HOLK |
80 |
private static final int |
BUILD_TIME_SNAIKKA |
30 |
private static final int |
MATERIAL_UNIT_COST |
30 |
private static final int |
REPAIR_TIME_COG |
4 |
private static final int |
REPAIR_TIME_CRAYER |
2 |
private static final int |
REPAIR_TIME_HOLK |
5 |
private static final int |
REPAIR_TIME_SNAIKKA |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final int |
COG_MAX_CAPACITY |
580 |
private static final int |
COG_START_CAPACITY |
450 |
private static final int |
CRAYER_MAX_CAPACITY |
350 |
private static final int |
CRAYER_START_CAPACITY |
280 |
private static final int |
HOLK_MAX_CAPACITY |
700 |
private static final int |
HOLK_START_CAPACITY |
550 |
private static final int |
SNAIKKA_MAX_CAPACITY |
250 |
private static final int |
SNAIKKA_START_CAPACITY |
150 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
private static final double |
SAILOR_NEEDS_SPACE |
0.5 |
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.