feat: unify authored activity commands

This commit is contained in:
Rijad Zuzo
2026-08-13 00:08:30 +02:00
parent e5aecee0de
commit b3b98c6456
36 changed files with 3013 additions and 96 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ const LoadedResourceSpatialIndexScript := preload(
)
const DEFAULT_CONTEXT_ID := &"jajce_interior"
const DEFAULT_WORLD_ID := &"regional_bosnia"
const DEFAULT_LOCATION_ID := &"location_jajce"
const DEFAULT_WORLD_ID := SimulationIds.REGIONAL_WORLD_BOSNIA
const DEFAULT_LOCATION_ID := SimulationIds.REGIONAL_LOCATION_JAJCE
const TARGET_KIND_RESOURCE := &"resource"
const TARGET_KIND_STORAGE := &"storage"
const TARGET_KIND_ACTIVITY := &"activity"