• Tags:

    complexActionpotion
  • Name:

    aMajorEnergyPotion

  • Displayed name:

    Major energy potion

  • Description:

    Gives +0.3 AP/s for the next 30s

  • Cast description:

    | AP: aAP | CD: aCDs | | :---: | :---: | | **Flux: 0** | **Range: str(vRange)** | Gives +0.3 AP/s for the next 30s.

  • Condition:

  • AP cost:

    2

  • Cooldown:

    10

  • Flux cost:

  • Variables:

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

  • On used script:

    action.item.amount:add(-1)

  • Type:

    2

  • Action effects:

    • Use case:

      4

    • Name:

      Major energy potion

    • Description:

    • Script:

      effect = character:createEffect([[mMajorEnergyPotion]]) effect.displayName.value = [[Major energy potion]] effect.description.value = [[Gives +0.3 AP/s for the next 30s.]] effect.duration:set(30) effect.script:set([=[character.sRegenAP:addCurrent([[0.3]],[[alchimy]],[[Major energy potion]])]=]) effect:activate()

    • Variables: