module TLOU
{
	imports { 
	base
	}
	
	item LeatherWaterBottleFull
	{
		DisplayName = Leather Water Bottle,
		DisplayCategory = Water,
		Type = Drainable,
		Weight = 0.6,
		Icon = LeatherWaterBottle,
		CanStoreWater = TRUE,
		FillFromDispenserSound = GetWaterFromDispenserPlasticMedium,
		FillFromTapSound = GetWaterFromTapPlasticMedium,
		IsWaterSource = TRUE,
		ReplaceOnDeplete = LeatherWaterBottleEmpty,
		ReplaceOnUseOn = WaterSource-LeatherWaterBottleFull,
		UseDelta = 0.15,
		UseWhileEquipped = FALSE,
		CustomEatSound = DrinkingFromBottlePlastic,
		StaticModel = TLOULeatherWaterBottle,
		WorldStaticModel = TLOULeatherWaterBottle,
		Tooltip = Tooltip_item_OnlyPurifyMicrowave,
		AttachmentType = WaterBottle,
	}
	item LeatherWaterBottleEmpty
	{
	    DisplayCategory = WaterContainer,
		Weight	=	0.1,
		CanStoreWater	=	TRUE,
		Type	=	Normal,
		DisplayName	=	Empty Leather Bottle,
		ReplaceOnUseOn	=	WaterSource-LeatherWaterBottleFull,
		Icon	=	LeatherWaterBottle,
		StaticModel = TLOULeatherWaterBottle,
		WorldStaticModel = TLOULeatherWaterBottle,
	}
	item LeatherWaterBottle2Full
	{
		DisplayName = Leather Water Bottle,
		DisplayCategory = Water,
		Type = Drainable,
		Weight = 0.6,
		Icon = LeatherWaterBottle2,
		CanStoreWater = TRUE,
		FillFromDispenserSound = GetWaterFromDispenserPlasticMedium,
		FillFromTapSound = GetWaterFromTapPlasticMedium,
		IsWaterSource = TRUE,
		ReplaceOnDeplete = LeatherWaterBottle2Empty,
		ReplaceOnUseOn = WaterSource-LeatherWaterBottle2Full,
		UseDelta = 0.15,
		UseWhileEquipped = FALSE,
		CustomEatSound = DrinkingFromBottlePlastic,
		StaticModel = TLOULeatherWaterBottle2,
		WorldStaticModel = TLOULeatherWaterBottle2,
		Tooltip = Tooltip_item_OnlyPurifyMicrowave,
		AttachmentType = TLOULeatherWaterBottle2,
		AttachmentType = WaterBottle,
	}
	item LeatherWaterBottle2Empty
	{
	    DisplayCategory = WaterContainer,
		Weight	=	0.1,
		CanStoreWater	=	TRUE,
		Type	=	Normal,
		DisplayName	=	Empty Leather Bottle,
		ReplaceOnUseOn	=	WaterSource-LeatherWaterBottle2Full,
		Icon	=	LeatherWaterBottle2,
		StaticModel = TLOULeatherWaterBottle2,
		WorldStaticModel = TLOULeatherWaterBottle2,
	}

	item Bag_TLOULeatherPouchRight
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Leather Pouch,
        ClothingItem = Bag_LeatherPouchRight,
		ClothingItemExtra = Bag_TLOULeatherPouchLeft,
        ClothingItemExtraOption = BackLeft,
		clothingExtraSubmenu = BackRight,
        CanBeEquipped = PouchRight,
        WeightReduction	=	65,
        Weight	=	0.2,
        Capacity	=	2,
        Icon	=	LeatherPouch,
		BodyLocation = PouchRight,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.99,
        CanHaveHoles = false,
        WorldStaticModel = TLOULeatherPouch,
		ReplaceInSecondHand = Bag_LeatherPouch_LeftHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_LeatherPouch_RightHand holdingbagright,
    }
	item Bag_TLOULeatherPouchLeft
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Leather Pouch,
        ClothingItem = Bag_LeatherPouchLeft,
		ClothingItemExtra = Bag_TLOULeatherPouchRight,
        ClothingItemExtraOption = BackRight,
        clothingExtraSubmenu = BackLeft,
        CanBeEquipped = PouchLeft,
        WeightReduction	=	65,
        Weight	=	0.2,
        Capacity	=	2,
        Icon	=	LeatherPouch,
		BodyLocation = PouchLeft,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.99,
        CanHaveHoles = false,
        WorldStaticModel = TLOULeatherPouch,
		ReplaceInSecondHand = Bag_LeatherPouch_LeftHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_LeatherPouch_RightHand holdingbagright,
    }
	item Bag_LeatherPocketLegRight
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Leather Pocket,
        ClothingItem = Bag_LeatherPocketLegsRight,
		ClothingItemExtra = Bag_LeatherPocketLegLeft;Bag_LeatherPocketBackRight;Bag_LeatherPocketBackLeft,
        ClothingItemExtraOption = LegsLeft;BackRight;BackLeft,
		clothingExtraSubmenu = LegsRight,
        CanBeEquipped = PocketLegRight,
        WeightReduction	=	80,
        Weight	=	0.3,
        Capacity	=	3,
        Icon	=	LeatherPocket,
		BodyLocation = PocketLegRight,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.99,
        CanHaveHoles = false,
        WorldStaticModel = TLOULeatherPocket,
    }
	item Bag_LeatherPocketLegLeft
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Leather Pocket,
        ClothingItem = Bag_LeatherPocketLegsLeft,
		ClothingItemExtra = Bag_LeatherPocketLegRight;Bag_LeatherPocketBackRight;Bag_LeatherPocketBackLeft,
        ClothingItemExtraOption = LegsRight;BackRight;BackLeft,
        clothingExtraSubmenu = LegsLeft,
        CanBeEquipped = PocketLegLeft,
        WeightReduction	=	80,
        Weight	=	0.3,
        Capacity	=	3,
        Icon	=	LeatherPocket,
		BodyLocation = PocketLegLeft,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.99,
        CanHaveHoles = false,
        WorldStaticModel = TLOULeatherPocket,
    }
	item Bag_LeatherPocketBackRight
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Leather Pocket,
        ClothingItem = Bag_LeatherPocketBackRight,
		ClothingItemExtra = Bag_LeatherPocketLegRight;Bag_LeatherPocketLegLeft;Bag_LeatherPocketBackLeft,
        ClothingItemExtraOption = LegsRight;LegsLeft;BackLeft,
		clothingExtraSubmenu = BackRight,
        CanBeEquipped = PouchRight,
        WeightReduction	=	80,
        Weight	=	0.3,
        Capacity	=	3,
        Icon	=	LeatherPocket,
		BodyLocation = PouchRight,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.99,
        CanHaveHoles = false,
        WorldStaticModel = TLOULeatherPocket,
    }
	item Bag_LeatherPocketBackLeft
    {
        DisplayCategory = Bag,
        Type = Container,
        DisplayName = Leather Pocket,
        ClothingItem = Bag_LeatherPocketBackLeft,
		ClothingItemExtra = Bag_LeatherPocketLegRight;Bag_LeatherPocketLegLeft;Bag_LeatherPocketBackRight,
        ClothingItemExtraOption = LegsRight;LegsLeft;BackRight,
        clothingExtraSubmenu = BackLeft,
        CanBeEquipped = PouchLeft,
        WeightReduction	=	80,
        Weight	=	0.3,
        Capacity	=	3,
        Icon	=	LeatherPocket,
		BodyLocation = PouchLeft,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        RunSpeedModifier = 0.99,
        CanHaveHoles = false,
        WorldStaticModel = TLOULeatherPocket,
    }

	item SCARScythe
	{
	    DisplayCategory = ToolWeapon,
		MaxRange	=	1.4,
		WeaponSprite	=	SCARScythe,
		MinAngle	=	0.72,
		Type	=	Weapon,
		MinimumSwingTime	=	1.0,
		KnockBackOnNoDeath	=	TRUE,
		SwingAmountBeforeImpact	=	0.002,
		Categories	=	Axe,
		ConditionLowerChanceOneIn	=	35,
		Weight	=	3,
		SplatNumber	=	3,
		PushBackMod	=	0.3,
		SubCategory	=	Swinging,
		ConditionMax	=	10,
		MaxHitCount	=	2,
		DoorDamage	=	10,
		IdleAnim	=	Idle_Weapon2,
        SwingAnim	=	Heavy,
		DisplayName	=	Seraphite Scythe,
		MinRange	=	0.61,
		SwingTime	=	1.0,
		HitAngleMod	=	-30,
		SplatSize	=	5,
		KnockdownMod	=	2,
		SplatBloodOnNoDeath	=	TRUE,
		Icon	=	SCARScythe,
		RunAnim	=	Run_Weapon2,
        TwoHandWeapon = TRUE,
        DoorHitSound = MacheteHit,
		HitSound = MacheteHit,
		HitFloorSound = MacheteHit,
        BreakSound  =   MacheteBreak,
		SwingSound = MacheteSwing,
        TreeDamage  =   10,
        MetalValue = 120,
        CriticalChance	=	20,
        CritDmgMultiplier = 5,
        BaseSpeed = 1,
        MinDamage	=	1.5,
        MaxDamage	=	1.8,
		WeaponLength = 0.5,
		DamageCategory = Slash,
		DamageMakeHole = TRUE,
		AttachmentType = BigWeapon,
		Tags = CutPlant,
    }
	fixing Fix Seraphite's Weapon
	{
	   Require : SCARScythe,
	   
       Fixer : Woodglue=2; Woodwork=2,
       Fixer : DuctTape=2,
       Fixer : Glue=2,
       Fixer : Scotchtape=4,
	}
}