Weapon Tweaks (#1186)

* RPG Tweaks

* Decreased bulletbase bb
This commit is contained in:
Swept
2020-06-23 12:04:19 +00:00
committed by GitHub
parent 304ab3a056
commit fe65d1fa85
10 changed files with 23 additions and 7 deletions

Binary file not shown.

View File

@@ -73,7 +73,7 @@
fireRate: 0.5
capacity: 1
soundEmpty: /Audio/Guns/Empty/empty.ogg
soundGunshot: /Audio/Guns/Gunshots/bang.ogg
soundGunshot: /Audio/Guns/Gunshots/rpgfire.ogg
soundInsert: /Audio/Guns/MagIn/batrifle_magin.ogg
- type: Appearance
visuals:

View File

@@ -18,7 +18,7 @@
hard: false
shapes:
- !type:PhysShapeAabb
bounds: "-0.2,-0.2,0.2,0.2"
bounds: "-0.1,-0.1,0.1,0.1"
layer: [Clickable]
mask:
- Impassable
@@ -130,10 +130,14 @@
- type: Projectile
deleteOnCollide: false
- type: Explosive
devastationRange: 3
heavyImpactRange: 5
lightImpactRange: 7
devastationRange: 1
heavyImpactRange: 2
lightImpactRange: 4
flashRange: 10
- type: PointLight
radius: 3.5
color: orange
energy: 0.5
- type: entity
id: BulletGrenadeBaton

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -19,6 +19,14 @@
"name": "mag-0",
"directions": 1
},
{
"name": "rocket0-inhand-left",
"directions": 4
},
{
"name": "rocket0-inhand-right",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
@@ -28,4 +36,4 @@
"directions": 4
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 814 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 329 B

View File

@@ -10,6 +10,10 @@
{
"name": "frag",
"directions": 1
},
{
"name": "smallfrag",
"directions": 1
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B