def fantasy
freq \
Proc.new {
make = choose "raise","nurture","bring into the world"
babies = choose "brood of babies","#{double_plus_good} angels"
good = double_plus_good
effect = choose "the world becomes all the more #{good}",
"we may at the end of our lives rest in #{good} peace.",
"you, my #{pedestal_label}, would continue to live."
"we would #{make} #{babies}, so #{effect}."
},
Proc.new {
do_thing = choose "kiss","hug","read poetry to each other","massage","whisper empty nothings into each others' ears","be with each other, and oblivious to the entire world"
affect = choose "joy", "mindfulness", "calm", "sanctity"
"we would #{do_thing} with #{double_plus_good} #{affect}"
}
end