refactor: route core definitions through content catalog
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user