2x2 grid, 16:9, AI infers: x = "[Subject]" function roll_the_scene(x) {
let d = {
style: Roll(["baroque", "vaporwave", "woodcut", "data-viz", "graffiti", "naive folk"]),
mood: Roll(["euphoric", "ominous", "tender", "absurd", "reverent", "feral"]),
time: Roll(["dawn", "eclipse", "3am neon", "golden hour", "no time at all"]),
twist: Roll(["everything is wet", "one object is enormous", "seen from below",
"made of light", "mid-collapse", "impossibly calm"])
};
return Generate_Image({
Subject: x,
Apply: d, // honor ALL four rolls at once
Rule: "Reconcile the rolls into one image, however unlikely the combination",
Craft: "Whatever the dice say, execute it beautifully"
});
}