1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 21:59:49 -05:00

Acidgat: add projectile indicator

Acidgat: decrease explosion radius
This commit is contained in:
Jbleezy 2024-04-18 22:57:17 -07:00
parent 8508bdae40
commit 238781658f
6 changed files with 101 additions and 2 deletions

View File

@ -561,9 +561,11 @@
* Increased clip ammo from 3 to 4
* Increased player damage from 10 to 15
* Increased move speed while aiming from 100% to 200% (same as Blundergat)
* Decreased explosion radius by 50%
* Fires all projectiles at once
* Projectiles fire in a straight line
* Projectiles no longer seek toward zombies
* Added projectile indicator
* Removed projectile upward speed
* Deadshot improves accuracy
* Stuck zombie counts as a kill

Binary file not shown.

View File

@ -0,0 +1,94 @@
{
"_type": "material",
"_version": 1,
"cameraRegion": "none",
"constants": [],
"contents": 1,
"gameFlags": [],
"hashIndex": 0,
"layeredSurfaceTypes": 536870912,
"probeMipBits": 0,
"sortKey": 40,
"stateBits": [
{
"alphaTest": "gt0",
"blendOpAlpha": "add",
"blendOpRgb": "add",
"colorWriteAlpha": true,
"colorWriteRgb": true,
"cullFace": "none",
"depthTest": "disabled",
"depthWrite": false,
"dstBlendAlpha": "one",
"dstBlendRgb": "invsrcalpha",
"polygonOffset": "offset0",
"polymodeLine": false,
"srcBlendAlpha": "invdestalpha",
"srcBlendRgb": "srcalpha",
"stencilBack": null,
"stencilFront": null
}
],
"stateBitsEntry": [
-1,
-1,
0,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1,
-1
],
"stateFlags": 0,
"surfaceFlags": 0,
"surfaceTypeBits": 0,
"techniqueSet": "trivial_9z33feqw",
"textureAtlas": {
"columns": 1,
"rows": 1
},
"textures": [
{
"image": "hud_indicator_blundersplat",
"isMatureContent": false,
"name": "colorMap",
"samplerState": {
"clampU": false,
"clampV": false,
"clampW": false,
"filter": "aniso4x",
"mipMap": "linear"
},
"semantic": "2D"
}
],
"thermalMaterial": null
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -14,6 +14,7 @@ material,menu_zm_weapons_one_inch_punch_lightning
material,menu_zm_weapons_item_meat
material,menu_zm_weapons_item_head
material,menu_zm_weapons_syrette
material,hud_indicator_blundersplat
image,menu_zm_weapons_ray_gun
image,menu_zm_weapons_raygun_mark2
image,menu_zm_weapons_blundergat
@ -30,3 +31,4 @@ image,menu_zm_weapons_one_inch_punch_lightning
image,menu_zm_weapons_item_meat
image,menu_zm_weapons_item_head
image,menu_zm_weapons_syrette
image,hud_indicator_blundersplat