From 0573e59af5cf4f07609d70126e9ad5daa112779a Mon Sep 17 00:00:00 2001 From: Old Man Umby Date: Sun, 23 Oct 2022 17:27:09 -0500 Subject: [PATCH] Reorganized and Added Missing Advancement File --- Changelog.md | 13 +++++-- Documents/Customizations/Beyond 1st Level.md | 34 +++++++++++++++++++ .../{Stat-Blocks.md => Monster Statistics.md} | 0 .../{Trait-Blocks.md => Racial Traits.md} | 0 .../Spells/{Casting.md => Spellcasting.md} | 0 5 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 Documents/Customizations/Beyond 1st Level.md rename Documents/Monsters/{Stat-Blocks.md => Monster Statistics.md} (100%) rename Documents/Races/{Trait-Blocks.md => Racial Traits.md} (100%) rename Documents/Spells/{Casting.md => Spellcasting.md} (100%) diff --git a/Changelog.md b/Changelog.md index 53e19f88..c889852b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,13 +1,20 @@ ## To Do & Under Development +**[Submit a suggestion, issue or contribute](https://github.com/Umbyology/OGL-SRD5/issues)** + - [ ] Capitalize folder and file names for improved styling in Obsidian. - [ ] REadjust capitalizations and placement of headers across all documents. -- [ ] Add HR (horizonal rules) between subjects in lists (spells, monsters, magic items etc.). - -**[Submit a suggestion, issue or contribute](https://github.com/Umbyology/OGL-SRD5/issues)** +- [ ] Add HR (horizontal rules) between subjects in lists (spells, monsters, magic items, etc.). --- +## October 23rd, 2022 + +- [x] Added missing "Beyond 1st Level" section. +- [x] Renamed some files for better organization. + + + ## March 5th, 2022 - [x] Obsidian version of the D&D 5E SRD. diff --git a/Documents/Customizations/Beyond 1st Level.md b/Documents/Customizations/Beyond 1st Level.md new file mode 100644 index 00000000..b2932425 --- /dev/null +++ b/Documents/Customizations/Beyond 1st Level.md @@ -0,0 +1,34 @@ +# Beyond 1st Level + +As your character goes on adventures and overcomes challenges, he or she gains experience, represented by experience points. A character who reaches a specified experience point total advances in capability. This advancement is called **gaining a level**. + +When your character gains a level, his or her class often grants additional features, as detailed in the class description. Some of these features allow you to increase your ability scores, either increasing two scores by 1 each or increasing one score by 2. You can't increase an ability score above 20. In addition, every character's proficiency bonus increases at certain levels. + +Each time you gain a level, you gain 1 additional Hit Die. Roll that Hit Die, add your Constitution modifier to the roll, and add the total to your hit point maximum. Alternatively, you can use the fixed value shown in your class entry, which is the average result of the die roll (rounded up). + +When your Constitution modifier increases by 1, your hit point maximum increases by 1 for each level you have attained. For example, if your 7th-­‐‑level fighter has a Constitution score of 17, when he reaches 8th level, he increases his Constitution score from 17 to 18, thus increasing his Constitution modifier from +3 to +4. His hit point maximum then increases by 8. + +The Character Advancement table summarizes the XP you need to advance in levels from level 1 through level 20, and the proficiency bonus for a character of that level. Consult the information in your character’s class description to see what other improvements you gain at each level. + +| Character Advancement | | | +| --------------------- | ---- | ---- | +| 0 | 1 | +2 | +| 300 | 2 | +2 | +| 900 | 3 | +2 | +| 2,700 | 4 | +2 | +| 6,500 | 5 | +3 | +| 14,000 | 6 | +3 | +| 23,000 | 7 | +3 | +| 34,000 | 8 | +3 | +| 48,000 | 9 | +4 | +| 64,000 | 10 | +4 | +| 85,000 | 11 | +4 | +| 100,000 | 12 | +4 | +| 120,000 | 13 | +5 | +| 140,000 | 14 | +5 | +| 165,000 | 15 | +5 | +| 195,000 | 16 | +5 | +| 225,000 | 17 | +6 | +| 265,000 | 18 | +6 | +| 305,000 | 19 | +6 | +| 355,000 | 20 | +6 | diff --git a/Documents/Monsters/Stat-Blocks.md b/Documents/Monsters/Monster Statistics.md similarity index 100% rename from Documents/Monsters/Stat-Blocks.md rename to Documents/Monsters/Monster Statistics.md diff --git a/Documents/Races/Trait-Blocks.md b/Documents/Races/Racial Traits.md similarity index 100% rename from Documents/Races/Trait-Blocks.md rename to Documents/Races/Racial Traits.md diff --git a/Documents/Spells/Casting.md b/Documents/Spells/Spellcasting.md similarity index 100% rename from Documents/Spells/Casting.md rename to Documents/Spells/Spellcasting.md