Add scene fragments to portrait prompts after clothing.
Thing, room, yard and climate precipitation can contribute a short prompt when they are in frame, with a budget so chairs stay silent. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -8,4 +8,7 @@
|
||||
"comfortC": 21,
|
||||
"comfortHalfWidthC": 3,
|
||||
"insulationPerC": 1,
|
||||
"prompt": {
|
||||
"snow": { "positive": "falling snow, winter overcast schoolyard", "weight": 1 },
|
||||
},
|
||||
}
|
||||
|
||||
@@ -9,4 +9,7 @@
|
||||
"comfortC": 21,
|
||||
"comfortHalfWidthC": 3,
|
||||
"insulationPerC": 1,
|
||||
"prompt": {
|
||||
"snow": { "positive": "falling snow, winter overcast schoolyard", "weight": 1 },
|
||||
},
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"defaultSeats": 16,
|
||||
"works": ["TeachLesson"],
|
||||
"travelMinutes": 0.5,
|
||||
"prompt": { "positive": "a classroom blackboard with chalk notes", "weight": 1 },
|
||||
},
|
||||
{
|
||||
"defName": "Library",
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
[
|
||||
{ "defName": "Blackboard" },
|
||||
{
|
||||
"defName": "Blackboard",
|
||||
"prompt": { "positive": "a classroom blackboard with chalk notes", "weight": 1 },
|
||||
},
|
||||
{ "defName": "StudentDesk", "parent": "Desk", "actions": ["Sit"], "pupilSlots": 1 },
|
||||
{ "defName": "Bookshelf" },
|
||||
{ "defName": "DiningTable" },
|
||||
|
||||
Reference in New Issue
Block a user