Changed TagTeam initiasation cost label to be 'Hope Cost'

This commit is contained in:
WBHarry 2026-04-11 16:23:41 +02:00
parent b076c2481b
commit 28d9254883
2 changed files with 2 additions and 2 deletions

View file

@ -706,7 +706,7 @@
"FIELDS": { "FIELDS": {
"initiator": { "initiator": {
"memberId": { "label": "Initiating Character" }, "memberId": { "label": "Initiating Character" },
"cost": { "label": "Initiation Cost" } "cost": { "label": "Hope Cost" }
} }
}, },
"leaderTitle": "Initiating Character", "leaderTitle": "Initiating Character",

View file

@ -20,7 +20,7 @@ export default class TagTeamDialog extends HandlebarsApplicationMixin(Applicatio
owned: member.testUserPermission(game.user, CONST.DOCUMENT_OWNERSHIP_LEVELS.OWNER) owned: member.testUserPermission(game.user, CONST.DOCUMENT_OWNERSHIP_LEVELS.OWNER)
})); }));
this.initiator = null; this.initiator = { cost: 3 };
this.openForAllPlayers = true; this.openForAllPlayers = true;
this.tabGroups.application = Object.keys(party.system.tagTeam.members).length this.tabGroups.application = Object.keys(party.system.tagTeam.members).length