• 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

Campaign Magic Levels

SeeleyOne

Well-known member
In the Configure Hero menu there is an option to switch around the overall Firearms Availability level. This is an actual rule in the books.

What I was wondering is what sort of coding it uses. I think that a similar thing could be done for the cost of magical enchantments, where "Enchantments Everywhere" would have them at 10% cost. Or at least I think that is what commonplace firearms does.

So, to add such a mechanic it would be really great if I could have enough of the source coding to modify for this. Or is it not so simple, that firearms prices are built into its own function? (whereas enchantment costs is not?)

At any rate is simple to do manually (as you can enter your own prices), but it would be more convenient if it could be made to do it for us. A campaign with less magic could cost even more.
 
In the Configure Hero menu there is an option to switch around the overall Firearms Availability level. This is an actual rule in the books.

What I was wondering is what sort of coding it uses. I think that a similar thing could be done for the cost of magical enchantments, where "Enchantments Everywhere" would have them at 10% cost. Or at least I think that is what commonplace firearms does.

So, to add such a mechanic it would be really great if I could have enough of the source coding to modify for this. Or is it not so simple, that firearms prices are built into its own function? (whereas enchantment costs is not?)

At any rate is simple to do manually (as you can enter your own prices), but it would be more convenient if it could be made to do it for us. A campaign with less magic could cost even more.

Are you using the Settlement rules in the Gamemastery Guide?

The rules there explicitly tell you the availability of magic goods / services available based on settlement size. They even tell you the maximum spell casting level to be founding the settlement.
 
@SeeleyOne from what I have seen that coding for firerams was special built in the skeletal tables which we as users have no access too. I don't think their is any way to do scripts to affect costs actually.

I think your only option is to set the a cheaper cost at the time your purchasing. :(
 
Thanks to both of you.

I was not aware of that being in the Game Mastery guide. I am currently a player, and I have not taken the role of GM yet. I will have to start looking that book over; I had already bought the pdf but I had not gotten to reading it. I have read the majority of tne Core book and I am on page 209 of the Inner Sea World Guide.

I was figuring that it is likely something that is not so easy to fix. Firearms are a very specific case.
 
The problem with the "Enchantments Everywhere" feature you'd like, is that it's not an official rule in Ult. Combat. Firearms have the ability to alter the power level of campaign, while magic is common. When you're building a magic item, if you want to drop the price to 10% of the listed cost, just look at the price and move the decimal over to the left one place. Put the new price in and hit ok.

What you're asking for would be a personal house rule not included in the standard books. I believe you'd have to put this request in under the official "Feature Requests" thread.
 
Yeah, I will just slide it over a decimal place. At first I thought that it might be a simple mechanic to add (I would do it myself), but there is a lot going on that we users cannot see. In most cases that is a good thing, but I would have been willing to do the work. I think programming is fun. :)
 
Yeah, I will just slide it over a decimal place. At first I thought that it might be a simple mechanic to add (I would do it myself), but there is a lot going on that we users cannot see. In most cases that is a good thing, but I would have been willing to do the work. I think programming is fun. :)

For every line of code we see working, the compiler runs over ten times that amount. The chooser for guns everywhere itself was probably lose to 100 lines of code by itself, not including all the mechanical components that make the price changes. I'm not sure it would be a simple script to accomplish, to be honest.
 
The Firearms Availability settings are quite intricate and I don't think users could accomplish something similar from the outside. For example, they touch upon how proficiencies are granted, as well as the purchasing mechanics. So unfortunately, I think this is probably not something do-able in a general way. Fortunately, as others have said, it is relatively easy to choose what price you'd like to pay for something. Hope that clarifies things a little bit.
 
In the Configure Hero menu there is an option to switch around the overall Firearms Availability level. This is an actual rule in the books.

What I was wondering is what sort of coding it uses. I think that a similar thing could be done for the cost of magical enchantments, where "Enchantments Everywhere" would have them at 10% cost. Or at least I think that is what commonplace firearms does.

So, to add such a mechanic it would be really great if I could have enough of the source coding to modify for this. Or is it not so simple, that firearms prices are built into its own function? (whereas enchantment costs is not?)

At any rate is simple to do manually (as you can enter your own prices), but it would be more convenient if it could be made to do it for us. A campaign with less magic could cost even more.

So are you trying to do the suggested formulas for low and high magic campaigns? Those formulas don't alter the cost of items, but the amount of money a character gets per encounter, and thus the wealth by level tables, so to represent that, you would give characters the modified amount of cash for their level (either more cash for high magic, or less cash for low magic).
 
No, I thought of it before considering the different locations. I saw the Guns thing and thought "what if that applied to magic instead?". I have seen many people write settings and say that it is "high magic" or "low magic". In a setting where magical items are more commonplace they would probably cost less (probably, because commonplace does not necessarily mean inexpensive).
 
What is funny is that since I want to be able to see the Big Picture (the source code) so that I can get it to implement things for various house rules better, I am tempted to eventually apply for a part-time job with LWD. :) I am serious. :D I am not done with school yet, though. I am about half way through.
 
Back
Top