• 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

Liber Vampyr book

ok there is a feat (beast form: lesser it has 3 choices of beast forms you can take wolf,spider,and bat) now for each time you take the feat you can chose one of the three forms, but no more then one time each. so you will end up with beast form:lesser; bat, beast form:lesser;wolf, and beast form:lesser;spider. now the animals types are in a drop down menu so when you take the feat you can chose. there is another feat that requires you to have all three types of beast forms before you can take it, Im not sure how to make the program look for the three types of beast forms before allowing it to be taken. here is what i have done so far feel free to take a look and make sugestions. the feat im working on is called Blood Power: Dragon Form

Does choosing the animal form do anything for you? Like add natural attacks, fly speed, etc? As Andrew mentioned, it would probably be easier to make 4 separate feats. One for the each of the three forms, and one for if you have all three of the others.
 
yes each one does give you something. bat = blindsight, wolf = sent, and spider = spider climb as spell. im finding out that one realy needs to know how to code to do things like this maybe i should think about going to collage (not). i could always just turn it over to someone who knows what they are doing (lol, no one would want it)
 
You COULD do it as one single feat, but that would require a LOT of coding that you probably do not want to do. So there is an easier way to do it. Create the feat, let's say Beast Form, Bat. On that feat, bootstrap the Thing ID for Blindsight. Done and done. Move on to the next one.

For the final one, the one that requires the other 3, you would create that and make a requirement to have those three feats. Look at other stuff to see how it is done. (Improved Great Fortitude requires the Great Fortitude feat)
 
For what it is worth, NotN, has updated the Liber Vampyr book. Just got the notification on it a little earlier today. Not sure how much has changed between V1 and V2.
 
can anyone help me with how one would go about coding this for a templete in HL:

Cruomancy (Su): A revenant has a cruomancer level equal to her racial Hit Dice (if any), plus any amount gained from her class levels (if any). The minimum cruomancer level for a revenant is 1. Additionally, the revenant has a blood point pool which can hold a maximum number of blood points equal to 1 + the number of racial Hit Dice she possesses (minimum 1). For every two class levels of noncruomancy classes that the revenant possesses, the maximum number of blood points that she can have in her blood point
pool increases by 1. Additionally, certain feats and class features can increase the size of the revenant’s blood point pool.

Feats: Upon gaining the revenant template, the revenant gains the Vampire’s Bite feat as a bonus feat, and may select one additional vampire feat of her choice for which she qualifies.
 
Back
Top