Skip to content

Commit

Permalink
fix: Move Traps, Diseases, Madness from Appendices to Adventuring (#528)
Browse files Browse the repository at this point in the history
SRD 5.0 added the conditions appendix before the traps, diseases,
and madness sections. SRD 5.1 reorganized these sections and
renamed appendices, clarifying that these sections are part of the
main adventuring content.
  • Loading branch information
oznogon authored Feb 3, 2023
1 parent 4908e91 commit 2abe3fb
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/5e-SRD-Rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,21 @@
"index": "the-environment",
"url": "/api/rule-sections/the-environment"
},
{
"name": "Traps",
"index": "traps",
"url": "/api/rule-sections/traps"
},
{
"name": "Diseases",
"index": "diseases",
"url": "/api/rule-sections/diseases"
},
{
"name": "Madness",
"index": "madness",
"url": "/api/rule-sections/madness"
},
{
"name": "Resting",
"index": "resting",
Expand Down Expand Up @@ -178,21 +193,6 @@
"name": "The Planes of Existence",
"index": "the-planes-of-existence",
"url": "/api/rule-sections/the-planes-of-existence"
},
{
"name": "Traps",
"index": "traps",
"url": "/api/rule-sections/traps"
},
{
"name": "Diseases",
"index": "diseases",
"url": "/api/rule-sections/diseases"
},
{
"name": "Madness",
"index": "madness",
"url": "/api/rule-sections/madness"
}
],
"url": "/api/rules/appendix"
Expand Down

0 comments on commit 2abe3fb

Please sign in to comment.