-
Tags:
complexActionpotion -
Name:
aMinorSpeedPotion
-
Displayed name:
Minor speed potion
-
Description:
Gives +0.5m/s for the next 20 seconds
-
Cast description:
| AP: aAP | CD: aCDs | | :---: | :---: | | **Flux: 0** | **Range: str(vRange)** | Gives +0.5m/s for the next 20 seconds.
-
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 speed potion
-
Description:
-
Script:
mMinorSpeedPotion.create.effects(Minor speed potion) mMinorSpeedPotion.description.set_(Gives +0.5m/s for the next 20 seconds.) mMinorSpeedPotion.duration.set(20) mMinorSpeedPotion.script.set_(sMovement.current.add(0.5,alchimy,Minor speed potion)) mMinorSpeedPotion.activate()
-
Variables:
-