• Tags:

    ['complexAction', 'Complex action']
  • Name:

    aTelekinesis

  • Displayed name:

    Telekinesis

  • Description:

    The character move a object within range with a define amount of strength and agility.

  • Cast description:

    | AP: vAP.string * | CD: vCD.strings | | :---: | :---: | | **Flux: vFluxOrCost.string ➞ vFluxCost.string** | **Range: vRange.string** | On a **vTest.string** test **MR vMR.string** [1d20]: The character move an object within range for 30 seconds with the following stats: Strength vStrength.string, Agility vAgility.string, Movement vMovement.stringm/s. The caster have to concentrate for 1AP every second to keep this effect.

  • Condition:

    assert(character.sFlux.current >= vFluxCost.value, [[You don't have enough Flux.]])

  • AP cost:

    6

  • Cooldown:

    10

  • Flux cost:

    apMod(vAP)*cdMod(vCD)*targetMod(1,0)*durMod(30)*vRange*complexMod*concMod(30,1,1)*effect(((vStrength-7)^2+(vAgility-7)^2+(vMovement-1)^2)*30+30,70)

  • Variables:

    vRange = ListVariable([[vRange]], [[Range]], {[[mediumMod]]}, {[[10m]]}) vStrength = NumberVariable([[vStrength]], [[Strength]], [[7]], [[20]], [[1]]) vAgility = NumberVariable([[vAgility]], [[Agility]], [[7]], [[20]], [[1]]) vMovement = NumberVariable([[vMovement]], [[Movement]], [[1]], [[10]], [[1]]) vTest = ListVariable([[vTest]], [[Test]], {[[character.sArcana]]}, {[[Arcana]]}) vMR = StatVariable([[vMR]], [[vTest]])

  • On used script:

    character.sFlux:changeCurrent(-vFluxCost.value) action.currentCD:set(vCD.value)

  • Type:

    1

  • Action effects:

    No effects