Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiddyLimit committed Sep 21, 2024
1 parent 53f74f9 commit b9251b1
Show file tree
Hide file tree
Showing 40 changed files with 15,114 additions and 4,660 deletions.
2 changes: 1 addition & 1 deletion css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
"type": "entries",
"name": "Hesitant",
"entries": [
"If you urge the monster to do something that it is hesitant to do, you must make an ability check, which is affected by the monster's attitude: Indifferent, Friendly, or Hostile, each of which is defined in this glossary. The Influence Checks table suggests which ability check to make based on how you're interacting with the monster. The OM chooses the check, which has a default DC equal to 15 or the monster's Intelligence score, whichever is higher. On a successful check, the monster does as urged. On a failed check, you must wait 24 hours (or a duration set by the DM) before urging it in the same way again."
"If you urge the monster to do something that it is hesitant to do, you must make an ability check, which is affected by the monster's attitude: Indifferent, Friendly, or Hostile, each of which is defined in this glossary. The Influence Checks table suggests which ability check to make based on how you're interacting with the monster. The GM chooses the check, which has a default DC equal to 15 or the monster's Intelligence score, whichever is higher. On a successful check, the monster does as urged. On a failed check, you must wait 24 hours (or a duration set by the DM) before urging it in the same way again."
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions data/backgrounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
{
"type": "item",
"name": "Feat:",
"entry": "{@feat Magic Initiate|XPHB}"
"entry": "{@feat Magic Initiate|XPHB} (Cleric)"
},
{
"type": "item",
Expand Down Expand Up @@ -12875,7 +12875,7 @@
{
"type": "item",
"name": "Feat:",
"entry": "{@feat Magic Initiate}"
"entry": "{@feat Magic Initiate|XPHB} (Druid)"
},
{
"type": "item",
Expand Down Expand Up @@ -23316,7 +23316,7 @@
{
"type": "item",
"name": "Feat:",
"entry": "{@feat Magic Initiate|XPHB}"
"entry": "{@feat Magic Initiate|XPHB} (Wizard)"
},
{
"type": "item",
Expand Down
11 changes: 11 additions & 0 deletions data/bestiary/bestiary-xphb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,9 @@
"int": 3,
"wis": 12,
"cha": 7,
"save": {
"dex": "+4"
},
"skill": {
"perception": "+3",
"stealth": "+4"
Expand All @@ -1271,6 +1274,14 @@
],
"passive": 13,
"cr": "0",
"trait": [
{
"name": "Jumper",
"entries": [
"The cat's jump distance is determined using its Dexterity rather than its Strength."
]
}
],
"action": [
{
"name": "Scratch",
Expand Down
2 changes: 1 addition & 1 deletion data/bestiary/legendarygroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
{
"type": "insetReadaloud",
"entries": [
"The nightmarish arachnid unleashes a shriek that sounds like a thousand spider carapaces scarring slate. In response, the ground ripples and bursts over the monster, revealing itself as a {@item wave} of countless spiders. The tiny arachnids swarm the larger horror, girding it in skittering bodies."
"The nightmarish arachnid unleashes a shriek that sounds like a thousand spider carapaces scarring slate. In response, the ground ripples and bursts over the monster, revealing itself as a wave of countless spiders. The tiny arachnids swarm the larger horror, girding it in skittering bodies."
]
},
"Fighting Arasta as a mythic encounter is equivalent to taking on two challenge rating 21 creatures in one encounter. Award a party 66,000 XP for defeating Arasta after she uses Armor of Spiders."
Expand Down
9 changes: 9 additions & 0 deletions data/book/book-hf.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
{
"type": "gallery",
"images": [
{
"type": "image",
"href": {
"type": "internal",
"path": "book/HF/026_Newm_9781984858900_lay_art_r11.webp"
},
"width": 1750,
"height": 1998
},
{
"type": "image",
"href": {
Expand Down
Loading

0 comments on commit b9251b1

Please sign in to comment.