Skip to content

Commit 4efb6a0

Browse files
authored
Merge pull request #534 from wyrmisis/fix/v12-initiative-woes
feat(combat): replace the combat tab with one made for v12
2 parents d4dd64d + 04e5aa9 commit 4efb6a0

20 files changed

+1041
-400
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@
9898
"fromUuidSync": "readonly",
9999
"PoolTerm": "readonly"
100100
}
101-
}
101+
}

src/lang/en.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"OSE.Reset": "Reset",
99
"OSE.Cancel": "Cancel",
1010
"OSE.Roll": "Roll",
11+
"OSE.Reroll": "Reroll",
1112
"OSE.Success": "Success",
1213
"OSE.Failure": "Failure",
1314

@@ -304,13 +305,16 @@
304305
"OSE.colors.orange": "Orange",
305306
"OSE.colors.white": "White",
306307

308+
"OSE.colors.black": "Black",
307309
"OSE.reaction.check": "Reaction Check",
308310
"OSE.reaction.Hostile": "{name} is Hostile",
309311
"OSE.reaction.Unfriendly": "{name} is Unfriendly",
310312
"OSE.reaction.Neutral": "{name} is Neutral",
311313
"OSE.reaction.Indifferent": "{name} is Indifferent",
312314
"OSE.reaction.Friendly": "{name} is Friendly",
313315

316+
"OSE.combat.SetCombatantAsActive": "Set Active",
317+
"OSE.combat.SetCombatantGroups": "Set Combatant Groups",
314318
"OSE.CombatFlag.SpellDeclared": "Spell Declared",
315319
"OSE.CombatFlag.RetreatFromMeleeDeclared": "Retreat From Melee Declared",
316320

src/module/combat.js

Lines changed: 0 additions & 361 deletions
This file was deleted.

0 commit comments

Comments
 (0)