mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-19 12:34:53 -04:00
Fixed object files
- Added comfort property - Created open object schema
This commit is contained in:
parent
a1cdd92c3f
commit
4bee18c363
5 changed files with 192 additions and 0 deletions
38
resources/items/dorm/chair/chair.json
Normal file
38
resources/items/dorm/chair/chair.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"item": {
|
||||
"name": "Dorm End chair",
|
||||
"description": "Created by Judhudson@knology.net",
|
||||
"version": 1,
|
||||
"size": 1,
|
||||
"catagory": "surfaces",
|
||||
"base": "chair",
|
||||
"views": {
|
||||
"south": {
|
||||
"texture": "chair_1.png",
|
||||
"buffer": "chair_1_z.png"
|
||||
},
|
||||
"north": {
|
||||
"texture": "chair_2.png",
|
||||
"buffer": "chair_2_z.png"
|
||||
}
|
||||
},
|
||||
"motives": {
|
||||
"room": 5,
|
||||
"hunger": 0,
|
||||
"social": 0,
|
||||
"comfort": 8,
|
||||
"fun": 0,
|
||||
"hygiene": 0,
|
||||
"energy": 0,
|
||||
"bladder": 0
|
||||
},
|
||||
"skills": {
|
||||
"cooking": 5,
|
||||
"mechanical": 0,
|
||||
"charism": 0,
|
||||
"body": 0,
|
||||
"logic": 0,
|
||||
"creativity": 0
|
||||
}
|
||||
}
|
||||
}
|
|
@ -20,6 +20,7 @@
|
|||
"room": 5,
|
||||
"hunger": 0,
|
||||
"social": 0,
|
||||
"comfort": 0,
|
||||
"fun": 0,
|
||||
"hygiene": 0,
|
||||
"energy": 0,
|
Loading…
Add table
Add a link
Reference in a new issue