• 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

Bootstrapping a Specific Knowledge Skill

tatteredking

Well-known member
trying to bootstrap a specific knowledge skill to a thing. I can't seem to figure out the Field ID to put the specific skill in. I understand what to put in the Value, but not the Field ID.
 
Hey tatteredking, I was wondering if you could share the code for this. I was wanting to do the same thing and I'm having trouble.
 
Found this in another thread on how to do it.

<bootstrap thing="skKnow">
<assignval field="domDomain" value="Occult"/>
</bootstrap>

what it is saying is:,
1) go to the bootstrap tab and add "skKnow" in the thing box
2) then after that look to the right and click the field tab and a window will open (Enter "domdomain" in the field ID field and the focus, in this case "Occult", {but you use the skill name you want} in the value field).
3) hit ok and then ok and save.

that's all there is to it. LOL

I wish all these were together - it would make it so much easier. lol
Hope that answers your question.
Cheers:)
 
Turns out I've decided to see if I can make the Hell on Earth Reloaded data file and I've run into this very thing, so that's very useful. However I have one extra snag. In my case I'm trying to add the Operation Damocles Soldier edge and I can now bootstrap in the Vow, set to "Restore Civilization", but how do I now set it to be a Major hindrance?
 
You might want to make a copy of the Vow, set to "Restore Civilization" and mark it as a Major hindrance and then bootstrap the new one to that edge, that might work for you, if you don't already haven't done it that way - don't know just a thought.
 
I just tried it out and it worked - if you just want the Major hindrance Vow - "Restore Civilization" for just that Edge and not to show up on the list - just mark the box "Show only" and it will only show up ton the Edge that you bootstrap it to - it worked great for me. I don't know if that's the right way to get it done but it worked LOL.
 
Here I show that it worked. Showing that it is bootstrapped to the edge. Hope that helped you.
 

Attachments

  • Test.jpg
    Test.jpg
    422.6 KB · Views: 6
Last edited:
In case anyone else needs it here's how to set both the Text for something like n Vow as well as setting it to Major (in the Editor).

Bootstrap what you want (in this case I chose hinVow)
In Fields: set a Field Id: domDomain and Value: Whatever Text You Want in there.
Then under Tags: set a Group Id: User and a Tag Id: HindMajor

The Field sets the text you want and the Tag can be used to set the level, HindMajor for Major, don't set it at all for minor and UserSelect if you want the User to be able to select either Major or Minor.
 
Last edited:
Back
Top