• Tags:

    complexActionpotion
  • Name:

    aArcanaPotion

  • Displayed name:

    Arcana potion

  • Description:

    Gives +2 Arcana for the next 30s.

  • Cast description:

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

  • Condition:

  • AP cost:

    2

  • Cooldown:

    10

  • Flux cost:

  • Variables:

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

  • On used script:

    iName.amount.change(-1)

  • Type:

    2

  • Action effects:

    • Use case:

      4

    • Name:

      Arcana potion

    • Description:

    • Script:

      mArcanaPotion.create.effects(Arcana potion) mArcanaPotion.description.set_(Gives +2 Arcana for the next 30s.) mArcanaPotion.duration.set(30) mArcanaPotion.script.set_(sArcana.current.add(2,alchimy,Arcana potion)) mArcanaPotion.activate()

    • Variables: