• 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

Been a while, & unbootstrapping!

CptCoots

Well-known member
First, I've been gone for a while, maybe most never noticed, and my project on the magic item compendium is almost done (including cleaning up the magic weapon special ability output). But that is not why I'm here.

Let's say I want to make a gear item like Standard Adventurer's Kit which includes Backpack & Bedroll (just two items for this so's not to confuse the point). So i've created a piece of gear called Standard Adventurer's Kit and have bootstrapped the Backpack and Bedroll to it. When I buy the kit I get the two items (hooray) and use their weight for the weight bookkeeping (the kit has 0 weight). However, I'd like to add two pieces of functionality:
1. I don't want Standard Adventurer's Kit showing up on my list of equipment
2. I want to have the ability to sell individual pieces of the kit once I get upgrades (i.e., Handy Haversack to replace backpack).

So for 1. First I'm not sure what tag(s) to delete because the ones I have (i.e., thing.activated) just seem to reappear on the item because I'm clueless about timing and phases overall, and I don't know if I remove it from the display successfully if the bootstraps will get removed.

For 2. I'm not entirely convinced that bootstrap is the best way. I would think that something that called the purchase item "routine" would be best and jst give me a free instance of the item.

Thoughts?
 
This sounds like what LW wants to do with the various kits in Pathfinder. Unfortunately, its not yet implemented. Also, I have absolutely no idea how to do this. Sorry.
 
For 1, I think there might be a Hide tag for gear, but that would mean you couldn't delete the kit and therefore the things it bootstraps.

For 2, can't be done if they are bootstrapped
 
Back
Top