implemented rubedoll level item (not after dying yet)

This commit is contained in:
logsol 2015-04-20 21:20:56 +02:00
parent b12bf2bb0c
commit c67ff78aa0
16 changed files with 3140 additions and 2022 deletions

View file

@ -411,19 +411,17 @@ function () {
},
"Rube":
"RubeDoll":
{
"category": "kitchen",
"image": "banana.gif",
// "type": "rube",
"weight": "1",
"weight": "3",
"width": "5",
"height": "9",
"grabAngle": "0.5",
"type": "rubedoll",
"grabAngle": "0",
}
};