Separate sounds for VIP items.
This commit is contained in:
parent
f48f75c302
commit
4e0b3cd9e0
13 changed files with 17 additions and 5 deletions
|
|
@ -394,6 +394,7 @@ Class GrandSpear : MagAmmo
|
|||
//$Icon ammo
|
||||
Tag "$T_GRANDSPEAR";
|
||||
MagAmmo.PickupTag "GRANDSPEAR";
|
||||
Inventory.PickupSound "misc/bullet_pkup_vip";
|
||||
Inventory.Icon "graphics/HUD/Icons/A_GrandSpear.png";
|
||||
MagAmmo.ParentAmmo "GrandAmmo";
|
||||
MagAmmo.ClipSize 5;
|
||||
|
|
@ -419,6 +420,7 @@ Class GrandAmmo : SWWMAmmo
|
|||
//$Icon ammo
|
||||
Tag "$T_GRANDAMMO";
|
||||
SWWMAmmo.PickupTag "GRANDAMMO";
|
||||
Inventory.PickupSound "misc/ammo_pkup_vip";
|
||||
Stamina -1200000;
|
||||
Inventory.Icon "graphics/HUD/Icons/A_GrandAmmo.png";
|
||||
Inventory.Amount 1;
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ Class GrandLance : SWWMWeapon
|
|||
//$Icon weapon
|
||||
Tag "$T_GRANDLANCE";
|
||||
Inventory.PickupMessage "$T_GRANDLANCE";
|
||||
Inventory.PickupSound "misc/w_pkup_vip";
|
||||
Obituary "$O_GRANDLANCE";
|
||||
SWWMWeapon.Tooltip "$TT_GRANDLANCE";
|
||||
Inventory.Icon "graphics/HUD/Icons/W_GrandLance.png";
|
||||
|
|
|
|||
|
|
@ -262,6 +262,7 @@ Class UltimatePod : MagAmmo
|
|||
//$Icon ammo
|
||||
Tag "$T_ULTIMATEPOD";
|
||||
MagAmmo.PickupTag "ULTIMATEPOD";
|
||||
Inventory.PickupSound "misc/bullet_pkup_vip";
|
||||
Inventory.Icon "graphics/HUD/Icons/A_UltimatePod.png";
|
||||
MagAmmo.ParentAmmo "UltimateAmmo";
|
||||
MagAmmo.ClipSize 4;
|
||||
|
|
@ -287,6 +288,7 @@ Class UltimateAmmo : SWWMAmmo
|
|||
//$Icon ammo
|
||||
Tag "$T_ULTIMATEAMMO";
|
||||
SWWMAmmo.PickupTag "ULTIMATEAMMO";
|
||||
Inventory.PickupSound "misc/ammo_pkup_vip";
|
||||
Stamina -2000000;
|
||||
Inventory.Icon "graphics/HUD/Icons/A_UltimateAmmo.png";
|
||||
Inventory.Amount 1;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ Class RafanKos : SWWMWeapon
|
|||
//$Icon weapon
|
||||
Tag "$T_RAFANKOS";
|
||||
Inventory.PickupMessage "$T_RAFANKOS";
|
||||
Inventory.PickupSound "misc/w_pkup_vip";
|
||||
Obituary "$O_RAFANKOS";
|
||||
SWWMWeapon.Tooltip "$TT_RAFANKOS";
|
||||
Inventory.Icon "graphics/HUD/Icons/W_RafanKos.png";
|
||||
|
|
|
|||
|
|
@ -1090,6 +1090,7 @@ Class YnykronAmmo : SWWMAmmo
|
|||
//$Icon ammo
|
||||
Tag "$T_YNYKRONAMMO";
|
||||
SWWMAmmo.PickupTag "YNYKRONAMMO";
|
||||
Inventory.PickupSound "misc/ammo_pkup_vip";
|
||||
Stamina -3000000;
|
||||
Inventory.Icon "graphics/HUD/Icons/A_Ynykron.png";
|
||||
Inventory.Amount 1;
|
||||
|
|
|
|||
|
|
@ -2941,7 +2941,7 @@ Class Mykradvo : Inventory
|
|||
Tag "$T_MYKRADVO";
|
||||
Stamina -1200000;
|
||||
Inventory.Icon "graphics/HUD/Icons/I_Mykradvo.png";
|
||||
Inventory.PickupSound "misc/p_pkup";
|
||||
Inventory.PickupSound "misc/p_pkup_vip";
|
||||
Inventory.UseSound "mykradvo/arc";
|
||||
Inventory.PickupMessage "$T_MYKRADVO";
|
||||
Inventory.MaxAmount 3;
|
||||
|
|
@ -3357,7 +3357,7 @@ Class AngerySigil : Inventory
|
|||
Tag "$T_DEVASTATION";
|
||||
Stamina -1500000;
|
||||
Inventory.Icon "graphics/HUD/Icons/I_Devastation.png";
|
||||
Inventory.PickupSound "misc/p_pkup";
|
||||
Inventory.PickupSound "misc/p_pkup_vip";
|
||||
Inventory.UseSound "powerup/devastation";
|
||||
Inventory.PickupMessage "$T_DEVASTATION";
|
||||
Inventory.MaxAmount 3;
|
||||
|
|
@ -3625,7 +3625,7 @@ Class DivineSprite : Inventory
|
|||
Tag "$T_DIVINE";
|
||||
Stamina -3600000;
|
||||
Inventory.Icon "graphics/HUD/Icons/I_Divine.png";
|
||||
Inventory.PickupSound "misc/p_pkup";
|
||||
Inventory.PickupSound "misc/p_pkup_vip";
|
||||
Inventory.UseSound "powerup/divineuse";
|
||||
Inventory.PickupMessage "$T_DIVINE";
|
||||
Inventory.MaxAmount 3;
|
||||
|
|
|
|||
|
|
@ -236,6 +236,7 @@ Class Ynykron : SWWMWeapon
|
|||
//$Icon weapon
|
||||
Tag "$T_YNYKRON";
|
||||
Inventory.PickupMessage "$T_YNYKRON";
|
||||
Inventory.PickupSound "misc/w_pkup_vip";
|
||||
Obituary "$O_YNYKRON";
|
||||
SWWMWeapon.Tooltip "$TT_YNYKRON";
|
||||
Inventory.Icon "graphics/HUD/Icons/W_Ynykron.png";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue