Skip to content

Commit e119f44

Browse files
committed
v0.6.1
1 parent de175a0 commit e119f44

33 files changed

Lines changed: 520 additions & 359 deletions

css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data/ancestries/versatile-heritages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
"versatile": true,
513513
"rarity": "uncommon",
514514
"entries": [
515-
"Thanks to an ancient bargain, your soul has been reborn as a duskwalker, a planar scion with a connection to psychopomps and the Boneyard. You gain the {@trait duskwalker} trait in addition to the traits from your ancestry. You also gain {@ability low-light vision}, or you gain {@ability darkvision} if your ancestry already has {@ability low-light vision}. Neither your body nor your spirit can ever become undead. You can choose from {@filter duskwalker feats|feats|type=ancestry|ancestry & heritage=duskwalker} and feats from your ancestry whenever you gain an ancestry feat."
515+
"Thanks to an ancient bargain, your soul has been reborn as a duskwalker, a planar scion with a connection to psychopomps and the Boneyard. You gain the {@trait duskwalker} trait in addition to the traits from your ancestry. You also gain {@ability low-light vision}, or you gain {@ability darkvision} if your ancestry already has {@ability low-light vision}. Neither your body nor your spirit can ever become undead. You can choose from {@filter duskwalker feats|feats||type=ancestry|ancestry & heritage=duskwalker} and feats from your ancestry whenever you gain an ancestry feat."
516516
],
517517
"info": [
518518
{

data/bestiary/creatures-gmg.json

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5165,7 +5165,7 @@
51655165
"name": "Fence",
51665166
"isNpc": false,
51675167
"source": "GMG",
5168-
"page": 212,
5168+
"page": 210,
51695169
"level": 5,
51705170
"traits": [
51715171
"ne",
@@ -5292,32 +5292,23 @@
52925292
]
52935293
}
52945294
],
5295+
"items": [
5296+
"{@item dagger} (10)",
5297+
"{@item lesser darkvision elixir}",
5298+
"{@item disguise kit}",
5299+
"{@item bird feather token}",
5300+
"{@item lesser smokestick} (2)",
5301+
"{@item shortsword}",
5302+
"{@item thieves' tools}"
5303+
],
52955304
"abilities": {
52965305
"top": [
52975306
{
52985307
"entries": [
5299-
"+11, {@skill Intimidation} +11, {@skill Society} +11, {@skill Stealth} +10, {@skill Thievery} +10, Underworld."
5300-
],
5301-
"name": "Diplomacy"
5302-
},
5303-
{
5304-
"entries": [
5305-
"+15 Str +0, Dex +3, Con +0, Int +4, Wis +2, Cha +4 Items dagger (10), lesser darkvision elixir, disguise kit, bird feather token, lesser smokestick (2), shortsword, thieves' tools."
5306-
],
5307-
"name": "Lore"
5308-
},
5309-
{
5310-
"entries": [
5311-
"Fences live by their ability to recognize a viable trade. They can use."
5312-
],
5313-
"name": "Fence's Eye"
5314-
},
5315-
{
5316-
"entries": [
5317-
"{@skill Lore} to identify an item's value and {@action Identify Magic} on an item.",
5308+
"Fences live by their ability to recognize a viable trade. They can use {@skill Lore||Underworld Lore} to identify an item's value and {@action Identify Magic} on an item.",
53185309
"They gain a +2 circumstance bonus to {@skill Lore||Underworld Lore} checks when doing so, and to {@skill Lore||Underworld Lore} checks to determine whether an item was stolen, whether a stolen item would be too recognizable to easily move, and who would be interested in purchasing such an item."
53195310
],
5320-
"name": "Underworld"
5311+
"name": "Fence's Eye"
53215312
}
53225313
],
53235314
"bot": [
@@ -5327,7 +5318,7 @@
53275318
"unit": "action"
53285319
},
53295320
"entries": [
5330-
"The fence always has a few items close at hand. The fence Interacts to draw a weapon or item that takes a single action to activate, and then Strikes with the weapon or Activates the Item."
5321+
"The fence always has a few items close at hand. The fence Interacts to draw a weapon or item that takes a single action to activate, and then {@action Strike||Strikes} with the weapon or {@action Activate an Item||Activates the Item}."
53315322
],
53325323
"name": "Quick Rummage"
53335324
},

data/book/book-crb.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11620,7 +11620,9 @@
1162011620
"entries": [
1162111621
"This scroll can cast {@spell illusory disguise} as a 1st-level spell."
1162211622
],
11623-
"craftReq": "Supply one casting of illusory disguise."
11623+
"craftReq": [
11624+
"Supply one casting of illusory disguise."
11625+
]
1162411626
}
1162511627
},
1162611628
{
@@ -11655,7 +11657,9 @@
1165511657
"entries": [
1165611658
"This scroll can be used to cast {@spell glitterdust} as a 2nd-level spell."
1165711659
],
11658-
"craftReq": "Supply one casting of glitterdust."
11660+
"craftReq": [
11661+
"Supply one casting of glitterdust."
11662+
]
1165911663
}
1166011664
}
1166111665
]
@@ -12108,7 +12112,9 @@
1210812112
]
1210912113
}
1211012114
],
12111-
"craftReq": "Supply a listed-level casting of heal.",
12115+
"craftReq": [
12116+
"Supply a listed-level casting of heal."
12117+
],
1211212118
"generic": "G",
1211312119
"variants": [
1211412120
{

data/changelog.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,13 @@
184184
{
185185
"ver": "0.6.0",
186186
"title": "Paizo Compliancy 2.0",
187-
"date": "2022-07-20",
188-
"txt": "\n- Added back books, now modified to account for OGL\n - Core Rulebook has had some of its flavor text removed\n - Gamemastery Guide has been almost untouched\n - Secrets of Magic has mainly had it's letters, research, and other on-paper entries removed\n - Lost Omens: World Guide has lost majority of it's book content\n- Added new sources\n - Book of the Dead\n - Strength of Thousands #3 to #6\n - Hurricane's Howl\n - Secrets of the Temple-City\n - Doorway to the Red Star\n - Shadows of the Ancients\n- Added Creature Templates page\n- Simplified upcasting schema for spells\n- Changed Bestiary abbreviations to official versions: B1, B2, and B3\n- Fixed prominent issue with adding and subtracting from lists, including the Encounter Builder (thanks @ Zobody for the latter)\n- Updated Archetypes page with visible rarity traits\n- (Typos/Tags)"
187+
"date": "2022-07-25",
188+
"txt": "\n- Added back books, now modified to account for OGL\n - Core Rulebook has had some of its flavor text removed\n - Gamemastery Guide has been almost untouched\n - Secrets of Magic has mainly had it's letters, research, and other on-paper entries removed\n - Lost Omens: World Guide has lost majority of it's book content\n- Added new sources\n - Book of the Dead\n - Strength of Thousands #3 to #6\n - Hurricane's Howl\n - Secrets of the Temple-City\n - Doorway to the Red Star\n - Shadows of the Ancients\n - Added Creature Templates page\n- Simplified upcasting schema for spells\n- Changed Bestiary abbreviations to official versions: B1, B2, and B3\n- Fixed prominent issue with adding and subtracting from lists, including the Encounter Builder (thanks @ Zobody for the latter)\n- Updated Archetypes page with visible rarity traits\n- (Typos/Tags)"
189+
},
190+
{
191+
"ver": "0.6.1",
192+
"date": "2022-07-26",
193+
"txt": "- Fixed item prices not adding up correctly\n- (Typos/Tags)"
189194
}
190195
]
191196
}

data/class/class-swashbuckler.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@
661661
"type": "pf2-h4",
662662
"name": "Battledancer",
663663
"entries": [
664-
"To you, a fight is a kind of performance art, and you command your foes' attention with mesmerizing motions. You are trained in {@skill Performance} and gain the {@feat Fascinating Performance|CRB} skill feat. You gain panache during an encounter when the result of your {@skill Performance} check to Perform exceeds the Will DC of an observing foe, even if the foe isn't fascinated."
664+
"To you, a fight is a kind of performance art, and you command your foes' attention with mesmerizing motions. You are trained in {@skill Performance} and gain the {@feat Fascinating Performance|CRB} skill feat. You gain panache during an encounter when the result of your {@skill Performance} check to {@action Perform} exceeds the Will DC of an observing foe, even if the foe isn't fascinated."
665665
]
666666
}
667667
]

data/creaturetemplates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2969,4 +2969,4 @@
29692969
}
29702970
}
29712971
]
2972-
}
2972+
}

data/deities.json

Lines changed: 0 additions & 155 deletions
Original file line numberDiff line numberDiff line change
@@ -5054,62 +5054,6 @@
50545054
]
50555055
}
50565056
},
5057-
{
5058-
"name": "Followers Of Fate",
5059-
"source": "B2",
5060-
"page": 184,
5061-
"alignment": [
5062-
"ln"
5063-
],
5064-
"category": "Creature",
5065-
"edicts": [
5066-
"make predictions of the future",
5067-
"offer advice and guidance to those in positions of power",
5068-
"provide comfort to the elderly"
5069-
],
5070-
"anathema": [
5071-
"apologize for making an incorrect prediction",
5072-
"disrespect mothers",
5073-
"accept payment for fortune-telling"
5074-
],
5075-
"followerAlignment": {
5076-
"alignment": [
5077-
"lg",
5078-
"ln",
5079-
"le"
5080-
]
5081-
},
5082-
"devoteeBenefits": {
5083-
"font": [
5084-
"heal",
5085-
"heal"
5086-
],
5087-
"skill": [
5088-
"occultism"
5089-
],
5090-
"domains": [
5091-
"family",
5092-
"fate",
5093-
"knowledge",
5094-
"truth"
5095-
],
5096-
"spells": {
5097-
"1": [
5098-
"mindlink"
5099-
],
5100-
"2": [
5101-
"web"
5102-
],
5103-
"5": [
5104-
"prying eye"
5105-
]
5106-
},
5107-
"weapon": [
5108-
"shears|b2"
5109-
]
5110-
},
5111-
"hasLore": true
5112-
},
51135057
{
51145058
"name": "Fumeiyoshi",
51155059
"alias": [
@@ -15939,105 +15883,6 @@
1593915883
]
1594015884
}
1594115885
},
15942-
{
15943-
"name": "Uvuko",
15944-
"alias": [
15945-
"The Diamond Ring"
15946-
],
15947-
"source": "LOME",
15948-
"hasLore": true,
15949-
"page": 141,
15950-
"alignment": [
15951-
"cg"
15952-
],
15953-
"category": "Mwangi Gods",
15954-
"edicts": [
15955-
"embrace change and the future, master adversity with flexibility",
15956-
"foster freedom and progress for others"
15957-
],
15958-
"anathema": [
15959-
"allow yourself and your surroundings to stagnate",
15960-
"crush an egg",
15961-
"use vile or cruel language"
15962-
],
15963-
"followerAlignment": {
15964-
"alignment": [
15965-
"ng",
15966-
"n",
15967-
"cg",
15968-
"cn"
15969-
]
15970-
},
15971-
"devoteeBenefits": {
15972-
"font": [
15973-
"heal"
15974-
],
15975-
"skill": [
15976-
"athletics"
15977-
],
15978-
"ability": {
15979-
"entry": "Strength or Wisdom",
15980-
"abilities": [
15981-
"str",
15982-
"wis"
15983-
]
15984-
},
15985-
"domains": [
15986-
"change",
15987-
"creation",
15988-
"healing",
15989-
"wyrmkin"
15990-
],
15991-
"alternateDomains": [
15992-
"air",
15993-
"cold"
15994-
],
15995-
"spells": {
15996-
"1": [
15997-
"fleet step"
15998-
],
15999-
"3": [
16000-
"haste"
16001-
],
16002-
"6": [
16003-
"dragon form"
16004-
]
16005-
},
16006-
"weapon": [
16007-
"maul"
16008-
],
16009-
"avatar": {
16010-
"preface": "When casting the {@spell avatar} spell, a worshipper of Uvuko gains the following additional abilities.",
16011-
"speed": {
16012-
"walk": 30,
16013-
"fly": 70
16014-
},
16015-
"immune": [
16016-
"immobilized"
16017-
],
16018-
"melee": [
16019-
{
16020-
"name": "maul",
16021-
"traits": [
16022-
"shove",
16023-
"reach 15 feet"
16024-
],
16025-
"damage": "6d12+6",
16026-
"damageType": "bludgeoning"
16027-
}
16028-
],
16029-
"ranged": [
16030-
{
16031-
"name": "breath of lightning",
16032-
"range": 120,
16033-
"rangedIncrement": true,
16034-
"damage": "6d6+3",
16035-
"damageType": "electricity"
16036-
}
16037-
]
16038-
}
16039-
}
16040-
},
1604115886
{
1604215887
"name": "Tlehar",
1604315888
"alias": [

data/feats/feats-botd.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2334,8 +2334,10 @@
23342334
"skill"
23352335
],
23362336
"prerequisites": "{@feat Undead Slayer Dedication|BotD}",
2337-
"trigger": "You fail a check to Treat a Disease that was inflicted by an undead (such as ghoul fever or mummy rot). Your experience battling undead has uniquely prepared you to fight the diseases they inflict on the survivors, and you know that leaving these maladies untreated for long will eventually lead to more undead. Reroll the failed check and use the new result.",
2338-
"entries": []
2337+
"trigger": "You fail a check to {@action Treat Disease||Treat a Disease} that was inflicted by an undead (such as {@disease ghoul fever|b1} or mummy rot).",
2338+
"entries": [
2339+
"Your experience battling undead has uniquely prepared you to fight the diseases they inflict on the survivors, and you know that leaving these maladies untreated for long will eventually lead to more undead. Reroll the failed check and use the new result."
2340+
]
23392341
},
23402342
{
23412343
"name": "Hunter's Sanctum",

data/feats/feats-fop.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@
2626
"level": 2,
2727
"traits": [
2828
"uncommon",
29-
"general"
29+
"general",
30+
"skill"
3031
],
3132
"prerequisites": "Expert in {@skill Survival}",
3233
"entries": [
33-
"Select one type of terrain from the following list: aquatic, arctic, desert, forest, mountain, plains, sky, swamp, or underground. You can use {@skill Survival} in place of {@skill Perception} to roll initiative when in the selected terrain in a natural location (not a structure) even if you weren't tracking or otherwise using {@skill Survival} before the encounter. You can also use {@skill Survival} instead of {@skill Perception} to notice traps in natural locations in the chosen terrain; if you find a snare in this way, you can also use {@skill Survival} instead of {@skill Thievery} to Disable the Device."
34+
"Select one type of terrain from the following list: aquatic, arctic, desert, forest, mountain, plains, sky, swamp, or underground. You can use {@skill Survival} in place of {@skill Perception} to roll initiative when in the selected terrain in a natural location (not a structure) even if you weren't tracking or otherwise using {@skill Survival} before the encounter. You can also use {@skill Survival} instead of {@skill Perception} to notice traps in natural locations in the chosen terrain; if you find a snare in this way, you can also use {@skill Survival} instead of {@skill Thievery} to {@action Disable a Device||Disable the Device}."
3435
],
3536
"special": [
3637
"You can select this feat more than once. Each time you select it, the feat applies to a new type of terrain."

0 commit comments

Comments
 (0)