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

31 lines
602 B
Plaintext

/**
*
* Title: camp_improved.script
* Description: camp_improved
*/
//------------------------------------------------
// Inherits
//------------------------------------------------
inherits item.camp.camp_base;
//------------------------------------------------
// Methods
//------------------------------------------------
//------------------------------------------------
// OnAttach
//------------------------------------------------
trigger OnAttach()
{
// Set our skill req.
setObjVar( self, "campPower", 3 );
setObjVar( self, "skillReq", 30 );
return SCRIPT_CONTINUE;
}