• 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

Search results

  1. G

    Weapon Damage display

    Strictly a visual cosmetic question I believe. So the Tyrnador setting has an Edge for wizards: Wizard's Staff Fighter. The important part - His staff deals damage equal to Spellcasting+d4 instead of the normal Str+d4. I have that in the Summary text of the Edge (prints out on character...
  2. G

    Gold & Glory Encumbrance rules

    Not much to this supplement/setting but thought it would be fun to take a stab at. I am stumped on trying to recreate their rules for Encumbrance. Essentially everything weighs 0, 1, or 2 (some exceptions to 3). Building gear to that spec is easy. But trying to implement and modify the...
  3. G

    Creatures question, Strength and Vigor

    So, never encountered this before as I make some creatures from the new SciFi Companion: Drones. Page 244 starting with the Battle Drone it has Strength 1 and Vigor -. How in the world do we code that? Everything I tried so far just gets me to d4 minimum.
  4. G

    Caped Crusader outstanding updates

    I am just trying to get a bead on what we are waiting on. Regarding outstanding files by Caped Crusader, is this a correct list of what we are waiting on approval? • SWADE Fantasy Companion • Savage Pathfinder • SWADE SciFi Companion • General fixes • Am I missing anything? Regarding Savage...
  5. G

    Melee Weapons Damage vs. Min Str.

    While we await the massive work and approvals of Caped updates and new files, I have been making stuff from the new Sci-Fi Companion. This may have always been a problem so not sure. So, for example, go to page 50 of Melee Weapons. Make yourself: EMP Baton, Str+d4, Min Str d6 or Psi Blade...
  6. G

    Additional Starting Hindrances for specific race

    Been adapting some of the stuff from Mythos setting for a SWADE version of the game. The race demigod essentially will start with 2 extra points of Hindrances that the GM will pick. Either one extra Major or two more Minor. I am assuming my code doesn't work because this is under SWADE perhaps...
  7. G

    .stock files

    Just curious, what exactly is a .stock file and what do they do? I know we general users cannot edit them but I noticed Caped (which makes sense) is able to create them in some of the files he creates. So was just curious about them. Obviously they exist in the core files as well.
  8. G

    Edge increasing weapon damage

    Finally figured out what I was trying to do and what to ask regarding this issue. So part of an Edge from Hellfost setting. The Augment Staff Edge. I have broken the options out into different Edges, all work except the damage boosting one. So I don't get any errors but the damage portion not...
  9. G

    wpDamage is a text field

    Disregard this question. I would delete post altogether but not sure how. This is no longer a problem as I was misreading how the Edge actually works.
  10. G

    SWADE for everything?

    Just a question for the users. There are quite a few settings for SW that have not been written up for HeroLab. My little project has been going through the 20-odd or more books I have and start setting files for them. Most are older for Deluxe and I have looked and there are no published...
  11. G

    Setting Adjust - No Power Points

    I just noticed this as I have been working on Lankhmar and some other settings. This Setting Adjust is perfect for the games with no power points. But there is a problem...and not sure why it does it. If you select this setting, take a look at your spells list. The casting modifier is correct...
  12. G

    Items showing up regardless of Time Period

    Simple enough, new character, SWADE only for source. Go into the Character Info and deselect all of the check boxes under Time Periods for Equipment Access. All of the following items will still show up under various spots. I went through and precluded to identify their ID. Hand Weapons...
  13. G

    Starting Power Points, by coding amount

    Okay, traditionally in editor you put in a number for Number of Powers and another into Starting Power Points. Both are fields under the Arcane background tab. So in Beasts & Barbarians (and a few other settings) there are little 'micro' arcane backgrounds (my term). EDGE: One example would be...
  14. G

    Another Hindrance question, blocking New Power and PowerPoint edges

    Okay, let me explain this a bit better. The Minor version limits the casting skill to d8. Have code now for that part and it works great. Now if the player takes the Major version, we have the casting skill limitation (all good), but after character creation they are not allowed to take the...
  15. G

    Limiting maximum Skill level

    Regarding Max skill level. I thought I had solved this a few days ago in another file but I sure can't find anything, sigh. This part of a Hindrance I need to code: [skPersuadeSWADE].field[trtMaximum].value = 4 I am drawing a blank on syntax left of the .field above. I searched through the...
  16. G

    A Beasts & Barbarians revisit, Edge and Armour Weight

    Some time ago, SeeleyOne provided me with the following code to one of my questions: Pre-Traits, 5000 var weight as number weight = 0 ~ Get total weight from equipped armor foreach pick in hero from Armor where "Equipped.Equipped" weight += eachpick.field[gearWeight].value nexteach ~ Get...
  17. G

    SWADE Updates

    Really a question for Caped Crusader. I know you are busy with real work right now but thought I would throw this question out to you. Besides new companions, Pathfinder, and SWADE fixes, have you been able to include updates to rules from Pinnacle? I ask because I am the S GM and keeper of...
  18. G

    Bootstrapping an Arcane Power

    I have searched around the forums here but found no actual solution yet. So a setting with Arcane background (Magic) with 3 starting powers. In this setting, all Priests (for example) with always have one slot filled with the Healing power. Yes, I know the players can select that power on...
  19. G

    Modifying Power Points by a skill level

    Okay, this is the objective. The arcane skill used to "cast" modifies the amount of Power Points based on the skill level. d4 Skill = 2 starting power points d6 Skill = 3 power points d8 Skill = 4 power points etc. The character can ALSO still take the Edge Power Points for even more...
  20. G

    Script based on created User Tag

    So I have an Edge that applies a +1 to attack bonus for "light" swords only (aka rapier, heavy rapier, shortsword). Since I am nit using Standard Gear, all these weapons reside in my .user file. So I added a Tag: User Light, to each of these weapons. Then I applies this script to my Edge...
Back
Top