Files
dsrc/sku.0/sys.server/compiled/game/script/item/camp/camp_quality.script
T

33 lines
740 B
Plaintext

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