41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"SquadName" : "Super Hero Squad",
|
|
"HomeTown" : "Metro City",
|
|
"formed" : 2022,
|
|
"members" : [
|
|
{
|
|
"name" : "Molecule Man",
|
|
"age" : "29",
|
|
"secretIdentity" : "Dan Jukes",
|
|
"powers" : [
|
|
"Radiation Resistance",
|
|
"Turning Tiny",
|
|
"Radiation Blast"
|
|
]
|
|
},
|
|
{
|
|
"name" : "Madame Uppercut",
|
|
"age" : "39",
|
|
"secretIdentity" : "Jane Wilson",
|
|
"powers" : [
|
|
"Million Tone punch",
|
|
"Damage resistance",
|
|
"Superhuman reflexes"
|
|
]
|
|
|
|
},
|
|
{
|
|
"name" : "Eternal Flame",
|
|
"age" : "100000",
|
|
"secretIdentity" : "Unknown",
|
|
"powers" : [
|
|
"Immortality",
|
|
"Heat Immunity",
|
|
"Inferno",
|
|
"Teleportation",
|
|
"Interdimensional travel"
|
|
]
|
|
}
|
|
]
|
|
}
|