// Achievements based on "https://github.com/otland/forgottenserver/blob/master/data/lib/core/achievements.lua" (TFS 1.x)
$config['Ach'] = true;
$config['achievements'] = array(
35053 => array(
'Marblelous', // name
'You\'re an aspiring marble sculptor with promising skills - proven by the perfect little Tibiasula statue you shaped. One day you\'ll be really famous!', // description
'points' => '3', // points
),
35052 => array(
'Marble Madness',
'Your little statues of Tibiasula have become quite famous around Tibia and there\'s few people with similar skills when it comes to shaping marble.', // description
'points' => '6',
'secret' => true
),
30152 => array(
'Santa\'s Li\'l Helper',
'Christmas is your favourite time of the year, and boy, do you love presents. Buy some nice things for your friends, hide them away until - well, until you decide to actually unwrap them rather yourself.',
'points' => '2', // 1-3 points (1 star), 4-6 points (2 stars), 7-9 points(3 stars), 10 points => (4 stars)
'secret' => true // show "secret" badge
),
);