• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

A little assistance please

Bebberino

Member
Howdy

I am trying to work on adding new items to a custom herolab file and am having issues, not bad issues, but I am not able to figure out how to add the new item to the file.

This is what I want to add to the file

Gem of Persuasion

This fist sized ruby has a mithril chain attached to it and seems to make anyone that sees it more affable to the person that owns it. This item grants a +15 competence bonus to Diplomacy skill checks.

This is a slotless item

CL: 7; Craft Wondrous Items; Charm Monster
Crafting Cost: 22500
Market Price: 45000

How do I add this to herolab?

EDIT: The part I am having trouble with is how do I add it so the skill bonus shows on the character that equips it

And how do I show it is a slotless item?

Thanks
 
Last edited:
In the editor, select the 'Equipment' tab, then 'Wondrous' tab. Select 'New (Blank)' and fill in the fields that apply to your item. There are lots of fields you won't need to do anything with.
One field is "Equipment Slot" - it's already set to none, so that makes it a slotless item!
The best way to learn how to add bonuses is to 'New (Copy)' an existing item that does what you want, and then you can copy how the bonus is added from the 'Eval Scripts'

eg (from Companion Stone of Diplomacy):

#competencebonus[hero.child[skDiplo], 15]
 
Back
Top