• Tags:

    No tags

  • Name:

    aMinionFluxTransfer

  • Displayed name:

    Minion flux transfer

  • Description:

    Transfer a quantity of your Flux to your minion with a yield.

  • Cast description:

    | AP: vAP.string | CD: vCD.strings | | :---: | :---: | | **Flux: vFluxOrCost.string** | **Range: vRange.string** | Transfer vFlux.string Flux points to your minion.

  • Condition:

    assert(character.sFlux.current >= vFluxCost.value, [[You don't have enough Flux]])

  • AP cost:

    60

  • Cooldown:

    60

  • Flux cost:

    vFlux*(1.2-math.max(0.02*(character.totalExp/1000),0))

  • Variables:

    vRange = ListVariable([[vRange]], [[Range]], {[[contactMod]]}, {[[Contact]]}) vFlux = NumberVariable([[vFlux]], [[Flux]], [[50]], [[character.sFlux]], [[50]])

  • On used script:

    character.sFlux:changeCurrent(-vFluxCost.value) action.currentCD:set(vCD.value)

  • Type:

    1

  • Action effects:

    No effects