mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 04:01:06 +01:00
Adding max attributes and missing localization for them
This commit is contained in:
parent
51eadc499f
commit
52790fa45d
2 changed files with 5 additions and 4 deletions
|
|
@ -60,15 +60,13 @@ export default class DhpAdversary extends BaseDataActor {
|
|||
0,
|
||||
0,
|
||||
'DAGGERHEART.GENERAL.HitPoints.plural',
|
||||
true,
|
||||
game.i18n.localize('DAGGERHEART.GENERAL.max')
|
||||
true
|
||||
),
|
||||
stress: resourceField(
|
||||
0,
|
||||
0,
|
||||
'DAGGERHEART.GENERAL.stress',
|
||||
true,
|
||||
game.i18n.localize('DAGGERHEART.GENERAL.max')
|
||||
true
|
||||
)
|
||||
}),
|
||||
rules: new fields.SchemaField({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue