All Mortal Rifle base models done. Animation next.
This commit is contained in:
parent
b7286d536e
commit
1efaf7a6f9
344 changed files with 173 additions and 69 deletions
|
|
@ -302,6 +302,8 @@ Class MisterRound : MagAmmo
|
|||
Inventory.MaxAmount 20;
|
||||
+FLOATBOB;
|
||||
FloatBobStrength 0.25;
|
||||
Radius .5;
|
||||
Height 20;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
@ -315,6 +317,7 @@ Class MisterRound2 : MisterRound
|
|||
Default
|
||||
{
|
||||
Inventory.Amount 2;
|
||||
Radius .75;
|
||||
}
|
||||
}
|
||||
Class MisterRound3 : MisterRound
|
||||
|
|
@ -322,6 +325,7 @@ Class MisterRound3 : MisterRound
|
|||
Default
|
||||
{
|
||||
Inventory.Amount 3;
|
||||
Radius 1;
|
||||
}
|
||||
}
|
||||
Class MisterRound5 : MisterRound
|
||||
|
|
@ -329,6 +333,7 @@ Class MisterRound5 : MisterRound
|
|||
Default
|
||||
{
|
||||
Inventory.Amount 5;
|
||||
Radius 1.25;
|
||||
}
|
||||
}
|
||||
Class MisterRound10 : MisterRound
|
||||
|
|
@ -336,6 +341,7 @@ Class MisterRound10 : MisterRound
|
|||
Default
|
||||
{
|
||||
Inventory.Amount 10;
|
||||
Radius 1.5;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -355,6 +361,8 @@ Class MisterAmmo : SWWMAmmo
|
|||
+FLOATBOB;
|
||||
FloatBobStrength 0.25;
|
||||
Accuracy 90;
|
||||
Radius 4;
|
||||
Height 23;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
@ -379,6 +387,8 @@ Class MisterGAmmo : SWWMAmmo
|
|||
+FLOATBOB;
|
||||
FloatBobStrength 0.25;
|
||||
Accuracy 90;
|
||||
Radius 4;
|
||||
Height 21;
|
||||
}
|
||||
States
|
||||
{
|
||||
|
|
@ -392,13 +402,7 @@ Class MisterGAmmo2 : MisterGAmmo
|
|||
Default
|
||||
{
|
||||
Inventory.Amount 2;
|
||||
}
|
||||
}
|
||||
Class MisterGAmmo3 : MisterGAmmo
|
||||
{
|
||||
Default
|
||||
{
|
||||
Inventory.Amount 3;
|
||||
Radius 5;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue