This commit is contained in:
Johannes Loher 2021-01-25 01:33:13 +01:00
parent 85ec5faec2
commit b157cff67a

View file

@ -73,7 +73,7 @@ export class DS4Actor extends Actor<DS4ActorDataType, DS4ItemDataType, DS4Item>
this._prepareCombatValues();
}
/** The list of properties that are dericed, in dot notation */
/** The list of properties that are derived from others, given in dot notation */
get derivedDataProperties(): Array<string> {
return Object.keys(DS4.combatValues)
.map((combatValue) => `data.combatValues.${combatValue}.base`)