Skip to content

[BUGFIX] Fixed data errors on /v2/rulesets/srd_combat-sequence#893

Open
calumbell wants to merge 2 commits intoopen5e:stagingfrom
calumbell:892/combat-sequence-rule-bugs
Open

[BUGFIX] Fixed data errors on /v2/rulesets/srd_combat-sequence#893
calumbell wants to merge 2 commits intoopen5e:stagingfrom
calumbell:892/combat-sequence-rule-bugs

Conversation

@calumbell
Copy link
Contributor

Description

This PR fixes the following issues in the srd_combat-sequence V2 Ruleset data:

  1. The srd:opportunity-attacks tags that were causing errors on the beta site have been removed.
  2. The markdown formatting on the Combat Sequence

I tested this out on my local environment. The Nuxt warnings about the <srd:opportunity-attacks> tag being unclosed are gone, and the blockquote is now formatted correctly. Mission accomplished!

Screenshot 2026-03-15 at 17 58 09

The ordinals are currently missing from the <ol> in the blockquote. I have confirmed that this is not due to any errors in the markdown string and the list not getting parsed correctly, but is a bug with the CSS on the front end:

Screenshot 2026-03-15 at 18 03 10

Related Issue

Closes #892

How was this tested?

  • Spot checked on local Django/Nuxt development environment
  • pytest (all tests passing after testing cases updated to reflect content update)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG / V2] Combat Sequence (srd-2014 Rule) contains errors, bugs out beta site

1 participant