Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - d20 System (http://forums.wolflair.com/forumdisplay.php?f=46)
-   -   How can I make an Adjustment that will let me pick from available armour? (http://forums.wolflair.com/showthread.php?t=62933)

draco963 July 26th, 2019 08:57 PM

How can I make an Adjustment that will let me pick from available armour?
 
OK, so I'm making some Legacy items (I know, I know, broken; it's the spirit of the campaign), and I've come across something that's tripping me up...

The current WoL file has only gotten as far as a few weapons in it. I'm making some custom items, one of which is a shield and the other some gloves. Now, the entire structure of the WoL stuff is built around dependency on some feats being granted, which is done using the WoL permanent adjustment and which attaches specifically to an individual selected item.

That's all fine, and works as intended. Except, the existing adjustment allows one to select only weapons, and not armour or gear. I've tried editing the existing adjustment entry or making my own, but the drop-down list Show Menu in the Editor doesn't show options for armour or gear, and I haven't been able to figure our how the option Current Weapons was programmed, as I can't find anywhere its tag, YourWep, so as to mimic it.

Can anyone give me a pointer? Thanks!

Sendric July 29th, 2019 06:48 AM

Quote:

Originally Posted by draco963 (Post 280517)
OK, so I'm making some Legacy items (I know, I know, broken; it's the spirit of the campaign), and I've come across something that's tripping me up...

The current WoL file has only gotten as far as a few weapons in it. I'm making some custom items, one of which is a shield and the other some gloves. Now, the entire structure of the WoL stuff is built around dependency on some feats being granted, which is done using the WoL permanent adjustment and which attaches specifically to an individual selected item.

That's all fine, and works as intended. Except, the existing adjustment allows one to select only weapons, and not armour or gear. I've tried editing the existing adjustment entry or making my own, but the drop-down list Show Menu in the Editor doesn't show options for armour or gear, and I haven't been able to figure our how the option Current Weapons was programmed, as I can't find anywhere its tag, YourWep, so as to mimic it.

Can anyone give me a pointer? Thanks!

Add the following eval script at Pre-Levels/10001

Code:

~ Add armor to our dropdown list

field[pCandExpr].text &= " | (component.BaseArmor & !Helper.Static)"

This will add any armor the character has. You can add to the above with similar flags for any gear you want to be able to display as well.

PS I forgot this file even existed.


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

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