mmo-arch icon indicating copy to clipboard operation
mmo-arch copied to clipboard

Feature Request: BattleSystem

Open JoeyHengst opened this issue 4 years ago • 1 comments

It would be nice to have a Damage / Skill Microservice which would handle damage given or taken by a user client/server vice versa.

This service would also need to handle all kinds of battle types? (melee , spells, buffs) or should that be separated?

JoeyHengst avatar Mar 06 '20 19:03 JoeyHengst

The Battle Service would handle the calculations of stats of each npc/player for a given map, and we'd have multiple instances of this up at the same time to make sure calculations can happen frequently and efficiently.

It would be responsible for ALL actions that require changing an entity's stats or status.

jwhenry3 avatar Mar 31 '20 14:03 jwhenry3