Version bumped to 0.2.4-4
All checks were successful
Actions / Autotagger (push) Successful in 9s
Actions / Build Gunpack (push) Successful in 18s

Guns changed:
- Apollo
  - Explosion radius nerfed from 6 --> 4
  - Explosion now deals knockback
This commit is contained in:
Seaswimmer 2024-07-23 20:14:59 -04:00
parent 105a855551
commit 6c87bf284f
Signed by: cswimr
GPG key ID: 3813315477F26F82
2 changed files with 3 additions and 2 deletions

View file

@ -31,7 +31,8 @@
"pierce": 4, "pierce": 4,
"explosion": { "explosion": {
"damage": 80, "damage": 80,
"radius": 6 "radius": 4,
"knockback": true
} }
}, },
"reload": { "reload": {

View file

@ -1,5 +1,5 @@
{ {
"version": "0.2.4-3", "version": "0.2.4-4",
"name": "pack.tacz.emx_arms_gun.name", "name": "pack.tacz.emx_arms_gun.name",
"desc": "pack.tacz.emx_arms_gun.desc", "desc": "pack.tacz.emx_arms_gun.desc",
"license": "CC BY-NC-ND 4.0", "license": "CC BY-NC-ND 4.0",