View Single Post
Fenris447
Senior Member
 
Join Date: Sep 2017
Posts: 600

Old June 4th, 2022, 06:45 AM
In the editor, under the Equipment -> Weapon, Magic tab, click "New (Copy)" and select the Holy Avenger.

Give this new version whatever name and unique ID you want. Under the Eval Scripts button, replace

Code:
      gizmo.child[gCustMagic].field[gItemExpr].text = #magicgearexpr[] & " & (wGroup.Sword)"
with

Code:
      gizmo.child[gCustMagic].field[gItemExpr].text = #magicgearexpr[] & " & (wCategory.Melee & wProfReq.Martial)"
Save and Test Now! and you're good to go.

EDIT: Also, just for the sake of it looking right, you'll wanna change the Base Item Restrictions field to say something like "Any martial melee weapon". This is purely text, not a matter of function.

Found an issue with or have a suggestion for the 5e Community Pack? Please post it here at our GitHub.

Feel free to stop by the Lone Wolf Development Subreddit, for discussion of any and all LWD products and community efforts!
Fenris447 is offline   #2 Reply With Quote