Jump to content

b240 Stamina and Food and Water for 17.1


JaxTeller718

Recommended Posts

Ill be the first to admit I'm terrible at buffs, terrible at xpath for buffs. The whole thing.

 

Im looking for help here. If someone could make an xpath modlet that changes the stamina and food and water BACK to how it was in b240 id be beyond appreciative.

 

What I mean is remove the 150 on start food and water, remove the increased 75 percent fail safe for stamina. I can't even bring myself to test with these changes, they feel too easy mode.

 

So much thanks in advance for helping me out if you can.

Link to comment
Share on other sites

Can't help you myself Jax, but can give a little info to whomever can (just in case they don't already know).

 

From buffs.xml

 

<effect_group name="how much you can overeat">
<requirement name="CVarCompare" cvar="$foodAmount" operation="GTE" value="50"/>
<triggered_effect trigger="onSelfBuffUpdate" action="ModifyCVar" cvar="$foodAmount" operation="set" value="50"/>
<triggered_effect trigger="onSelfBuffUpdate" action="ModifyCVar" cvar="$foodAmountAdd" operation="set" value="0"/>
</effect_group>

Link to comment
Share on other sites

I modded this is 17.0, looking at 17.1 xml you want to reduce the following ->

 

entity_classes/entity_class name="playerMale"/effect_group/

	<passive_effect name="HealthMax" operation="base_set" value="110" />
	<passive_effect name="StaminaMax" operation="base_set" value="110" />
	<passive_effect name="WaterMax" operation="base_set" value="100" />

 

Just adding info and not a solution, sorry :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...