mirror of
https://github.com/TheGiddyLimit/homebrew.git
synced 2026-08-02 15:35:51 -04:00
fix: convert and/or remove invalid player res/imm/vuln data
This commit is contained in:
@@ -2266,16 +2266,6 @@
|
||||
"subclassShortName": "Shaman",
|
||||
"subclassSource": "YARV",
|
||||
"level": 3,
|
||||
"resist": [
|
||||
{
|
||||
"resist": [
|
||||
"bludgeoning",
|
||||
"slashing",
|
||||
"piercing"
|
||||
],
|
||||
"note": "nonmagical while you have less than half your hit points left"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
"You and your companion each have resistance to nonmagical bludgeoning, slashing, and piercing damage while you have less than half your hit points left."
|
||||
]
|
||||
|
||||
@@ -8316,9 +8316,7 @@
|
||||
"subclassSource": "KT-CLL",
|
||||
"level": 7,
|
||||
"resist": [
|
||||
{
|
||||
"force": true
|
||||
}
|
||||
"force"
|
||||
],
|
||||
"header": 2,
|
||||
"entries": [
|
||||
|
||||
@@ -7188,16 +7188,7 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"resist": [
|
||||
{
|
||||
"resist": [
|
||||
"bludgeoning"
|
||||
],
|
||||
"note": "from non-magical sources",
|
||||
"cond": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Leshy; Water",
|
||||
@@ -7458,14 +7449,7 @@
|
||||
}
|
||||
},
|
||||
"resist": [
|
||||
"poison",
|
||||
{
|
||||
"resist": [
|
||||
"bludgeoning"
|
||||
],
|
||||
"note": "from non-magical sources",
|
||||
"cond": true
|
||||
}
|
||||
"poison"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -47309,9 +47309,7 @@
|
||||
}
|
||||
],
|
||||
"resist": [
|
||||
{
|
||||
"poison": true
|
||||
}
|
||||
"poison"
|
||||
],
|
||||
"additionalSpells": [
|
||||
{
|
||||
@@ -47363,9 +47361,7 @@
|
||||
}
|
||||
],
|
||||
"resist": [
|
||||
{
|
||||
"lightning": true
|
||||
}
|
||||
"lightning"
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
@@ -47407,9 +47403,7 @@
|
||||
}
|
||||
],
|
||||
"resist": [
|
||||
{
|
||||
"fire": true
|
||||
}
|
||||
"fire"
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
@@ -47451,9 +47445,7 @@
|
||||
}
|
||||
],
|
||||
"resist": [
|
||||
{
|
||||
"cold": true
|
||||
}
|
||||
"cold"
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
@@ -47598,9 +47590,7 @@
|
||||
}
|
||||
],
|
||||
"resist": [
|
||||
{
|
||||
"psychic": true
|
||||
}
|
||||
"psychic"
|
||||
],
|
||||
"entries": [
|
||||
"You were somehow mutated or created by an aberration, such as an aboleth, and you suffer from strange deformities as a result. Due to these changes, you have the following racial traits:",
|
||||
|
||||
@@ -3113,15 +3113,6 @@
|
||||
"other": true
|
||||
}
|
||||
],
|
||||
"resist": [
|
||||
{
|
||||
"resist": [
|
||||
"bludgeoning"
|
||||
],
|
||||
"note": "falling damage only; while not incapacitated",
|
||||
"cond": true
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"name": "Age",
|
||||
|
||||
@@ -3176,16 +3176,7 @@
|
||||
"level": 10,
|
||||
"header": 2,
|
||||
"resist": [
|
||||
"necrotic",
|
||||
{
|
||||
"resist": [
|
||||
"bludgeoning",
|
||||
"piercing",
|
||||
"slashing"
|
||||
],
|
||||
"note": "from nonmagical attacks, only while mounted on your Dreadful Steed",
|
||||
"cond": true
|
||||
}
|
||||
"necrotic"
|
||||
],
|
||||
"entries": [
|
||||
"{@i 10th-level Headless Rider feature}",
|
||||
|
||||
@@ -1482,10 +1482,8 @@
|
||||
"resist": [
|
||||
"poison"
|
||||
],
|
||||
"immune": [
|
||||
{
|
||||
"disease": true
|
||||
}
|
||||
"conditionImmune": [
|
||||
"disease"
|
||||
],
|
||||
"entries": [
|
||||
"Your nezumi character has an assortment of inborn abilities, part and parcel of the nezumi nature.",
|
||||
|
||||
@@ -839,15 +839,6 @@
|
||||
"subclassSource": "eb5arcanetraditions",
|
||||
"level": 10,
|
||||
"header": 2,
|
||||
"immune": [
|
||||
{
|
||||
"immune": [
|
||||
"bludgeoning"
|
||||
],
|
||||
"note": "damage from falling",
|
||||
"cond": true
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
"{@i 10th-level Skymage Feature}",
|
||||
"Also at 10th level, you have strengthened your connection to the sky enough that the ground has lost its hold over you. You are immune to bludgeoning damage from falls and you can substitute your Intelligence for your Strength when determining your jumping distance or making {@skill Athletics} checks related to jumping."
|
||||
|
||||
Reference in New Issue
Block a user