//
// Copyright (C) 2001, 2002, 2003 Stephane Magnenat & Luc-Olivier de Charriere
//  for any question or comment contact us at <stephane at magnenat dot net>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
//  This program is distributed in the hope that it will be useful,
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//  GNU General Public License for more details.
//
//  You should have received a copy of the GNU General Public License
//  along with this program; if not, write to the Free Software
//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//

// default ressource

terrain = 2
gfxId = 0
sizesCount = 5
varietiesCount = 2
shrinkable = 1
expendable = 1
eternal = 0
granular = 0
visibleToBeCollected = 0

*

// Wood
minimapR = 0
minimapG = 60
minimapB = 0

*

// Corn
minimapR = 211
minimapG = 207
minimapB = 167
gfxId = 10
granular = 1

*

// Papyrus
minimapR = 0
minimapG = 0
minimapB = 0
gfxId = 20
varietiesCount = 1
expendable = 0
granular = 1

*

// Stone
minimapR = 104
minimapG = 112
minimapB = 124
gfxId = 30
shrinkable = 0
expendable = 0
eternal = 1
granular = 1

*

// Alga
minimapR = 41
minimapG = 157
minimapB = 165
terrain = 0
gfxId = 40
granular = 1

*

// Cherry
minimapR = 255
minimapG = 127
minimapB = 0
gfxId = 50
sizesCount = 4
varietiesCount = 1
expendable = 0
eternal = 1
granular = 1
visibleToBeCollected = 1

*

// Orange
minimapR = 255
minimapG = 127
minimapB = 0
gfxId = 55
sizesCount = 4
varietiesCount = 1
expendable = 0
eternal = 1
granular = 1
visibleToBeCollected = 1

*

// Prune
minimapR = 255
minimapG = 127
minimapB = 0
gfxId = 60
sizesCount = 4
varietiesCount = 1
expendable = 0
eternal = 1
granular = 1
visibleToBeCollected = 1

*
