Skip to content

Commit b81a474

Browse files
committed
feat: add initiative resource type to dnd 5th
1 parent 5848ba2 commit b81a474

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/roleplayer/src/data/rulesets/dnd-5th.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ export class DnDRuleset implements Ruleset {
8484
{ id: "00000000-0000-0000-0000-000000001003" as const, name: "Secondary action", defaultMax: 1 },
8585
{ id: "00000000-0000-0000-0000-000000001004" as const, name: "Spell slot 1", defaultMax: 0 },
8686
{ id: "00000000-0000-0000-0000-000000001005" as const, name: "Spell slot 2", defaultMax: 0 },
87+
{
88+
id: "00000000-0000-0000-0000-000000001006" as const,
89+
name: "Initiative",
90+
defaultMax: 20,
91+
},
8792
];
8893
}
8994

0 commit comments

Comments
 (0)