TCArknight
Well-known member
I checked, and for melee weapons with a minimum strength there isn't a display of what that minimum is in the same info panels...
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I cannot find the Holy Warrior Professional Edge from the Core book.
I see it in the base data files as "edgHolyWar". Maybe you have a data file loaded that it precluding it?
It looks like the Super Power Companion, 2nd Edition, is precluding it. I have created a test portfolio with no sources selected but SPC2ndEd and made sure to build towards Holy/Unholy Warrior while satisfying all of the pre-reqs.
It appears the Editor only allows you to create New Weapon groups but it only seems to honor the last one entered.
I'm running into a similar issue with Power Armor when the Power Armor is supposed to provide a Strength of d12+X when equipped.Deadlands and Hell on Earth no longer handle the Harrowed Supernatural abilities correct, if agility is D12 when you add the ability it does not go to 12+2.
var DiffStr as number
DiffStr = 8 - #traituser[attrStr]
if (field[grIsEquip].value <> 0) then
#traitbonus[attrStr] += DiffStr
endif
var DiffStr as number
DiffStr = 6 - #traituser[attrStr]
if (field[grIsEquip].value <> 0) then
~trustme
#traitbonus[attrStr] += DiffStr
perform #traitroll[attrStr,+,2,"Power Armor"]
endif