• Tags:

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

    aThatsNotWhatISaid

  • Displayed name:

    That's not what I said

  • Description:

    As a reaction, you can reroll your last Psychology test made to lie to someone. The flux cost of this ability depends on how many times it has been used during the day.

  • Cast description:

    | Reaction: vReactionCD.strings | CD: vCD.strings | | :---: | :---: | | **Flux: vFluxOrCost.string ➞ vFluxCost.string** | **Range: vRange.string** | On a **vTest.string** test **MR vMR.string** [1d20]: Allows you to reroll your last Psychology test made to lie to someone for the vLvl.stringif vLvl.value == 1 then [[st]] endif vLvl.value == 2 then [[nd]] endif vLvl.value == 3 then [[rd]] endif vLvl.value > 3 then [[th]] end time this day.

  • Condition:

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

  • AP cost:

    0

  • Cooldown:

    600

  • Flux cost:

    reacMod(8)*cdMod(vCD)*targetMod(1,0)*puncMod(0,1)*vRange*complexMod*effect(vLvl*300,200,character.sCatalystLvl)

  • Variables:

    vRange = ListVariable([[vRange]], [[Range]], {[[selfMod]]}, {[[Self]]}) vLvl = NumberVariable([[vLvl]], [[Lvl]], [[1]], [[10]], [[1]]) vReactionCD = StatVariable([[vReactionCD]], 8) vTest = ListVariable([[vTest]], [[Test]], {[[character.sArcana]]}, {[[Arcana]]}) vMR = StatVariable([[vMR]], [[vTest]])

  • On used script:

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

  • Type:

    1

  • Action effects:

    No effects