Added Eightball "2 second hold" feature from Unreal Bible.
Added Stinger projectile bounce from 0.866 and below. Added Stinger damage charge&explosion from Unreal Bible.
This commit is contained in:
parent
d3d6dc5705
commit
46ebde2750
8 changed files with 309 additions and 7 deletions
|
|
@ -37,6 +37,7 @@ O_OWNSENTRY = "%o was gunned down by %p own Minigun Sentry.";
|
|||
O_OSENTRY = "%%o took a bullet from %s.";
|
||||
O_OWNOSENTRY = "%o took a bullet from %p own Light Sentry.";
|
||||
O_STINGERX = "%o ate flaming Tarydium death thanks to %k.";
|
||||
O_STINGERX2 = "%o ate flaming Tarydium death.";
|
||||
O_OLSMP = "%o didn't stand a chance against %k's SMP 7243.";
|
||||
/* Pickup messages */
|
||||
I_WPOWERUP = "You got a Dispersion Pistol Powerup.";
|
||||
|
|
@ -217,6 +218,8 @@ STING_STINGERB = "Stinger projectiles bounce";
|
|||
STING_RIFLE = "Rifle burst altfire";
|
||||
STING_RIFLEL = "Rifle flashlight";
|
||||
STING_RAZOR = "Razorjack charging";
|
||||
STING_EHOLD = "Loaded Eightball can be held for 2 seconds";
|
||||
STING_BHOLD = "Charged Biorifle can be held for 2 seconds";
|
||||
STING_FLAMET = "Old Flamethrower model";
|
||||
STING_DOPTS = "Weapon dual wielding";
|
||||
STING_AUTODUAL = "Automags";
|
||||
|
|
@ -276,6 +279,7 @@ O_OWNSENTRY = "%o fue abatid@[ao_esp] por su propi@[ao_esp] Torreta.";
|
|||
O_OSENTRY = "%%o se llevó un tiro de la %s.";
|
||||
O_OWNOSENTRY = "%o se llevó un tiro de su propi@[ao_esp] Torreta Ligera.";
|
||||
O_STINGERX = "%o tragó muerte ardiente de Tarydium gracias a %k.";
|
||||
O_STINGERX2 = "%o tragó muerte ardiente de Tarydium.";
|
||||
O_OLSMP = "%o no tenía ninguna oportunidad contra el SMP 7243 de %k.";
|
||||
/* Pickup messages */
|
||||
I_WPOWERUP = "Has obtenido una Mejora para la Pistola de Dispersión.";
|
||||
|
|
@ -438,6 +442,8 @@ STING_STINGERB = "Los projectiles del Arma Aguijón rebotan";
|
|||
STING_RIFLE = "Fuego alternativo en ráfaga de Rifle";
|
||||
STING_RIFLEL = "Linterna de Rifle";
|
||||
STING_RAZOR = "Carga de Razorjack";
|
||||
STING_EHOLD = "El Eightball se puede mantener cargado por 2 segundos";
|
||||
STING_BHOLD = "El Biorifle se puede mantener cargado por 2 segundos";
|
||||
STING_FLAMET = "Modelo viejo de Lanzallamas";
|
||||
STING_DOPTS = "Armas a dos manos";
|
||||
STING_AUTODUAL = "Autoarmas";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue