Skip to content

Instantly share code, notes, and snippets.

@thulioph
Created November 18, 2018 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thulioph/d764dcd638b7314236f49eecfb0be762 to your computer and use it in GitHub Desktop.
Save thulioph/d764dcd638b7314236f49eecfb0be762 to your computer and use it in GitHub Desktop.
Zombies data to test my case of use
[
{
"title": "Classic zombies",
"picture": "https://via.placeholder.com/150x80/000000/FFFFFF/?text=Imagem+01",
"description":
"Slow, quiet and clumsy, the reason for these dead to reanimate is unknown. After a zombie apocalypse, all dead humans turn into zombies. Being bitten by a zombie results in illness and death. Can only be killed by massive brain trauma."
},
{
"title": "Voodoo Zombies",
"picture": "https://via.placeholder.com/150x80/000000/FFFFFF/?text=Imagem+02",
"description":
"Created by a magic potion that kills humans, allowing a Voodoo Master to revive them to do his bidding.\nBlank, emotionless and able to withstand gunshots, these zombies can only function while there’s a connection with their master."
},
{
"title": "Intelligent Zombies",
"picture": "https://via.placeholder.com/150x80/000000/FFFFFF/?text=Imagem+03",
"description":
"These zombies have intelligence and personality, although some are easily distracted by bright lights. They are able to speak, organize around a leader, use guns or swords and even plan to overcome barricades and set traps."
},
{
"title": "Walkers / Biters",
"picture": "https://via.placeholder.com/150x80/000000/FFFFFF/?text=Imagem+04",
"description":
"A virus is carried by every human being. When the person dies, the virus activates a part of the brain that turns people into zombies. Walkers don’t breathe, so they will chase under water, but they're unintelligent and unable to use weapons."
},
{
"title": "Fast Zombies",
"picture": "https://via.placeholder.com/150x80/000000/FFFFFF/?text=Imagem+05",
"description":
"Fresh ones might look like regular people and in some cases it could be hard to tell. What they gain in speed and fervor over their slower cousins, they lose in durability, as they can be killed by wounds to the chest, bleeding out, thirst or starvation."
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment