Arx-Game / arxcode

A text-based/web game using Evennia.
MIT License
45 stars 42 forks source link

Migrate descs #472

Closed TehomCD closed 12 months ago

TehomCD commented 12 months ago

This does the work of converting over descriptions from attributes to bespoke models, which halves the number of remaining Attributes we use in the database. Two new models have been added: object_extensions.Descriptions, for permanent and temporary descriptions, and room_extensions.RoomDescriptions, for seasonal descriptions for rooms and room_moods.