mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-17 07:31:22 +00:00
38 lines
No EOL
902 B
JSON
38 lines
No EOL
902 B
JSON
{
|
|
"item": {
|
|
"name": "Dorm End Table",
|
|
"description": "Created by Judhudson@knology.net",
|
|
"version": 1,
|
|
"size": 1,
|
|
"catagory": "surfaces",
|
|
"base": "table",
|
|
"views": {
|
|
"south": {
|
|
"texture": "table_1.png",
|
|
"buffer": "table_1_z.png"
|
|
},
|
|
"north": {
|
|
"texture": "table_2.png",
|
|
"buffer": "table_2_z.png"
|
|
}
|
|
},
|
|
"motives": {
|
|
"room": 5,
|
|
"hunger": 0,
|
|
"social": 0,
|
|
"comfort": 0,
|
|
"fun": 0,
|
|
"hygiene": 0,
|
|
"energy": 0,
|
|
"bladder": 0
|
|
},
|
|
"skills": {
|
|
"cooking": 5,
|
|
"mechanical": 0,
|
|
"charism": 0,
|
|
"body": 0,
|
|
"logic": 0,
|
|
"creativity": 0
|
|
}
|
|
}
|
|
} |