Grenade Mastery
You know how to get the most out of your grenades.
Preqrequisite
Proficiency with grenades.
Benefit
The save DC of any grenade you use is increased by 1. If the grenade has an item level 5 or more lower than your base attack bonus, you instead increase the DC by 2.
Source
Character Operations Manual pg. 115
Dragonscript
ID
b7628f49f3c3afc220fc3b1a
Preqrequisite
{character.proficiency.weapon contains grenade};
Benefit
bonus 1 to character.weapon.dcBonus.grenade as misc; append 'if {(character.bab - 5) >= item.level} then bonus 1 to weapon.dcBonus as misc;' to character.weapon.script.grenade;