• Tags:

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

    aMajorSpeedPotion

  • Displayed name:

    Major speed potion

  • Description:

    Gives +1.5m/s for the next 20 seconds.

  • Cast description:

    | AP: vAP.string | CD: vCD.strings | | :---: | :---: | | **Flux: 0** | **Range: vRange.string** | Gives +1.5m/s for the next 20 seconds.

  • 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 speed potion

    • Description:

    • Script:

      effect = character:createEffect([[mMajorSpeedPotion]]) effect.displayName.value = [[Major speed potion]] effect.description.value = [[Gives +1.5m/s for the next 20 seconds.]] effect.duration:set(20) effect.script:set([=[character.sMovement:addCurrent([[1.5]],[[alchimy]],[[Major speed potion]])]=]) effect:activate()

    • Variables: