Implemented Instant Health and Instant Damage effects

This commit is contained in:
Dylan K. Taylor
2017-03-21 11:38:08 +00:00
parent a5a51fb9c5
commit 2d927db264
5 changed files with 163 additions and 45 deletions

View File

@ -29,13 +29,17 @@
"instant_health": {
"id": 6,
"color": "f82423",
"name": "potion.heal"
"name": "potion.heal",
"default_duration": 1,
"has_bubbles": false
},
"instant_damage": {
"id": 7,
"color": "430a09",
"name": "potion.harm",
"isBad": true
"isBad": true,
"default_duration": 1,
"has_bubbles": false
},
"jump_boost": {
"id": 8,