• Tags:

    ['complexAction', 'Complex action']['potion', 'Potion']['consumable', 'Consumable']
  • Name:

    aMajorVigorPotion

  • Displayed name:

    Major Vigor potion

  • Description:

    Gives +3 Vigor for the next 30s.

  • Cast description:

    | AP: vAP.string | CD: vCD.strings | | :---: | :---: | | **Flux: 0** | **Range: vRange.string** | Gives +3 Vigor for the next 30s.

  • Condition:

  • AP cost:

    2

  • Cooldown:

    10

  • Flux cost:

  • Variables:

    vRange = ListVariable("vRange","Range",{"contactMod"},{"Contact"})

  • On used script:

    action.item.amount:add(-1)

  • Type:

    2

  • Action effects:

    • Use case:

      4

    • Name:

      Major Vigor potion

    • Description:

    • Script:

      effect = character:createEffect([[mMajorVigorPotion]]) effect.displayName.value = [[Major Vigor potion]] effect.description.value = [[Gives +3 Vigor for the next 30s.]] effect.duration:set(30) effect.script:set([=[character.sVigor:addCurrent([[3]],[[alchimy]],[[Major Vigor potion]])]=]) effect:activate()

    • Variables: