feat: integrate regional caravan persistence
This commit is contained in:
@@ -8,6 +8,15 @@ const WORLD_CORE := &"world_core"
|
||||
const LOCATION_JAJCE := &"settlement_jajce"
|
||||
const REGIONAL_WORLD_BOSNIA := &"regional_bosnia"
|
||||
const REGIONAL_LOCATION_JAJCE := &"location_jajce"
|
||||
const REGIONAL_LOCATION_TRAVNIK := &"location_travnik"
|
||||
const REGIONAL_SETTLEMENT_JAJCE := LOCATION_JAJCE
|
||||
const REGIONAL_SETTLEMENT_TRAVNIK := &"settlement_travnik"
|
||||
const REGIONAL_POLITY_JAJCE := &"polity_jajce"
|
||||
const REGIONAL_POLITY_TRAVNIK := &"polity_travnik"
|
||||
const REGIONAL_ROUTE_JAJCE_TRAVNIK := &"route_jajce_travnik"
|
||||
const REGIONAL_CARAVAN_BLUE := &"group_blue_caravan"
|
||||
const REGIONAL_PERSON_ANA := &"person_ana"
|
||||
const REGIONAL_COHORT_CARRIERS := &"cohort_carriers"
|
||||
const ACTIVITY_GUARD_POST := &"guard_post"
|
||||
const ACTIVITY_STUDY_DESK := &"study_desk"
|
||||
const ACTION_HANDLER_ACTIVITY_METRIC_DELTA := &"activity_metric_delta"
|
||||
@@ -51,6 +60,7 @@ const TARGET_FREE := &"free"
|
||||
|
||||
const RESOURCE_FOOD := &"food"
|
||||
const RESOURCE_WOOD := &"wood"
|
||||
const RESOURCE_REGIONAL_TRADE_GOODS := &"regional_trade_goods"
|
||||
|
||||
const ANIMAL_DUNJA := &"goat_dunja"
|
||||
const ANIMAL_ZORA := &"goat_zora"
|
||||
|
||||
Reference in New Issue
Block a user