Files
exercises/w11_promises/basics/assets/movies/2016/resident-evil-6-final-chapter.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

19 lines
773 B
JSON

{
"name": "Resident Evil 6: The final chapter",
"year": 2016,
"runtime": 107,
"categories": [
"horror",
"action",
"sci-fi"
],
"release-date": "2017-01-26",
"director": "Paul W. S. Anderson",
"writer": "Paul W. S. Anderson",
"actors": [
"Milla Jovovich",
"Ali Larter",
"Shawn Roberts"
],
"storyline": "Picking up immediately after the events in Resident Evil: Retribution, Alice (Milla Jovovich) is the only survivor of what was meant to be humanity's final stand against the undead. Now, she must return to where the nightmare began - The Hive in Raccoon City, where the Umbrella Corporation is gathering its forces for a final strike against the only remaining survivors of the apocalypse."
}