Item Sub-system
From NWN2 PW Wiki
| Template Sub-system | |
| Sub-system: | Item |
| Overview: | The Item Sub-system defines a methodology all items created for the game will use. This allows for consistency as well as provides additional details that can be used by other parts of the Template. |
Contents |
[edit]
Introduction
One of the most important concepts in any Persistent world is the definition and use of items. Anything which can be used in the world itself should form part of a larger system which maintains consistency and conformity to ensure that they can be properly used and all fit within the chosen framework.
The Item Sub-system attempts to do this by providing that infrastructure and ensuring that all items fit within this structure such that all other parts of the Template are able to utilize items and their properties to the fullest.
[edit]
Components
- Item Definition - Method for creating an item's resref to provide additional information
[edit]
Implementation
TBD
[edit]
Database Requirements
TBD
[edit]
Notes
This system is currently UNDER CONSTRUCTION:
- Tag definition allows Monster/NPC AI to function by identifying attributes about items
- Used by Crafting system to determine properties of crafting items
- Increases efficiency of inventory scanning
- Generation of Item tag or resref can be done using the Tag Generation tool
| Design | |||
| % Complete: |
| ||
| Completion Date: | 2008 | ||
| Release | Release 2 | ||
| Developer | Enigmatic | ||
