Wiki source code of Event Manager System
Last modified by Utku Dagli on 2026/03/14 17:22
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | = 0 - Introduction = | ||
| 2 | |||
| 3 | This documentation describes a system that sequences events that dynamically occur in the game world. This documentation has been built around the Eco-System design and is designed to be expandable and adaptable to other systems. New subsystems, event categories and creature types can be appended. This system aims to manage events and translate them into meaningful, observable ones. | ||
| 4 | |||
| 5 | == 0.1 - Disclaimer == | ||
| 6 | |||
| 7 | This is a living document, and any specific details pertaining to the mechanics, numbers, and more are subject to change. The assignee of this task is free to apply any values, effects, and other unspecified elements or contact to {{mention reference="XWiki.utkudagli" style="FULL_NAME" anchor="XWiki-utkudagli-6sjdz5"/}} to get further guidelines. | ||
| 8 | |||
| 9 | == 0.2 - Terminology == | ||
| 10 | |||
| 11 | |=Term|=Meaning | ||
| 12 | |PC|Player Character | ||
| 13 | | |((( | ||
| 14 | |||
| 15 | ))) | ||
| 16 | |||
| 17 | ---- | ||
| 18 | |||
| 19 | = 1 - System Overview = | ||
| 20 | |||
| 21 | The Event Manager (% style="margin:0px; padding:0px" %)sits above the Eco-System System Design.(%%) It orchestrates, detects, processes, and resolves all dynamic events in the game world based on the Eco-System Design. | ||
| 22 | |||
| 23 | |||
| 24 | = = |