Skip to content

Commit

Permalink
Correct Source of Ring of Truth and Scouting Eye (#14074)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanCPA committed Mar 6, 2024
1 parent 89b5cd9 commit 4598297
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packs/spells/ring-of-truth.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"value": 3
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
"license": "ORC",
"remaster": true,
"title": "Pathfinder Player Core"
},
"range": {
"value": "30 feet"
Expand Down
6 changes: 3 additions & 3 deletions packs/spells/scouting-eye.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"value": 5
},
"publication": {
"license": "OGL",
"remaster": false,
"title": "Pathfinder Core Rulebook"
"license": "ORC",
"remaster": true,
"title": "Pathfinder Player Core"
},
"range": {
"value": "see text"
Expand Down
2 changes: 2 additions & 0 deletions src/scripts/config/traits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ const creatureTraits = {
bugbear: "PF2E.TraitBugbear",
caligni: "PF2E.TraitCaligni",
celestial: "PF2E.TraitCelestial",
centaur: "PF2E.TraitCentaur",
"charau-ka": "PF2E.TraitCharauKa",
clockwork: "PF2E.TraitClockwork",
construct: "PF2E.TraitConstruct",
Expand Down Expand Up @@ -200,6 +201,7 @@ const creatureTraits = {
sahkil: "PF2E.TraitSahkil",
samsaran: "PF2E.TraitSamsaran",
"sea-devil": "PF2E.TraitSeaDevil",
sedacthy: "PF2E.TraitSedacthy",
serpentfolk: "PF2E.TraitSerpentfolk",
seugathi: "PF2E.TraitSeugathi",
shabti: "PF2E.TraitShabti",
Expand Down
2 changes: 2 additions & 0 deletions static/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3814,6 +3814,7 @@
"TraitCatalyst": "Catalyst",
"TraitCatfolk": "Catfolk",
"TraitCelestial": "Celestial",
"TraitCentaur": "Centaur",
"TraitChampion": "Champion",
"TraitChangeling": "Changeling",
"TraitCharauKa": "Charau-ka",
Expand Down Expand Up @@ -4591,6 +4592,7 @@
"TraitScrying": "Scrying",
"TraitSeaDevil": "Sea Devil",
"TraitSecret": "Secret",
"TraitSedacthy": "Sedacthy",
"TraitSerpentfolk": "Serpentfolk",
"TraitSeugathi": "Seugathi",
"TraitSewnIntoClothing": "Sewn Into Clothing",
Expand Down
18 changes: 18 additions & 0 deletions static/lang/re-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,19 @@
"Charge": {
"AtLeastTen": "Moved at Least 10 feet"
},
"Chimera": {
"DragonHead": "Magical Tradition of Dragon Head",
"DivineHead": {
"Label": "Dragon Head Sanctification",
"NoSanctification": "Not Sanctified"
},
"PrimalHead": "Energy Type of Dragon Breath"
},
"ClayEffigy":{
"SacredArt": {
"NoSanctification": "Not Sanctified"
}
},
"ChyzaeduAlienVestment": "Shattered Alien Vestment",
"ClockworkLostPlates": "How many plates are lost?",
"ClockworkWindUp": "Standby Mode",
Expand Down Expand Up @@ -756,6 +769,11 @@
"AC": "Designated Prey attacks the Duskwalker",
"Checks": "Duskwalker rolls checks against his Designated Prey"
},
"Elemental":{
"Earth":{
"SpikeStones": "Suppress Spike Stones Aura"
}
},
"FacetboundCascader": {
"EnergyCharge": "Energy Charge"
},
Expand Down

0 comments on commit 4598297

Please sign in to comment.