RC-125 | Add ability reference in the Skill data model
This commit is contained in:
parent
16c46e9649
commit
f39c1b7721
3 changed files with 34 additions and 9 deletions
|
|
@ -125,7 +125,7 @@ export class HeroSummaryCardV1 extends GenericAppMixin(HandlebarsApplicationMixi
|
|||
ctx.abilities.push({
|
||||
id: key,
|
||||
name: localizer(
|
||||
`RipCrypt.common.ability.${key}`,
|
||||
`RipCrypt.common.abilities.${key}`,
|
||||
{ value: ctx.actor.system.ability[key] },
|
||||
),
|
||||
value: ctx.meta.limited ? `?` : ctx.actor.system.ability[key],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue