• 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

Custom MAgus Archtype

Kaleb

Well-known member
Arron and Collin, I would like to know if Lone Wolf would take a custom job to create a custom arch type by modifying the Bladebound archtype for the Magus.

The portion of the blade bound archtype that I would like to change is to make the black blade follow the ego rules for standard intelligent magic weapons and remove the one hand slashing weapon requirement. I would like the bladebound revised to be able to use all one handed and two handed weapons except polearms.

The reason I am asking Lone Wolf about this is what I want changed seems to be coded outside of the editor.

I would gladly pay what ever you think is fair for this.
 
Er, that'd be Colen's call and I'll point him at this thread, but I am worried that accepting payment for direct changes to the core files sets a bad precedent. With time demands as tight as they are it seems unfair to divert resources away from the requests of "standard" users in favor of people who are willing to pay.
 
Hi Kaleb,

Thanks for your question! Unfortunately we're unable to make customised changes to the game logic like this. Would it work if you simply ignored the "standard" black blade and built your own, customized one as a regular magic weapon?
 
What are namespaces, in this context?
XML Namespaces. HERE is the w3 site about them if you want more details.

Basically its a way in XML to "qualify" a "element" to a specific group. So what I want it for is the ability to use a namespace at the Unique ID level. Basically then I could have a feat unique id of "fDodge" in a .user file using a namespace of "Shadow" and Lone Wolf would have fDodge feat using the "LoneWolf" namespace. So you end up with Shadow.fDodge is unique compared to LoneWolf.fDodge. :)

Basically it would make the constant fixes I do for "Duplicate Thing ID" a thing of the past especially as Pathfinder keeps growing and growing.

Namespaces are very useful in normal XML processing and I just gave a very basic idea of them.

And of course this change is "very" easy. No more than a single "IF" statement. So no clue why Colen won't put it in! :D :D
 
Back
Top