Change hero properties from > adventureStartedTime > trainDamageStartedTime > trainShieldStartedTime to > startedTime And create a propertie (`actionType`) which will hold the type of training (`EXPLORATION`, `SHIELD_TRAINING` or `DAMAGE_TRAINING`).
Change hero properties from
to
And create a propertie (
actionType) which will hold the type of training (EXPLORATION,SHIELD_TRAININGorDAMAGE_TRAINING).