Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- [Id] = {
- Name = "";
- Examin] = "";
- UsedModel = "";
- UsedImage "";
- CanStack = "";
- Tradable = "";
- QuestItem = "";
- CanBeEquiped = "";
- EquipSlot = "RightHand,LeftHand,Chest,Legs,Feet,Head,Neck";
- }
- --]]
- local Items = {
- [1] = {
- Name = "Coins";
- Examine = "Sweet glorious money!";
- UsedModel = "Coins";
- UsedImage = "http://www.roblox.com/asset/?id=259864245";
- CanStack = true;
- Tradeable= true;
- QuestItem = false;
- CanBeEquiped = false;
- },
- [2] = {
- Name = "WoodenAxe";
- Examine = "A simple axe that can cut wood from trees.";
- UsedModel = "WoodenAxe";
- UsedImage = "http://www.roblox.com/asset/?id=260504258";
- CanStack = false;
- Tradeable= true;
- QuestItem = false;
- CanBeEquiped = true;
- EquipSlot = "RightHand";
- },
- }
- return Items
Advertisement
Add Comment
Please, Sign In to add comment