• Name:

    mStonePlatingI

  • Displayed name:

    Stone plating II

  • Description:

    When performing an action that uses Earth, the user may spend 4 Success Points (SP) to cover themselves with protective stone plating and gain 1d4 Extra HP. The extra HP doesn't stack on top of each others. Each additional d4 costs 1 SP more than the previous one (two dice = 9 SP, three dice = 15 SP, etc.).

  • Cost:

    expCost(spAmountMod(5)*250,250)

  • Script:

  • Duration:

    -1

  • Type:

    0

  • Recurrent script:

  • Add ons:

    • Condition:

      action:tagsContain([[earth]])

    • Description:

    • Variables:

      vStonePlateSP = 4

    • Script:

    • Action effects:

      • Use case:

        0

      • Name:

      • Description:

        You can spend vStonePlateSP.string SP to gain 1d4 Extra HP; each additional die costs 1 SP more than the previous one.

      • Script:

      • Variables:

  • Upgrades:

    • Name:

      mStonePlatingII

    • Displayed name:

      Stone plating II

    • Description:

      Reduces the amount needed to add the first Stone plating die to 4 SP.

    • Cost:

      expCost(spAmountMod(4)*250,250)-225

    • Script:

      master.displayName:set([[Stone plating II]]) master.description:replace([[spend 5 Success]],[[spend 4 Success]]) master.description:replace([[two dice = 11 SP]],[[two dice = 9 SP]]) master.description:replace([[three dice = 18 SP]],[[three dice = 15 SP]]) master.addOns[1].variables.value = [[vStonePlateSP = 4]]

    • Duration:

      -1

    • Type:

      0

    • Recurrent script:

    • Add ons:

    • Name:

      mStonePlatingIII

    • Displayed name:

      Stone plating III

    • Description:

      Reduces the amount needed to add the first Stone plating die to 3 SP.

    • Cost:

      expCost(spAmountMod(3)*250,250)-675

    • Script:

      master.displayName:set([[Stone plating III]]) master.description:replace([[spend 4 Success]],[[spend 3 Success]]) master.description:replace([[two dice = 9 SP]],[[two dice = 7 SP]]) master.description:replace([[three dice = 15 SP]],[[three dice = 12 SP]]) master.addOns[1].variables.value = [[vStonePlateSP = 3]]

    • Duration:

      -1

    • Type:

      0

    • Recurrent script:

    • Add ons:

    • Name:

      mStonePlatingIV

    • Displayed name:

      Stone plating IV

    • Description:

      Reduces the amount needed to add the first Stone plating die to 2 SP.

    • Cost:

      expCost(spAmountMod(2)*250,250)-1350

    • Script:

      master.displayName:set([[Stone plating IV]]) master.description:replace([[spend 3 Success]],[[spend 2 Success]]) master.description:replace([[two dice = 7 SP]],[[two dice = 5 SP]]) master.description:replace([[three dice = 12 SP]],[[three dice = 9 SP]]) master.addOns[1].variables.value = [[vStonePlateSP = 2]]

    • Duration:

      -1

    • Type:

      0

    • Recurrent script:

    • Add ons:

    • Name:

      mStonePlatingV

    • Displayed name:

      Stone plating V

    • Description:

      Reduces the amount needed to add the first Stone plating die to 1 SP.

    • Cost:

      expCost(spAmountMod(1)*250,250)-2250

    • Script:

      master.displayName:set([[Stone plating V]]) master.description:replace([[spend 2 Success]],[[spend 1 Success]]) master.description:replace([[two dice = 5 SP]],[[two dice = 3 SP]]) master.description:replace([[three dice = 9 SP]],[[three dice = 6 SP]]) master.addOns[1].variables.value = [[vStonePlateSP = 1]]

    • Duration:

      -1

    • Type:

      0

    • Recurrent script:

    • Add ons: