mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Ray Gun and Ray Gun Mark 2: add clip ammo at the same time that it gets added in the reload animation
Ray Gun: change impact damage from weapon file
This commit is contained in:
@ -251,13 +251,15 @@
|
|||||||
* Fixed an issue where a player's melee weapon wouldn't reset if the player bled out in the Giant Robots
|
* Fixed an issue where a player's melee weapon wouldn't reset if the player bled out in the Giant Robots
|
||||||
|
|
||||||
### Ray Gun
|
### Ray Gun
|
||||||
|
* Ammo gets added to the clip at the same time that it gets added in the reload animation
|
||||||
|
* No longer limited to 4 players
|
||||||
* Unupgraded: increased impact damage from 1000 to 1500 (same as max splash damage)
|
* Unupgraded: increased impact damage from 1000 to 1500 (same as max splash damage)
|
||||||
* Upgraded: increased impact damage from 1000 to 2000 (same as max splash damage)
|
* Upgraded: increased impact damage from 1000 to 2000 (same as max splash damage)
|
||||||
* No longer limited to 4 players
|
|
||||||
|
|
||||||
### Ray Gun Mark 2
|
### Ray Gun Mark 2
|
||||||
* Same probability to obtain as other weapons
|
* Same probability to obtain as other weapons
|
||||||
* Can be obtained if player has Ray Gun
|
* Can be obtained if player has Ray Gun
|
||||||
|
* Ammo gets added to the clip at the same time that it gets added in the reload animation
|
||||||
* Limited to 1 player on all maps
|
* Limited to 1 player on all maps
|
||||||
* Decreased last stand ammo from 3 clips to 1 clip
|
* Decreased last stand ammo from 3 clips to 1 clip
|
||||||
|
|
||||||
|
@ -1417,16 +1417,6 @@ actor_damage_override(inflictor, attacker, damage, flags, meansofdeath, weapon,
|
|||||||
final_damage *= 2;
|
final_damage *= 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (weapon == "ray_gun_zm" && meansofdeath == "MOD_PROJECTILE")
|
|
||||||
{
|
|
||||||
final_damage = 1500;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (weapon == "ray_gun_upgraded_zm" && meansofdeath == "MOD_PROJECTILE")
|
|
||||||
{
|
|
||||||
final_damage = 2000;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (weapon == "blundergat_zm")
|
if (weapon == "blundergat_zm")
|
||||||
{
|
{
|
||||||
if (!is_true(self.is_brutus))
|
if (!is_true(self.is_brutus))
|
||||||
|
10
weapons/zm/ray_gun_upgraded_zm
Normal file
10
weapons/zm/ray_gun_upgraded_zm
Normal file
File diff suppressed because one or more lines are too long
10
weapons/zm/ray_gun_zm
Normal file
10
weapons/zm/ray_gun_zm
Normal file
File diff suppressed because one or more lines are too long
10
weapons/zm/raygun_mark2_upgraded_zm
Normal file
10
weapons/zm/raygun_mark2_upgraded_zm
Normal file
File diff suppressed because one or more lines are too long
10
weapons/zm/raygun_mark2_zm
Normal file
10
weapons/zm/raygun_mark2_zm
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user