Skip to content

Commit

Permalink
Update fireball.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolpango committed Jan 10, 2024
1 parent ec8bf48 commit edf8b61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lone-wanderer-game/Content/Spells/fireball.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Fireball",
"type": "ProjectileSpell",
"asset": "fireball",
"speed": 5,
"speed": 2,
"sound": "foom_0",
"icon": "fireball",
"timer": 5,
Expand Down Expand Up @@ -58,19 +58,19 @@
"damage": 10,
"description": "Level1 spell",
"specialMultiplier": 1,
"cooldown": 1
"cooldown": 3
},
{
"damage": 20,
"description": "Level2 spell",
"specialMultiplier": 1,
"cooldown": 0.8
"cooldown": 1.4
},
{
"damage": 40,
"description": "Level3 spell",
"specialMultiplier": 1,
"cooldown": 0.8
"cooldown": 1.2
}
]
}

0 comments on commit edf8b61

Please sign in to comment.