module Base { item Dice { DisplayCategory = Junk, Weight = 0.1, Type = Normal, DisplayName = Dice (Rolled 1), Icon = NewDice, WorldStaticModel = Dice, } item DiceTwo { DisplayCategory = Junk, Weight = 0.1, Type = Normal, DisplayName = Dice (Rolled 2), Icon = NewDice, WorldStaticModel = Dice, } item DiceThree { DisplayCategory = Junk, Weight = 0.1, Type = Normal, DisplayName = Dice (Rolled 3), Icon = NewDice, WorldStaticModel = Dice, } item DiceFour { DisplayCategory = Junk, Weight = 0.1, Type = Normal, DisplayName = Dice (Rolled 4), Icon = NewDice, WorldStaticModel = Dice, } item DiceFive { DisplayCategory = Junk, Weight = 0.1, Type = Normal, DisplayName = Dice (Rolled 5), Icon = NewDice, WorldStaticModel = Dice, } item DiceSix { DisplayCategory = Junk, Weight = 0.1, Type = Normal, DisplayName = Dice (Rolled 6), Icon = NewDice, WorldStaticModel = Dice, } }