• Tags:

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

    aSugarCoat

  • Displayed name:

    Sugar coat

  • Description:

    Gives a bonus to the caster for the next 10 minutes to all Psychology tests made to persuade someone.

  • Cast description:

    | AP: vAP.string * | CD: 1 minute | | :---: | :---: | | **Flux: vFluxOrCost.string ➞ vFluxCost.string** | **Range: vRange.string** | On a **vTest.string** test **MR vMR.string** [1d20]: Gives you a bonus of +vLvl.string to all Psychology tests made to persuade someone for the next 10 minutes.

  • Condition:

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

  • AP cost:

    6

  • Cooldown:

    60

  • Flux cost:

    apMod(vAP)*cdMod(vCD)*vRange*durMod(10*60)*effect(vLvl*30,15,character.sCatalystLvl)*complexMod

  • Variables:

    vLvl = NumberVariable([[vLvl]], [[Lvl]], [[1]], [[10]], [[1]]) vRange = ListVariable([[vRange]], [[Range]], {[[selfMod]]}, {[[Self]]}) 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