Skip to content

Commit

Permalink
v0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Dec 29, 2022
1 parent a82d89b commit b458a7e
Show file tree
Hide file tree
Showing 29 changed files with 462 additions and 310 deletions.
2 changes: 1 addition & 1 deletion ancestries.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1 class="page__title">Ancestries</h1>
class="search form-control lst__search lst__search--no-border-h">
<div id="lst__search-glass" class="lst__wrp-search-glass no-events flex-vh-center"><span
class="glyphicon glyphicon-search" type="submit"></span></div>
<div class="lst__wrp-search-visible no-events flex-vh-center"></div>
<div class="lst__wrp-search-visible no-events flex-vh-center ancestries"></div>
</div>
<button class="btn btn-default px-2" id="reset"><span class="glyphicon glyphicon-refresh"></span>
</button>
Expand Down
8 changes: 5 additions & 3 deletions data/archetypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@
{
"type": "pf2-sidebar",
"name": "Alter Egos in Golarion",
"reference": true,
"reference": {
"auto": true
},
"source": "DA",
"page": 127
},
Expand Down Expand Up @@ -309,7 +311,7 @@
},
{
"name": "Alkenstar Agent",
"source": "Aoa1",
"source": "OoA1",
"page": 78,
"entries": [
"Outwardly dashing outlaws or silent, deadly bravos, these masters of combat and culture must hone a variety of skills to serve as secret agents and informants for the leader of Alkenstar, Grand Duchess Trietta Ricia."
Expand All @@ -326,7 +328,7 @@
},
{
"name": "Clockwork Reanimator",
"source": "Aoa3",
"source": "OoA3",
"page": 78,
"entries": [
"You have unlocked the secret connections between necromancy and clockwork locomotion, giving you the unholy power to reanimate corpses. These minions shuffle forth with the mindless motions of the unliving and are little more than puppets under your control.",
Expand Down
11 changes: 8 additions & 3 deletions data/bestiary/creatures-av1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3545,7 +3545,7 @@
{
"hp": 85,
"abilities": [
"fast healing 7"
"{@ability fast healing} 7"
]
}
],
Expand All @@ -3556,13 +3556,18 @@
],
"weaknesses": [
{
"name": "area"
"amount": 7,
"name": "area damage"
},
{
"amount": 7,
"name": "{@trait splash} damage"
}
],
"resistances": [
{
"amount": 7,
"name": "physical"
"name": "physical damage"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions data/bestiary/creatures-b1.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,19 +357,19 @@
],
"immunities": [
"bleed",
"fire",
"mental",
"poison",
"death effects",
"disease",
"doomed",
"drained",
"fatigued",
"fire",
"healing",
"magic (see below)",
"mental",
"necromancy",
"nonlethal attacks",
"paralyzed",
"poison",
"sickened",
"unconscious"
],
Expand Down
Loading

0 comments on commit b458a7e

Please sign in to comment.