Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- module Base
- {
- item Bag_Schoolbag
- {
- WeightReduction = 100,
- Weight = 1,
- Type = Container,
- Capacity = 150000,
- DisplayName = School Bag,
- IconsForTexture = Backpack_Black;Backpack_Blue;Backpack_Spiffo,
- CanBeEquipped = Back,
- OpenSound = OpenBag,
- CloseSound = CloseBag,
- PutInSound = PutItemInBag,
- ClothingItem = Bag_SchoolBag,
- BloodLocation = Bag,
- RunSpeedModifier = 0.97,
- AttachmentReplacement = Bag,
- ReplaceInSecondHand = Bag_Schoolbag_LHand holdingbagleft,
- ReplaceInPrimaryHand = Bag_Schoolbag_RHand holdingbagright,
- }
- item Bag_FannyPackFront
- {
- WeightReduction = 100,
- ClothingItemExtra = Bag_FannyPackBack,
- ClothingItemExtraOption = FannyPack_WearBack,
- clothingExtraSubmenu = FannyPack_WearFront,
- Weight = 1,
- Type = Container,
- Capacity = 30000,
- DisplayName = Fanny Pack (Front),
- Icon = FannyPack,
- OpenSound = OpenBag,
- CloseSound = CloseBag,
- PutInSound = PutItemInBag,
- BodyLocation = FannyPackFront,
- ClothingItem = Bag_FannyPackFront,
- CanBeEquipped = FannyPackFront,
- RunSpeedModifier = 0.97,
- }
- item Bag_FannyPackBack
- {
- WeightReduction = 100,
- ClothingItemExtra = Bag_FannyPackFront,
- ClothingItemExtraOption = FannyPack_WearFront,
- clothingExtraSubmenu = FannyPack_WearBack,
- Weight = 1,
- Type = Container,
- Capacity = 30000,
- DisplayName = Fanny Pack (Back),
- Icon = FannyPack,
- OpenSound = OpenBag,
- CloseSound = CloseBag,
- PutInSound = PutItemInBag,
- BodyLocation = FannyPackBack,
- ClothingItem = Bag_FannyPackBack,
- CanBeEquipped = FannyPackBack,
- RunSpeedModifier = 0.97,
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment