Added new exp trigger
This commit is contained in:
parent
8cfe7acefd
commit
ece263c69e
@ -61,7 +61,7 @@ export class HenchDataModel extends foundry.abstract.TypeDataModel {
|
|||||||
moves: cappedArrayField(moveField(), 5),
|
moves: cappedArrayField(moveField(), 5),
|
||||||
customMove: moveField(),
|
customMove: moveField(),
|
||||||
|
|
||||||
experienceTriggers: cappedArrayField(markableField(), 4),
|
experienceTriggers: cappedArrayField(markableField(), 5),
|
||||||
experience: new NumberField({ required: true, integer: true, min: 0, initial: 0, max: 5 }),
|
experience: new NumberField({ required: true, integer: true, min: 0, initial: 0, max: 5 }),
|
||||||
|
|
||||||
baseAdvancements: cappedArrayField(markableField(), 5),
|
baseAdvancements: cappedArrayField(markableField(), 5),
|
||||||
|
@ -794,6 +794,10 @@ export function getExpTriggers(playbookTrigger) {
|
|||||||
marked: false,
|
marked: false,
|
||||||
description: "You made the boss proud.",
|
description: "You made the boss proud.",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
marked: false,
|
||||||
|
description: "You got on the boss's nerves.",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
marked: false,
|
marked: false,
|
||||||
description: "Your home life interfered with the mission.",
|
description: "Your home life interfered with the mission.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user