Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - d20 System
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
McQ
Member
 
Join Date: Apr 2011
Posts: 77

Old September 18th, 2012, 12:21 AM
I'm wondering if the scripting is applicable to allow the Nimbleness magical ability to alter the armor it is placed on?

Nimbleness increases the Max Dex of the enchanted armor by +1 and lowers the Armor Check Penalty by 2. It's possible I could do a "dirty" fix and just add in the scripting to add to the skills manually, but I'd prefer something more thoughtful.

Might be that this is a difficult task as it needs to manipulate some of the core source files? A reply on the validity of this would be great.
McQ is offline   #1 Reply With Quote
GLBIV
Member
 
Join Date: Apr 2012
Location: Washington, D.C.
Posts: 76

Old September 18th, 2012, 06:27 AM
I haven't messed with armor much at all, but try looking at the mithral special material. You should be able to find the components there.
GLBIV is offline   #2 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old September 18th, 2012, 09:29 AM
This is quite doable through the editor. As GLBIV said, look at the mithral material for a start. Both item powers and materials are picks that are in a similar place (inside a custom magic weapon/armor).
Aaron is offline   #3 Reply With Quote
McQ
Member
 
Join Date: Apr 2011
Posts: 77

Old September 18th, 2012, 07:13 PM
This is what I've found in the "srd_materials.dat"

Pre-levels 2500
~ If we're a armor, reduce our penalties now - we have to wait until
~ now to do it because our armor check penalty won't have been set until now
if (container.parent.tagis[component.BaseArmor] <> 0) then
container.parent.field[mArcFail].value -= 10
container.parent.field[mMaxDex].value += 2
container.parent.field[mArmorChk].value += 2
endif

I can see where altering the mArcFail, mMaxDex, and mArmorChk is fairly straight forward and looks easy.

Edited everything and it works perfectly. Thanks for the help everyone.

Last edited by McQ; September 18th, 2012 at 07:18 PM.
McQ is offline   #4 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 10:36 PM.


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