refactor: route core definitions through content catalog

This commit is contained in:
Rijad Zuzo
2026-08-12 20:13:50 +02:00
parent 758d240438
commit c218909649
6 changed files with 50 additions and 55 deletions
+12
View File
@@ -4,6 +4,17 @@ extends RefCounted
const PLAYER_ACTOR_ID := -1
const PLAYER_INVENTORY_ID := &"player_inventory"
const WORLD_CORE := &"world_core"
const LOCATION_JAJCE := &"settlement_jajce"
const ENTITY_PERSON := &"person"
const ENTITY_PLAYER := &"player"
const ENTITY_WORLD_TARGET := &"world_target"
const ENTITY_LOCATION := &"location"
const ENTITY_SETTLEMENT := &"settlement"
const ENTITY_MOBILE_GROUP := &"mobile_group"
const ENTITY_POLITY := &"polity"
const ACTION_IDLE := &"idle"
const ACTION_DEAD := &"dead"
const ACTION_SLEEP := &"sleep"
@@ -74,6 +85,7 @@ const KNOWLEDGE_ACQUISITION_LEGACY := &"legacy"
const ITEM_SWORD := &"item_sword"
const ITEM_CLAW := &"item_claw"
const ITEM_CATEGORY_RESOURCE := &"resource"
const ITEM_CATEGORY_WEAPON := &"weapon"
const EQUIP_SLOT_HAND := &"hand"