mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-07-13 15:34:40 +00:00
Perk Rework
This commit is contained in:
parent
6d24ae4cba
commit
54ca7686de
31 changed files with 305 additions and 320 deletions
|
|
@ -108,6 +108,7 @@ datablock ShapeBaseImageData(MG42Image) {
|
|||
RankRequire = $TWM2::RankRequire["MG42"];
|
||||
|
||||
projectileSpread = 12.5 / 1000.0;
|
||||
handleExpertReduce = 1.5;
|
||||
|
||||
//--------------------------------------
|
||||
stateName[0] = "Activate";
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@ datablock ShapeBaseImageData(MRXXImage) {
|
|||
shellVelocity = 4.5;
|
||||
|
||||
projectileSpread = 10.0 / 1000.0;
|
||||
handleExpertReduce = 1.75;
|
||||
|
||||
|
||||
//--------------------------------------
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@ datablock ShapeBaseImageData(RP432Image) {
|
|||
shellVelocity = 4.5;
|
||||
|
||||
projectileSpread = 10.0 / 1000.0;
|
||||
handleExpertReduce = 1.4;
|
||||
|
||||
|
||||
//--------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue