foreach pick in hero where "thingid.cSneakAtt"
      eachpick.field[listname].text = "Sneak Attack +" & eachpick.field[xIndex].value & "d8/+" & eachpick.field[xIndex].value & "d4"
nexteach
      ~ If we're not shown, just get out now
      doneif (tagis[Helper.ShowSpec] = 0)
foreach pick in hero where "thingid.cSneakAtt"
      eachpick.field[livename].text = "Sneak Attack +" & eachpick.field[abValue].value & "d8/+" & eachpick.field[abValue].value & "d4"
      eachpick.field[abSumm].text = "+" & eachpick.field[abValue].value & "d8 damage with a dagger-like weapon if you flank your target or your target is flat-footed."
nexteach
#appenddesc[cSneakAtt, "{b}Addition from Sneak Stab{/b}: When a sneak attack is made with a dagger, kerambit ({i}Ultimate Combat{/i} 130), kukri, punching daggers, starknife, or swordbreaker dagger ({i}Advanced Player's Guide{/i} 178), use d8s to roll sneak attack damage instead of d6s. For sneak attacks with all other weapons, uses d4s instead of d6s."]