mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
[PR] Adding max attributes to the action list and missing localization for them (#1446)
* Adding max attributes and missing localization for them * Making sure the adversary settings page has only 'max' in the fieldset
This commit is contained in:
parent
a168d8de65
commit
0f5f866b22
3 changed files with 7 additions and 6 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