Files
dsrc/sku.0/sys.server/compiled/game/script/item/camp/camp_luxury.script
T
2013-09-10 23:17:15 -07:00

33 lines
738 B
Plaintext

/**
* Copyright (c) ©2000-2002 Sony Online Entertainment Inc.
* All Rights Reserved
*
* Title: camp_luxury.script
* Description: camp_luxury
* @author $Author:$
* @version $Revision: #1 $
*/
//------------------------------------------------
// Inherits
//------------------------------------------------
inherits item.camp.camp_base;
//------------------------------------------------
// Methods
//------------------------------------------------
//------------------------------------------------
// OnAttach
//------------------------------------------------
trigger OnAttach()
{
// Set our skill req.
setObjVar( self, "campPower", 6 );
setObjVar( self, "skillReq", 80 );
return SCRIPT_CONTINUE;
}