ok...
for the first wish, write it up. include sample database and coding structures. you have 5 pages. note: given the currrent _alpha_ state and reccommendations may not be implemented sooin.
You know including some encouragement or personal opinion can be beneficial at times.
Now when you say 5 pages are you talking thread pages? or is there some other thing I'm not aware of?
object definition table:
....
container, boolean
object container definition table:
object_id, (how ever joined to object table)
size_limit, int
weight_limit, int
... Other limits possible (temperature)
suitability, small int (0, normal bag; 1, grains; 2, liquids; 3, gasses)
resealable, boolean
And then...
table material type:
material_type_id, unsigned int, auto increment
name, char
description, char
... Other definition properties
table material groups:
group_id, unsigned int, auto increment
container_id, unsigned int (where is this material group)
table material:
material_type, unsigned int (what is it)
group_id, unsigned int (where is it)
amount, unsigned int (how much of this amount)
.... Other material properties.
P.S. I won't be contributing because of the walking bug which really infuriates me when playing, animations + walking speed god damn it.