Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - D&D 5th Edition SRD
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
PhilFischer
Junior Member
 
Join Date: Feb 2015
Posts: 12

Old July 28th, 2017, 11:29 AM
I would like to add a Skill Proficiency to a Wondrous Magic item.
I have tried various things, but haven't found how to do it in script yet.

I did see some races (or subrace, not sure where) that added the skills in the Tags area but of course this is a magic item.
[NOTE: would adding skill proficiency to a template work like that? or how would I add skill proficiency to a template?]

I also saw where they added an armor proficiency to a Tag, and then in code (script) had the line:

~ Give proficiency with heavy armor
perform hero.pushtags[ArmProfGrp.?]

Is there a way to do it by pushing the tags I set in my magic item, i.e.:

~ Give proficiency with skill proficiency
perform hero.pushtags[SkillProfGrp.?]

or some such thing? (SkillProfGrp does not exist that I know of)
PhilFischer is offline   #1 Reply With Quote
dungeonguru
Senior Member
 
Join Date: May 2016
Posts: 608

Old July 28th, 2017, 03:06 PM
From the github repository:

Code:
To grant proficiency to an armor group:

perform hero.assign[ArmProfGrp.ArmorLight]
perform hero.assign[ArmProfGrp.Shields]

To grant proficiency is a saving throw:

perform hero.pushtags[ProfSave.?]

To grant proficiency is a weapon:

perform hero.pushtags[WepProf.?]

To grant proficiency with a skill:

perform hero.assign[ProfSkill.skSleight]

To grant proficiency with a Tool:

Add tag > 
Group Id:ProfTool 
Tag Id: 
Name: Tool Proper Name 
Abbrev: Tool Proper Name
dungeonguru is offline   #2 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 04:11 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.