Skip to content

Commit

Permalink
Merge pull request #534 from wyrmisis/fix/v12-initiative-woes
Browse files Browse the repository at this point in the history
feat(combat): replace the combat tab with one made for v12
  • Loading branch information
Rughalt authored Sep 13, 2024
2 parents d4dd64d + 04e5aa9 commit 4efb6a0
Show file tree
Hide file tree
Showing 20 changed files with 1,041 additions and 400 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@
"fromUuidSync": "readonly",
"PoolTerm": "readonly"
}
}
}
4 changes: 4 additions & 0 deletions src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"OSE.Reset": "Reset",
"OSE.Cancel": "Cancel",
"OSE.Roll": "Roll",
"OSE.Reroll": "Reroll",
"OSE.Success": "Success",
"OSE.Failure": "Failure",

Expand Down Expand Up @@ -304,13 +305,16 @@
"OSE.colors.orange": "Orange",
"OSE.colors.white": "White",

"OSE.colors.black": "Black",
"OSE.reaction.check": "Reaction Check",
"OSE.reaction.Hostile": "{name} is Hostile",
"OSE.reaction.Unfriendly": "{name} is Unfriendly",
"OSE.reaction.Neutral": "{name} is Neutral",
"OSE.reaction.Indifferent": "{name} is Indifferent",
"OSE.reaction.Friendly": "{name} is Friendly",

"OSE.combat.SetCombatantAsActive": "Set Active",
"OSE.combat.SetCombatantGroups": "Set Combatant Groups",
"OSE.CombatFlag.SpellDeclared": "Spell Declared",
"OSE.CombatFlag.RetreatFromMeleeDeclared": "Retreat From Melee Declared",

Expand Down
361 changes: 0 additions & 361 deletions src/module/combat.js

This file was deleted.

Loading

0 comments on commit 4efb6a0

Please sign in to comment.