• 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

Camel

kunger00

Well-known member
Anyone know if it is intentional that the camel can be an animal companion in Hero Labs but it can't be bought as a mount? Or is it an oversight?
 
What book should we look in for the price of a camel mount? It's not in the core rulebook, the APG or Adventurer's Armory. Nor is there a price listed in B2's camel entry.
 
Then this is a question to ask Paizo, rather than us. (although with the Ultimate Equipment book scheduled for a few months from now, I'd delay that question until you see if it's in that book).
 
If the GM for your campaign decides on a price, you can create a new entry on the Minion/Hirelings tab in the editor (Tools Menu...Launch Editor, then File...New) (I'd work from a copy of one of the horses, using the "New (Copy)" button on the bottom left).
 
I had to add the camel a few months ago for a game. Here is the code and file:

<?xml version="1.0" encoding="ISO-8859-1"?>
<document signature="Hero Lab Data">
<thing id="minGrCamel" name="Camel" compset="Minion">
<fieldval field="gCost" value="200"/>
<tag group="gType" tag="Mounts"/>
<minion id="Mount">
<tag group="Hero" tag="FixedRace" name="FixedRace" abbrev="FixedRace"/>
<bootstrap thing="rmCamel"></bootstrap>
<bootstrap thing="triRide"></bootstrap>
</minion>
</thing>
</document>
 

Attachments

Back
Top