Jump to content

Trouble with Progression.xml mod


kampnkarl

Recommended Posts

Hey everyone, was testing ways to change base stats when you level agil and fort. I found you can do it easily for singleplayer, but these mods prevent others from connecting to your world, and will throw a null reference error. Any thoughts as to why these would cause that?


<append xpath="/progression/attributes/attribute[@name='attAgility']/effect_group">
    <passive_effect name="StaminaMax" operation="base_add" level="2,10" value="5,45"/>
</append>

 

<append xpath="/progression/attributes/attribute[@name='attFortitude']/effect_group">
    <passive_effect name="HealthMax" operation="base_set" level="2" value="110"/>
    <passive_effect name="HealthMax" operation="base_set" level="3" value="115"/>
    <passive_effect name="HealthMax" operation="base_set" level="4" value="120"/>
    <passive_effect name="HealthMax" operation="base_set" level="5" value="125"/>
    <passive_effect name="HealthMax" operation="base_set" level="6" value="130"/>
    <passive_effect name="HealthMax" operation="base_set" level="7" value="135"/>
    <passive_effect name="HealthMax" operation="base_set" level="8" value="140"/>
    <passive_effect name="HealthMax" operation="base_set" level="9" value="145"/>
    <passive_effect name="HealthMax" operation="base_set" level="10" value="150"/>
</append>
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...