• Tags:

    No tags

  • Name:

    aArcaneShield

  • Displayed name:

    Arcane shield

  • Description:

    Break the seal and create an arcane shield to the wielder that protects from a certain amount of damage.

  • Cast description:

    AP: aAP CD: aCD Flux: aFluxOrCost ➞ aFluxCost Range: str(vRange) On a successful Arcana test MR {sArcana}: Gives -{vLvl*3} Minimum HP as Shield value to the caster for the next 20 seconds.

  • Condition:

    sFlux >= aFluxCost "You don't have enough Flux"

  • AP cost:

    1

  • Cooldown:

    15

  • Flux cost:

    apMod(aAP)*cdMod(aCD)*targetMod(1,0)*durMod(20)*vRange*autoSave*halfOnSave*effectLvl(vLvl*30,30,sCatalystLvl)

  • Variables:

    vRange.choice(Range,[Self],[selfMod]) vLvl.slider(Lvl,1,10,1)

  • On used script:

    aName.cd.set(aCD) sFlux.current.change(-aFluxCost)

  • Type:

    1

  • Action effects:

    • Use case:

      4

    • Name:

      Arcane Shield

    • Description:

    • Script:

      mArcaneShield.create.effects(Arcane shield) mArcaneShield.description.set_(Give -{vLvl*5} Minimum HP as shield value.) mArcaneShield.duration.set(20) mArcaneShield.activate()

    • Variables: