2026/03/11 Update

Fixed Expeditious Retreat's duration.
Fixed Avariel's dive with weapons that have multiple damage types.
Hybsil's description now points to the right TLK entry.
Fixed Dragon Cloud's creature weapons & stats.
Stone Power shouldn't delete all of you spell effects.
Stone Power should be a prereq for Deepstone Sentinel.
GetMaxSpellLevelForCasterLevel() should work with newspellbook spells.
Barbarian Rage should be an instant feat.
Added BAB 2 req to several PrCs to prevent a Bioware bug where they are available in chargen.
This commit is contained in:
Jaysyn904
2026-03-11 11:23:55 -04:00
parent 86666c51e8
commit 90c7bd3557
19 changed files with 131 additions and 52 deletions

View File

@@ -2073,6 +2073,14 @@ const string PRC_CRAFTING_MUNDANE_COST_SCALE = "PRC_CRAFTING_MUNDANE_COST
*/
const string PRC_CRAFTING_TIME_SCALE = "PRC_CRAFTING_TIME_SCALE";
/**
* Caps the enhancement bonus for crafted items to this value
* Set to 0 or negative to disable the cap
* Type: Int
* Values: any integer (0 or negative = no cap)
*/
const string PRC_CRAFT_ENHANCEMENT_CAP = "PRC_CRAFT_ENHANCEMENT_CAP";
/**
* TO DISABLE SPECIFIC PROPERTIES:
*