Skip to content

Commit

Permalink
v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed May 17, 2023
1 parent 301c535 commit d7b5861
Show file tree
Hide file tree
Showing 100 changed files with 6,725 additions and 10,234 deletions.
4 changes: 2 additions & 2 deletions css/classes.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/search.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions css/style.css

Large diffs are not rendered by default.

1,131 changes: 1,126 additions & 5 deletions data/actions.json

Large diffs are not rendered by default.

62 changes: 62 additions & 0 deletions data/afflictions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,67 @@
{
"disease": [
{
"name": "Dysentery",
"source": "AoA2",
"page": 71,
"type": "Disease",
"level": 4,
"traits": [
"disease"
],
"entries": [
"The victim suffers from violent nausea and gradual dehydration, and can't recover from the sickened condition from dysentery until the disease is cured.",
{
"type": "affliction",
"DC": 19,
"savingThrow": "Fortitude",
"onset": "1 day",
"stages": [
{
"stage": 1,
"entry": "{@condition sickened 1}",
"duration": "1 day"
},
{
"stage": 2,
"entry": "{@condition fatigued} and {@condition sickened 1}",
"duration": "1 day"
}
]
}
]
},
{
"name": "Malaria",
"source": "AoA2",
"page": 71,
"type": "Disease",
"level": 7,
"traits": [
"disease"
],
"entries": [
"The victim has a fever and flu-like symptoms, and can't recover from the {@condition fatigued} condition from malaria until the disease is cured.",
{
"type": "affliction",
"DC": 23,
"savingThrow": "Fortitude",
"onset": "{@dice 1d6+6} days",
"stages": [
{
"stage": 1,
"entry": "{@condition fatigued}",
"duration": "1 day"
},
{
"stage": 2,
"entry": "{@condition enfeebled 1}",
"duration": "1 day"
}
]
}
]
},
{
"name": "Exhaustive Addiction",
"source": "LOMM",
Expand Down
40 changes: 40 additions & 0 deletions data/archetypes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
{
"archetype": [
{
"name": "Gelid Shard",
"source": "TV",
"page": 184,
"entries": [
{
"type": "pf2-h4",
"source": "TV",
"page": 184,
"reference": {
"auto": true
},
"entries": [
"{@i Gelid shards} are arcane focuses of refined magical cold in physical form. Unfortunately for their creator, {@i gelid shards} do not grant immortality, though mortal creatures bonded to them do often have slightly longer lifespans thanks to the preserving cold that inundates and surrounds them."
]
},
"{@note This archetype is a part of the {@item Gelid Shard|TV} artifact.}"
],
"dedicationLevel": 2
},
{
"name": "Ursine Avenger Hood",
"source": "TV",
"page": 183,
"entries": [
{
"type": "pf2-h4",
"source": "TV",
"page": 183,
"reference": {
"auto": true
},
"entries": [
"Over many generations, the magic of the hood was proven true, and more than that, the magic continued to grow and evolve with ever-more-ursine attributes. As the belief and power of each new wearer soaked into the hood, the artifact's potential has continued to grow. Now, those who bond with the generational artifact will discover that the {@i Ursine Avenger Hood} continues to grow in power alongside them."
]
},
"{@note This archetype is a part of the {@item Ursine Avenger Hood|TV} artifact.}"
],
"dedicationLevel": 2
},
{
"name": "Reanimator",
"source": "BotD",
Expand Down
5 changes: 2 additions & 3 deletions data/backgrounds/backgrounds-aoa6.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"rare"
],
"entries": [
"The aiudara of {@deity Alseta|LOGM}'s Ring have become more well known, and you are interested in learning more about them.",
"The {@i aiudara} of {@deity Alseta|LOGM}'s Ring have become more well known, and you are interested in learning more about them.",
"Choose two ability boosts. One must be in Intelligence or Wisdom, and the other is a free ability boost.",
"You're trained in the {@skill Arcana} skill and the {@skill Lore||Portal Lore} skill. You gain the {@feat Quick Identification} skill feat."
],
Expand Down Expand Up @@ -37,8 +37,7 @@
"entries": [
"With the restrictions on Hermean citizenship lifted, you may have fled the city of Promise or have spent some of your childhood in the company of someone who did.",
"Choose two ability boosts. One must be in Constitution or Wisdom, and the other is a free ability boost.",
"You're trained in the {@skill Society} skill and the {@skill Lore||Legal Lore} skill.",
"You gain the {@feat Multilingual} skill feat or the {@feat Assurance} skill feat for {@skill Society}."
"You're trained in the {@skill Society} skill and the {@skill Lore||Legal Lore} skill. You gain the {@feat Multilingual} skill feat or the {@feat Assurance} skill feat for {@skill Society}."
],
"boosts": [
"Constitution",
Expand Down
4 changes: 3 additions & 1 deletion data/bestiary/creatures-afof.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,9 @@
"will": {
"std": 6
},
"abilities": "+1 status bonus to Reflex and Fortitude saves and DCs against {@action trip} and {@quickref forced movement|CRB|3|forced movement|0}"
"abilities": [
"+1 status bonus to Reflex and Fortitude saves and DCs against {@action trip} and {@quickref forced movement|CRB|3|forced movement|0}"
]
},
"hp": [
{
Expand Down
Loading

0 comments on commit d7b5861

Please sign in to comment.