Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Quick Reply
Search this Thread
Test Subject
Original Poster
#1 Old 15th Dec 2019 at 2:36 PM
Default Help on an object tuning mod, please
I am trying to get an uncomfortable chair that brings down fun and energy. This is what I put into the object tuning file I changed from the original. It does not seem to be working in-game.
Code:
  <L n="autonomy_modifiers">
    <U>
      <L n="stat_use_multiplier">
        <U>
          <T n="key">16655<!--motive_Fun--></T>
          <U n="value">
            <E n="apply_direction">DECREASE</E>
            <T n="multiplier">2010</T>
          </U>
        </U>
        <U>
          <T n="key">16654<!--motive_Energy--></T>
          <U n="value">
            <E n="apply_direction">DECREASE</E>
            <T n="multiplier">2010</T>
          </U>
        </U>
      </L>
      <V n="subject" t="apply_on_interaction_to_participant">
        <V n="apply_on_interaction_to_participant" t="enabled">
          <L n="enabled">
            <E>Actor</E>
          </L>
        </V>
      </V>
    </U>
  </L>


This is the original:
Code:
      <L n="stat_use_multiplier">
        <U>
          <T n="key">16654<!--motive_Energy--></T>
          <U n="value">
            <E n="apply_direction">INCREASE</E>
            <T n="multiplier">0.5</T>
          </U>
        </U>
        <U>
          <T n="key">24998<!--commodity_Buff_Object_SeatingDiscomfort--></T>
          <U n="value">
            <E n="apply_direction">BOTH</E>
            <T n="multiplier">1E-05</T>
          </U>
        </U>
        <U>
          <T n="key">25002<!--commodity_Buff_Object_SeatingComfort--></T>
          <U n="value">
            <E n="apply_direction">INCREASE</E>
            <T n="multiplier">3.56</T>
          </U>
        </U>
      </L>


What did I do wrong??
Back to top