• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

how to adjust/remove aim stamina cost?

xxx73

Refugee
Hi guys

Anyone found out how to adjust/remove stamina cost on aim?

I looked at item.xml and entityclasses.xml bu no luck.

Appreciate any help

Have fun :)

 
only way i know of is individually per item changing this line on all weapons and tools

Code:
<passive_effect name="StaminaLoss" operation="base_set" value="13.5" tags="primary"/>
 
After testing this, Im not sure if it is related to stamina drain from aiming with weapons. This stat is only of melee. Sry If I was unclear.

What I want to is reduce/remove is the stamina drain that happen when aiming with range weapons.

 
Last edited by a moderator:
Look in buffs

example

"buffDrawBow1" and

"StaminaChangeOT" operation="perc_subtract" value="1.4"
This worked very nicely for bow, still a mystery how to do the same for all other shooting weapons.

I will continue to look until I find it.

 
Its probably "buffHoldBreathAiming1"
Yeah I was looking at it, but since hold breath is a time limited stamina drain, and just aiming down the barrel drain stamina continuously, I am a little unsure. Guess I have to do some testing.

 
Back
Top