1.1.0 • Published 2 years ago

npc-emotional v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Description

Library to model NPC emotional reactions.

Provided classes

IEmotional

It an interface to model a NPC which could have relations to other NPCs.

Effect

It is a class to model the emotional effect provoked by a NPC action.

Situation

A class that models the situation of different NPCs in a scene.

apply

Given an Effect and a Situation it calculates the Reactions of the NPCs to the action.