Forum Announcement, Click Here to Read More From EA_Cade.

Action to Set Energy Need to Zero

hey guys im seeting up a mod here on my custom trait; a custom interaction that make the TargetSim Energy need set to 0 (making the Sim pass out and sleep), but somehow its not working in-game; the Energy bar of the targetsim is not affected. Here is the XML of the Action Tunning:

<?xml version="1.0"?>
<I xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd="http://www.w3.org/2001/XMLSchema&quot; c="LootActions" s="11775318257128495334" i="action" m="interactions.utils.loot" n="Wizard_VulcanTrait_Trait/3405022862">
<L n="loot_actions">
<V t="statistics">
<V n="statistics" t="statistic_set">
<U n="statistic_set">
<T n="stat">16654</T>
<T n="value">0</T>
<E n="subject">TargetSim</E>
</U>
</V>
</V>
</L>
</I>

Comments

  • gustavowizardgustavowizard Posts: 616 Member
    stat 16654 <<< Energy (motive_Energy)

    this is the stat reference on zerbu MC4
Sign In or Register to comment.
Return to top