Version bumped to 0.2.4-4
Guns changed: - Apollo - Explosion radius nerfed from 6 --> 4 - Explosion now deals knockback
This commit is contained in:
parent
105a855551
commit
6c87bf284f
2 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,8 @@
|
|||
"pierce": 4,
|
||||
"explosion": {
|
||||
"damage": 80,
|
||||
"radius": 6
|
||||
"radius": 4,
|
||||
"knockback": true
|
||||
}
|
||||
},
|
||||
"reload": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.2.4-3",
|
||||
"version": "0.2.4-4",
|
||||
"name": "pack.tacz.emx_arms_gun.name",
|
||||
"desc": "pack.tacz.emx_arms_gun.desc",
|
||||
"license": "CC BY-NC-ND 4.0",
|
||||
|
|
Loading…
Reference in a new issue