module Base
{
	item GreyBedroll {
        DisplayCategory = Junk,
        Type = Normal,
        DisplayName = Rolled Sleeping Bag,
        Icon = GreyBedroll,
		AttachmentType = Bedroll,
        WorldStaticModel = GreyBedroll,
        StaticModel = GreyBedroll,
	}
	model GreyBedroll
	{
		mesh = WorldItems/sbaa_sleepingbag,
		texture = WorldItems/GreyBedroll,
		scale = 1,
	}
	item BlueBedroll {
        DisplayCategory = Junk,
        Type = Normal,
        DisplayName = Rolled Sleeping Bag,
        Icon = BlueBedroll,
		AttachmentType = Bedroll,
        WorldStaticModel = BlueBedroll,
        StaticModel = BlueBedroll,
	}
	model BlueBedroll
	{
		mesh = WorldItems/sbaa_sleepingbag,
		texture = WorldItems/BlueBedroll,
		scale = 1,
	}
	item RedBedroll {
        DisplayCategory = Junk,
        Type = Normal,
        DisplayName = Rolled Sleeping Bag,
        Icon = RedBedroll,
		AttachmentType = Bedroll,
        WorldStaticModel = RedBedroll,
        StaticModel = RedBedroll,
	}
	model RedBedroll
	{
		mesh = WorldItems/sbaa_sleepingbag,
		texture = WorldItems/RedBedroll,
		scale = 1,
	}
	item PurpleBedroll {
        DisplayCategory = Junk,
        Type = Normal,
        DisplayName = Rolled Sleeping Bag,
        Icon = PurpleBedroll,
		AttachmentType = Bedroll,
        WorldStaticModel = PurpleBedroll,
        StaticModel = PurpleBedroll,
	}
	model PurpleBedroll
	{
		mesh = WorldItems/sbaa_sleepingbag,
		texture = WorldItems/PurpleBedroll,
		scale = 1,
	}
	item YellowBedroll {
        DisplayCategory = Junk,
        Type = Normal,
        DisplayName = Rolled Sleeping Bag,
        Icon = YellowBedroll,
		AttachmentType = Bedroll,
        WorldStaticModel = YellowBedroll,
        StaticModel = YellowBedroll,
	}
	model YellowBedroll
	{
		mesh = WorldItems/sbaa_sleepingbag,
		texture = WorldItems/YellowBedroll,
		scale = 1,
	}
	item GreenBedroll {
        DisplayCategory = Junk,
        Type = Normal,
        DisplayName = Rolled Sleeping Bag,
        Icon = GreenBedroll,
		AttachmentType = Bedroll,
        WorldStaticModel = GreenBedroll,
        StaticModel = GreenBedroll,
	}
	model GreenBedroll
	{
		mesh = WorldItems/sbaa_sleepingbag,
		texture = WorldItems/GreenBedroll,
		scale = 1,
	}
	item BlueSleepingbag
	{
		Weight 		= 1.3,
		Type 		= Moveable,
		WorldObjectSprite		= sbag_blue_0,
		DisplayName 		= Sleeping Bag,
		Icon 		= BlueSBOpen,
		DisplayCategory = Junk,
	}
	item RedSleepingbag
	{
		Weight 		= 1.3,
		Type 		= Moveable,
		WorldObjectSprite		= sbag_red_0,
		DisplayName 		= Sleeping Bag,
		Icon 		= RedSBOpen,
		DisplayCategory = Junk,
	}
	item GreenSleepingbag
	{
		Weight 		= 1.3,
		Type 		= Moveable,
		WorldObjectSprite		= sbag_green_0,
		DisplayName 		= Sleeping Bag,
		Icon 		= GreenSBOpen,
		DisplayCategory = Junk,
	}
	item PurpleSleepingbag
	{
		Weight 		= 1.3,
		Type 		= Moveable,
		WorldObjectSprite		= sbag_purple_0,
		DisplayName 		= Sleeping Bag,
		Icon 		= PurpleSBOpen,
		DisplayCategory = Junk,
	}
	item YellowSleepingbag
	{
		Weight 		= 1.3,
		Type 		= Moveable,
		WorldObjectSprite		= sbag_yellow_0,
		DisplayName 		= Sleeping Bag,
		Icon 		= YellowSBOpen,
		DisplayCategory = Junk,
	}
	item GreySleepingbag
	{
		Weight 		= 1.3,
		Type 		= Moveable,
		WorldObjectSprite		= sbag_grey_0,
		DisplayName 		= Sleeping Bag,
		Icon 		= GreySBOpen,
		DisplayCategory = Junk,
	}
	recipe Unroll Blue Sleeping Bag
    {
        BlueBedroll,
        Result:BlueSleepingbag,
        Time:50.0,
        Category:Misc,
    }
	recipe Unroll Red Sleeping Bag
    {
        RedBedroll,
        Result:RedSleepingbag,
        Time:50.0,
        Category:Misc,
    }
	recipe Unroll Yellow Sleeping Bag
    {
        YellowBedroll,
        Result:YellowSleepingbag,
        Time:50.0,
        Category:Misc,
    }
	recipe Unroll Purple Sleeping Bag
    {
        PurpleBedroll,
        Result:PurpleSleepingbag,
        Time:50.0,
        Category:Misc,
    }
	recipe Unroll Green Sleeping Bag
    {
        GreenBedroll,
        Result:GreySleepingbag,
        Time:50.0,
        Category:Misc,
    }
	recipe Unroll Grey Sleeping Bag
    {
        GreyBedroll,
        Result:GreySleepingbag,
        Time:50.0,
        Category:Misc,
    }
	recipe Roll Sleeping Bag
    {
        GreenSleepingbag,
        Result:GreenBedroll,
        Time:50.0,
        Category:Misc,
    }
	recipe Roll Sleeping Bag
    {
        GreySleepingbag,
        Result:GreyBedroll,
        Time:50.0,
        Category:Misc,
    }
	recipe Roll Sleeping Bag
    {
        RedSleepingbag,
        Result:RedBedroll,
        Time:50.0,
        Category:Misc,
    }
	recipe Roll Sleeping Bag
    {
        YellowSleepingbag,
        Result:YellowBedroll,
        Time:50.0,
        Category:Misc,
    }
	recipe Roll Sleeping Bag
    {
        BlueSleepingbag,
        Result:BlueBedroll,
        Time:50.0,
        Category:Misc,
    }
	recipe Roll Sleeping Bag
    {
        PurpleSleepingbag,
        Result:PurpleBedroll,
        Time:50.0,
        Category:Misc,
    }
}
