• Tags:

    complexActionpotion
  • Name:

    aMinorReflexPotion

  • Displayed name:

    Minor Reflex potion

  • Description:

    Gives +1 Reflex for the next 30s.

  • Cast description:

    | AP: aAP | CD: aCDs | | :---: | :---: | | **Flux: 0** | **Range: str(vRange)** | Gives +1 Reflex 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:

      Minor Reflex potion

    • Description:

    • Script:

      mMinorReflexPotion.create.effects(Minor Reflex potion) mMinorReflexPotion.description.set_(Gives +1 Reflex for the next 30s.) mMinorReflexPotion.duration.set(30) mMinorReflexPotion.script.set_(sReflex.current.add(1,alchimy,Minor Reflex potion)) mMinorReflexPotion.activate()

    • Variables: