File information

Last updated

Original upload

Created by

robotized

Uploaded by

robotized

Virus scan

Safe to use

Mod articles

  • Script - Reduce the jetpack's AP drain

    Scriptname RBTZ_JetpackLowerAPCost extends activemagiceffect

    Float Property fInitialValue = 32.0 Auto
    {Script default is 32 - 50% less drain.}
    Float Property fSustainedValue = 32.0 Auto
    {Script default is 32 - 50% less drain.}

    Event OnEffectStart(Actor akTarget, Actor akCaster)
        Game.SetGameSettingFloat("fJetpackDrainInital", fInitialValue)
        Game.SetGameSettingFloat("fJetpackDrainSustained", fSustainedValue)
    EndEvent

    Event OnEffectFinish(Actor akTarget, Actor akCaster)
        Game.SetGameSettingFloat("fJetpackDrainInital", 64.0)
        Game.SetGameSettingFloat("fJetpackDrainSustained", 64.0)
    EndEvent

    The purpose of the script is to override two game settings - for initial(f...