Skip to content

Commit

Permalink
ADD spell type to json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Destinea committed Aug 30, 2024
1 parent 874d1de commit f0c457b
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions assets/app-data/spells_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,59 +2,73 @@
"spells": {
"Lightning Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Spell_Lightning.png",
"type": "spell"
"type": "spell",
"elixir": "basic"
},
"Healing Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Spell_Heal.png",
"type": "spell"
"type": "spell",
"elixir": "basic"
},
"Rage Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Spell_Rage.png",
"type": "spell"
"type": "spell",
"elixir": "basic"
},
"Jump Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Spell_Jump.png",
"type": "spell"
"type": "spell",
"elixir": "basic"
},
"Freeze Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Spell_Freeze.png",
"type": "spell"
"type": "spell",
"elixir": "basic"
},
"Clone Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Spell_Clone.png",
"type": "spell"
"type": "spell",
"elixir": "basic"
},
"Invisibility Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Spell_Invisibility.png",
"type": "spell"
"type": "spell",
"elixir": "basic"
},
"Recall Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Spell_Recall.png",
"type": "spell"
"type": "spell",
"elixir": "basic"
},
"Poison Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Dark_Spell_Poison.png",
"type": "spell"
"type": "spell",
"elixir": "dark"
},
"Earthquake Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Dark_Spell_Earthquake.png",
"type": "spell"
"type": "spell",
"elixir": "dark"
},
"Haste Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Dark_Spell_Haste.png",
"type": "spell"
"type": "spell",
"elixir": "dark"
},
"Skeleton Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Dark_Spell_Skeleton.png",
"type": "spell"
"type": "spell",
"elixir": "dark"
},
"Bat Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Dark_Spell_Bat.png",
"type": "spell"
"type": "spell",
"elixir": "dark"
},
"Overgrowth Spell": {
"url": "https://assets.clashk.ing/home-base/spell-pics/Icon_HV_Dark_Spell_Overgrowth.png",
"type": "spell"
"type": "spell",
"elixir": "dark"
}
}
}

0 comments on commit f0c457b

Please sign in to comment.