Sha256: f8d9220eebcbe35447b62a724a2c8c7f960ddf4fa6025a5ce7833d14e3d1a77d

Contents?: true

Size: 1.06 KB

Versions: 5

Compression:

Stored size: 1.06 KB

Contents

{
  "id": "SummonerMana",
  "summonerLevel": 1,
  "name": "Clarity",
  "description": "Restores 40% of your champion's maximum Mana. Also restores allies for 40% of their maximum Mana",
  "key": "13",
  "image": {
    "full": "SummonerMana.png",
    "sprite": "spell0.png",
    "group": "spell",
    "x": 0,
    "y": 48,
    "w": 48,
    "h": 48
  },
  "tooltip": "Restores {{ f1 }}% maximum Mana to your Champion and nearby allies.",
  "resource": "No Cost",
  "maxrank": 1,
  "modes": [
    "CLASSIC",
    "ODIN",
    "TUTORIAL",
    "ARAM"
  ],
  "costType": "NoCost",
  "cost": [
    0
  ],
  "costBurn": "0",
  "range": [
    600
  ],
  "rangeBurn": "600",
  "cooldown": [
    180
  ],
  "cooldownBurn": "180",
  "vars": [
    {
      "key": "f1",
      "link": "@player.level",
      "coeff": [
        190.0,
        220.0,
        250.0,
        280.0,
        310.0,
        340.0,
        370.0,
        400.0,
        430.0,
        460.0,
        490.0,
        520.0,
        550.0,
        580.0,
        610.0,
        640.0,
        670.0,
        700.0
      ]
    }
  ]
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby-lol-0.9.14 spec/fixtures/v1/get-summoner-spell-by-id.json
ruby-lol-0.9.13 spec/fixtures/v1/get-summoner-spell-by-id.json
ruby-lol-0.9.12 spec/fixtures/v1/get-summoner-spell-by-id.json
ruby-lol-0.9.11 spec/fixtures/v1/get-summoner-spell-by-id.json
ruby-lol-0.9.10 spec/fixtures/v1/get-summoner-spell-by-id.json