
Moderator: Forum Guards
//================================================================================
// HackerClo.
//================================================================================
class HackerClo extends DeusExPickup;
state Activated extends Activated
{
function Activate ()
{
}
function BeginState ()
{
local DeusExPlayer Player;
Super.BeginState();
Player=DeusExPlayer(Owner);
if ( Player != None )
{
Player.Mesh=LodMesh'mp_jumpsuit';
Player.MultiSkins[1]=Texture'AlexJacobsonTex2';
Player.MultiSkins[2]=Texture'AlexJacobsonTex1';
}
UseOnce();
}
Begin:
}
defaultproperties
{
maxCopies=10
bCanHaveMultipleCopies=True
bActivatable=True
ItemName="Real hacker's Clothing"
ItemArticle="the"
PlayerViewOffset=(X=30.00, Y=0.00, Z=-12.00)
PlayerViewMesh=LodMesh'DeusExDeco.BoxSmall'
PickupViewMesh=LodMesh'DeusExDeco.BoxSmall'
ThirdPersonMesh=LodMesh'DeusExDeco.BoxSmall'
LandSound=Sound'DeusExSounds.Generic.PaperHit2'
Icon=Texture'DeusExUI.Icons.ChargedIconArmorAdaptive'
largeIcon=Texture'DeusExUI.Icons.LargeIconArmorAdaptive'
largeIconWidth=35
largeIconHeight=49
Description="Label: FunLine Industries, [A]lliance group, dxalpha.com"
beltDescription="HACKERS CLOTHING"
Skin=Texture'Skins.clothesskin'
Mesh=LodMesh'DeusExDeco.BoxSmall'
CollisionRadius=13.00
CollisionHeight=5.18
Mass=10.00
Buoyancy=30.00
}