Skip to content

Commit 294ba6d

Browse files
authored
Fix Mark of the Mantis Pregens (#16983)
1 parent 18a0f90 commit 294ba6d

File tree

3 files changed

+71
-4
lines changed

3 files changed

+71
-4
lines changed

packs/paizo-pregens/kangir.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@
12041204
"quantity": 1,
12051205
"rules": [],
12061206
"runes": {
1207-
"potency": 0,
1207+
"potency": 1,
12081208
"property": [],
12091209
"resilient": 0
12101210
},

packs/paizo-pregens/yacob.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2557,7 +2557,7 @@
25572557
"remaster": false,
25582558
"title": "Pathfinder Core Rulebook"
25592559
},
2560-
"quantity": 1,
2560+
"quantity": 2,
25612561
"rules": [],
25622562
"size": "med",
25632563
"slug": "rope",

packs/paizo-pregens/zeah.json

+69-2
Original file line numberDiff line numberDiff line change
@@ -3540,6 +3540,73 @@
35403540
},
35413541
"type": "equipment"
35423542
},
3543+
{
3544+
"_id": "3VmRd2DOAQeN6G3e",
3545+
"_stats": {
3546+
"compendiumSource": "Compendium.pf2e.equipment-srd.Item.y4WJY8rCbY6d1MET"
3547+
},
3548+
"img": "systems/pf2e/icons/equipment/alchemical-items/alchemical-tools/sunrod.webp",
3549+
"name": "Sunrod",
3550+
"sort": 0,
3551+
"system": {
3552+
"baseItem": null,
3553+
"bulk": {
3554+
"value": 0.1
3555+
},
3556+
"category": "other",
3557+
"containerId": "DwBvJXUoIHtZrcwS",
3558+
"damage": null,
3559+
"description": {
3560+
"value": "<p><strong>Activate</strong> <span class=\"action-glyph\">A</span> Interact</p>\n<p>This 1-foot-long, gold-tipped rod glows after it's struck on a hard surface. For the next 6 hours, it sheds bright light in a 20-foot radius (and dim light to the next 40 feet).</p>"
3561+
},
3562+
"equipped": {
3563+
"carryType": "worn"
3564+
},
3565+
"hardness": 0,
3566+
"hp": {
3567+
"max": 0,
3568+
"value": 0
3569+
},
3570+
"level": {
3571+
"value": 1
3572+
},
3573+
"material": {
3574+
"grade": null,
3575+
"type": null
3576+
},
3577+
"price": {
3578+
"value": {
3579+
"gp": 3
3580+
}
3581+
},
3582+
"publication": {
3583+
"license": "OGL",
3584+
"remaster": false,
3585+
"title": "Pathfinder Core Rulebook"
3586+
},
3587+
"quantity": 1,
3588+
"rules": [],
3589+
"size": "med",
3590+
"slug": "sunrod",
3591+
"traits": {
3592+
"rarity": "common",
3593+
"value": [
3594+
"alchemical",
3595+
"consumable",
3596+
"light"
3597+
]
3598+
},
3599+
"usage": {
3600+
"value": "held-in-one-hand"
3601+
},
3602+
"uses": {
3603+
"autoDestroy": true,
3604+
"max": 1,
3605+
"value": 1
3606+
}
3607+
},
3608+
"type": "consumable"
3609+
},
35433610
{
35443611
"_id": "JrE0oAzvLE7ge1nb",
35453612
"_stats": {
@@ -5085,10 +5152,10 @@
50855152
"rank": 0
50865153
},
50875154
"society": {
5088-
"rank": 0
5155+
"rank": 2
50895156
},
50905157
"stealth": {
5091-
"rank": 0
5158+
"rank": 2
50925159
},
50935160
"survival": {
50945161
"rank": 1

0 commit comments

Comments
 (0)