• 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

Racial Edge Point Cost

Darq

Well-known member
Am I correct this is the amount of impact on Edges caused by selecting the race and receiving the associated traits?
 
Sort of. Look at "Making Races" (my PDF copy has it on p. 22 of SWDX) It's that point cost associated when making a race, I believe.
 
Yah, those are the benefit / debt associated with the naturally associated properties of a race. In World of the Dead, they have race with mutations - so in char generation the player can pick +3, +2, +1, -1, -2 and -3 Traits as long as they balance to 0. This is outside of normal Hindrance / Edge balancing.

I was looking at this as maybe that kind of thing baked in, but it appears to be calculated when the race is selected. I think I am going to approach this by making these only available at creation time and scripting refunds of edge / Hindrance counts for these specific racial hindrance / edges. I would also have to scipt padding the cost for the +3, -3.

I would appreciate input on my approach. Does this sound like the best way to approach this? Has anyone dealt with this issue before? Another possible approach would be bootstrapping the racial abilities to the special hindrance / edges, giving them zero cost and if its possible forcing the system to recalculate the race cost. Is that doable? Does either method sound easier?
 
My first thought would be something along the lines of setting up the Edges and Hindrances with a pre-cursor their name, like "Mutation: Agile", "Mutation: Obese" or something like that. Then you'd need to set up a tag that you are adding to or subtracting from and just giving an error if the tag is not equal to 0. The specific code to do that is not something I can think of off the top of my head, though. I'd have to play with it (and maybe I can do some of that tomorrow.) But if you do play with it and come up with something do let us know!
 
I was putting forth that I believe the Racial Edge point cost of racial properties is used to generate a net gain or loss of edge points from selecting a race. Some races "cost" edge points because they come with features. Conceivably a race could give bonus edge points if there were a lot of negative racial properties.
 
That number is meant to allow the Race to be balanced as far as goods and bads. It does not relate to Edge points or anything similar. A normal Race should have a total of +2. This equates to Humans getting a Free Edge, which costs +2 points for a single Edge. It's to allow any benefits to be offset by deficits.
 
Back
Top