mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
implemented rubedoll level item (not after dying yet)
This commit is contained in:
parent
1546136303
commit
ca1ca7635b
16 changed files with 3140 additions and 2022 deletions
|
|
@ -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",
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue