Skip to content

Commit

Permalink
Fixed some typos in data
Browse files Browse the repository at this point in the history
  • Loading branch information
winsomniak committed Mar 8, 2019
1 parent 59acc0e commit fc5c243
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions public/data/specials/blue-flame.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"cooldown": 3,
"sp": 500,
"description": "Boosts damage by 10. If unit is adjacent to an ally, boosts damage by 25 instead.",
"link": "https://kagerochart.com/hero/specials/blue_flame",
"link": "https://kagerochart.com/hero/specials/blue-flame",
"dmg_bonus": {
"bonus": 10,
"if_adjacent": {
"bonus": 25
}
},
"weapon_restrict": "Staff",
"id": "blue_flame"
}
"id": "blue-flame"
}
6 changes: 3 additions & 3 deletions public/data/weapons/huginns-egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"stat_mod":{
"res":3
},
"link": "https://kagerochart.com/hero/weapons/huggins-egg",
"id": "huggins-egg",
"link": "https://kagerochart.com/hero/weapons/huginns-egg",
"id": "huginns-egg",
"magical": true
}
}
6 changes: 3 additions & 3 deletions public/data/weapons/laevatein.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sp": 400,
"description": "Grants Atk+3. Adds total bonuses on unit to damage dealt.",
"type": "Sword",
"link": "https://kagerochart.com/hero/weapons/niu",
"link": "https://kagerochart.com/hero/weapons/laevatein",
"color": "Red",
"magical": false,
"stat_mod":{
Expand All @@ -20,5 +20,5 @@
]
},
"char_unique": true,
"id": "niu"
}
"id": "laevatein"
}
6 changes: 3 additions & 3 deletions public/data/weapons/muninns-egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"stat_mod":{
"res":3
},
"link": "https://kagerochart.com/hero/weapons/muninn-egg",
"id": "muninn-egg",
"link": "https://kagerochart.com/hero/weapons/muninns-egg",
"id": "muninns-egg",
"magical": true
}
}

0 comments on commit fc5c243

Please sign in to comment.