shr5rcp icon indicating copy to clipboard operation
shr5rcp copied to clipboard

Add status effects

Open NoxMortem opened this issue 10 years ago • 2 comments

Instead of the current combo box selection it might be better to have a status effect type. This would allow to add sustained spell effects as well as any other status effects.

Possibly status effects:

  • Knocked out
  • Dead
  • Sustained Spells
  • Dazy
  • Drunken
  • Angry
  • Tired
  • Waiting for order
  • Training (Skill, Attribute)
  • Stolen (for gear)

The model itself should not necessarily provide status effects like feelings but should focus on core rules like sustained effects and stuff like training.

The program should allow users to add generic effects with a name, note combination. This does extend the possibilities to keep track for characters which are undergoing training but also keep information and notes for NSC's and objects. Instead of predefining a long list of effects it could help the user by suggesting the last 10 used status effects.

NoxMortem avatar Jan 13 '15 14:01 NoxMortem

in game play this is the ExtendetDataAware interface which can store those kind of information. https://github.com/UrsZeidler/shr5rcp/wiki/runtime-model#extendetdataaware

UrsZeidler avatar Jan 13 '15 20:01 UrsZeidler

The Trainings times are managed in the character diary, where you can add training time for a character advancements. https://github.com/UrsZeidler/shr5rcp/wiki/character-diary

UrsZeidler avatar May 13 '15 05:05 UrsZeidler