I have the following block of code in my story’s JS section. And I’ve successfully used it elsewhere in my story. My question is, what’s the proper term or name for this? Is it an object? A generic object? Something else? I don’t have a background in javascript.
setup.alien = {
"head": "a curving, elongated skull reminiscent of the monster in the 1979 Ridley Scott film 'Alien'",
"chest": "a bifurcated exoskeleton of interlocking chitinous plates",
"legs": "digitigrade, without plating but covered in a keratinous protective layer",
"hands": "scaly gray, each with an opposable thumb and //five// triple-jointed fingers",
"carried": ["a metallic mesh belt", "an egg-shaped device", "a small gray capsule"]
}