-
Tags:
['polymorphAction', 'Action polymorphique']['frogForm', 'Forme de grenouille'] -
Name:
aFrogLeap
-
Displayed name:
Bond de grenouille
-
Description:
Avec cette action polymorphique de forme amphibienne, le polymorphe transforme ses jambes afin de bondir sur une longue distance.
-
Cast description:
| PA: vAP.string | TdR: vCD.strings | | :---: | :---: | | **Flux: vFluxOrCost.string ➞ vFluxCost.string** | **Portée: vRange.string** | Sur un test de **vTest.string** réussi, **RM vMR.string** [1d20]: Bondit sur une distance de vDistance.string.
-
Condition:
assert(character.sFlux.current >= vFluxCost.value, [[Vous n'avez pas assez de Flux]])
-
AP cost:
2
-
Cooldown:
4
-
Flux cost:
apMod(vAP)*cdMod(vCD)*targetMod(1,0)*puncMod(0,1)*vRange*effect(vDistance*30,90)
-
Variables:
vDistance = NumberVariable([[vDistance]], [[Distance]], [[3]], [[30]], [[3]]) vDistance.valueDisplay.value = [[ self .. " mètres" ]] vRange = ListVariable([[vRange]], [[Portée]], {[[selfMod]]}, {[[Soi-même]]}) vTest = ListVariable([[vTest]], [[Test]], {[[sVigor]]}, {[[Vigueur]]}) vMR = StatVariable([[vMR]], [[vTest]])
-
On used script:
character.sFlux:changeCurrent(-vFluxCost.value) action.currentCD:set(vCD.value)
-
Type:
1
-
Action effects:
No effects