• Tags:

    No tags

  • Name:

    aEnergyPotion

  • Displayed name:

    Energy potion

  • Description:

    Grants +1 AP/s for 5s to the target.

  • Cast description:

    AP: aAP CD: aCDs Range: str(vRange) Grants +1 AP/s for 5s to the target.

  • Condition:

  • AP cost:

    vRange

  • Cooldown:

    1

  • Flux cost:

  • Variables:

    vRange.choice(Range,[Contact],[contactMod])

  • On used script:

    iName.amount.change(-1)

  • Type:

    2

  • Action effects:

    • Use case:

      (vRange-1)

    • Name:

      Energy potion

    • Description:

    • Script:

      mEnergyPotion.create.effects(Energy potion) mEnergyPotion.description.set_(Grants +1 AP/s) mEnergyPotion.duration.set(5) mEnergyPotion.script.set_(sRegenAP.current.add(1,alchimy,Energy potion)) mEnergyPotion.activate()

    • Variables: