module Base
{
    item CheckersBox
        {
            DisplayCategory = GameBox, WeightReduction = 20, Weight = 0.1, ItemType = base:container, Capacity = 2,
            Icon = Boxes/checkersBox, WorldStaticModel = CheckersBox,
        }

    item ChessBox
        {
            DisplayCategory = GameBox, WeightReduction = 20, Weight = 0.1, ItemType = base:container, Capacity = 2,
            Icon = Boxes/chessBox, WorldStaticModel = ChessBox,
        }

    item BackgammonBox
        {
            DisplayCategory = GameBox, WeightReduction = 20, Weight = 0.1, ItemType = base:container, Capacity = 2,
            Icon = Boxes/backgammonBox, WorldStaticModel = BackgammonBox,
        }

    item PokerBox
        {
            DisplayCategory = GameBox, WeightReduction = 20, Weight = 0.1, ItemType = base:container, Capacity = 2,
            Icon = Boxes/pokerBox, WorldStaticModel = PokerBox,
        }
}
