Tribes: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Magodra (talk | contribs)
No edit summary
Magodra (talk | contribs)
No edit summary
Line 1: Line 1:
Tribes are community of NPCs that works together to archive a common goal. The NPC Client control the tribes.
Tribes are community of [[NPC|NPCs]] that works together to archive a common goal. The NPC Client controls the tribes.


<uml>
Tribe -> NPC: Gather Resource
activate NPC
Tribe <- NPC: Do Nothing
deactivate NPC


Tribe -> NPC: Mate
activate NPC
Tribe <- NPC: Do Nothing
deactivate
</uml>


[[Tribe Design]]
 
See [[Tribe Design]] for the technical details.




[[Category:Engine Documents]] [[Category:NPCClient Design]]
[[Category:Engine Documents]] [[Category:NPCClient Design]]

Revision as of 11:37, 23 December 2011

Tribes are community of NPCs that works together to archive a common goal. The NPC Client controls the tribes.


See Tribe Design for the technical details.