Skip to content

Commit b458a7e

Browse files
committed
v0.7.7
1 parent a82d89b commit b458a7e

29 files changed

Lines changed: 462 additions & 310 deletions

ancestries.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h1 class="page__title">Ancestries</h1>
9898
class="search form-control lst__search lst__search--no-border-h">
9999
<div id="lst__search-glass" class="lst__wrp-search-glass no-events flex-vh-center"><span
100100
class="glyphicon glyphicon-search" type="submit"></span></div>
101-
<div class="lst__wrp-search-visible no-events flex-vh-center"></div>
101+
<div class="lst__wrp-search-visible no-events flex-vh-center ancestries"></div>
102102
</div>
103103
<button class="btn btn-default px-2" id="reset"><span class="glyphicon glyphicon-refresh"></span>
104104
</button>

data/archetypes.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@
117117
{
118118
"type": "pf2-sidebar",
119119
"name": "Alter Egos in Golarion",
120-
"reference": true,
120+
"reference": {
121+
"auto": true
122+
},
121123
"source": "DA",
122124
"page": 127
123125
},
@@ -309,7 +311,7 @@
309311
},
310312
{
311313
"name": "Alkenstar Agent",
312-
"source": "Aoa1",
314+
"source": "OoA1",
313315
"page": 78,
314316
"entries": [
315317
"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."
@@ -326,7 +328,7 @@
326328
},
327329
{
328330
"name": "Clockwork Reanimator",
329-
"source": "Aoa3",
331+
"source": "OoA3",
330332
"page": 78,
331333
"entries": [
332334
"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.",

data/bestiary/creatures-av1.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3545,7 +3545,7 @@
35453545
{
35463546
"hp": 85,
35473547
"abilities": [
3548-
"fast healing 7"
3548+
"{@ability fast healing} 7"
35493549
]
35503550
}
35513551
],
@@ -3556,13 +3556,18 @@
35563556
],
35573557
"weaknesses": [
35583558
{
3559-
"name": "area"
3559+
"amount": 7,
3560+
"name": "area damage"
3561+
},
3562+
{
3563+
"amount": 7,
3564+
"name": "{@trait splash} damage"
35603565
}
35613566
],
35623567
"resistances": [
35633568
{
35643569
"amount": 7,
3565-
"name": "physical"
3570+
"name": "physical damage"
35663571
}
35673572
]
35683573
}

data/bestiary/creatures-b1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,19 +357,19 @@
357357
],
358358
"immunities": [
359359
"bleed",
360-
"fire",
361-
"mental",
362-
"poison",
363360
"death effects",
364361
"disease",
365362
"doomed",
366363
"drained",
367364
"fatigued",
365+
"fire",
368366
"healing",
369367
"magic (see below)",
368+
"mental",
370369
"necromancy",
371370
"nonlethal attacks",
372371
"paralyzed",
372+
"poison",
373373
"sickened",
374374
"unconscious"
375375
],

0 commit comments

Comments
 (0)