Project Alice
|
#include <economy.hpp>
Public Attributes | |
economy::commodity_set | cost |
int32_t | naval_capacity = 1 |
int32_t | colonial_points [8] = { 30, 50, 70, 90, 110, 130, 150, 170 } |
int32_t | colonial_range = 50 |
int32_t | max_level = 6 |
int32_t | time = 1080 |
float | infrastructure = 0.16f |
dcon::text_key | name |
dcon::modifier_id | province_modifier |
uint16_t | padding2 = 0 |
bool | defined = false |
uint8_t | padding [3] = { 0 } |
Definition at line 14 of file economy.hpp.
int32_t economy::building_information::colonial_points[8] = { 30, 50, 70, 90, 110, 130, 150, 170 } |
Definition at line 17 of file economy.hpp.
int32_t economy::building_information::colonial_range = 50 |
Definition at line 18 of file economy.hpp.
economy::commodity_set economy::building_information::cost |
Definition at line 15 of file economy.hpp.
bool economy::building_information::defined = false |
Definition at line 25 of file economy.hpp.
float economy::building_information::infrastructure = 0.16f |
Definition at line 21 of file economy.hpp.
int32_t economy::building_information::max_level = 6 |
Definition at line 19 of file economy.hpp.
dcon::text_key economy::building_information::name |
Definition at line 22 of file economy.hpp.
int32_t economy::building_information::naval_capacity = 1 |
Definition at line 16 of file economy.hpp.
uint8_t economy::building_information::padding[3] = { 0 } |
Definition at line 26 of file economy.hpp.
uint16_t economy::building_information::padding2 = 0 |
Definition at line 24 of file economy.hpp.
dcon::modifier_id economy::building_information::province_modifier |
Definition at line 23 of file economy.hpp.
int32_t economy::building_information::time = 1080 |
Definition at line 20 of file economy.hpp.