|
413 | 413 | }""" |
414 | 414 |
|
415 | 415 | MOVIES_TREE = json.loads(MOVIES_JSON) |
| 416 | + |
| 417 | +DUNE_BIOS = [ |
| 418 | + { |
| 419 | + "name": "Paul Atreides", |
| 420 | + "description": "Heir to House Atreides who becomes the Fremen messiah Muad'Dib. Born with extraordinary mental abilities due to Bene Gesserit breeding program.", |
| 421 | + }, |
| 422 | + { |
| 423 | + "name": "Lady Jessica", |
| 424 | + "description": "Bene Gesserit concubine to Duke Leto and mother of Paul. Defied her order by bearing a son instead of a daughter, disrupting centuries of careful breeding.", |
| 425 | + }, |
| 426 | + { |
| 427 | + "name": "Baron Vladimir Harkonnen", |
| 428 | + "description": "Cruel and corpulent leader of House Harkonnen, sworn enemy of House Atreides. Known for his cunning and brutality in pursuing power.", |
| 429 | + }, |
| 430 | + { |
| 431 | + "name": "Leto Atreides", |
| 432 | + "description": "Noble Duke and father of Paul, known for his honor and just rule. Accepts governorship of Arrakis despite knowing it's likely a trap.", |
| 433 | + }, |
| 434 | + { |
| 435 | + "name": "Stilgar", |
| 436 | + "description": "Leader of the Fremen Sietch Tabr, becomes a loyal supporter of Paul. Skilled warrior who helps train Paul in Fremen ways.", |
| 437 | + }, |
| 438 | + { |
| 439 | + "name": "Chani", |
| 440 | + "description": "Fremen warrior and daughter of planetologist Liet-Kynes. Becomes Paul's concubine and true love after appearing in his prescient visions.", |
| 441 | + }, |
| 442 | + { |
| 443 | + "name": "Thufir Hawat", |
| 444 | + "description": "Mentat and Master of Assassins for House Atreides. Serves three generations of Atreides with his superhuman computational skills.", |
| 445 | + }, |
| 446 | + { |
| 447 | + "name": "Duncan Idaho", |
| 448 | + "description": "Swordmaster of the Ginaz, loyal to House Atreides. Known for his exceptional fighting skills and sacrifice to save Paul and Jessica.", |
| 449 | + }, |
| 450 | + { |
| 451 | + "name": "Gurney Halleck", |
| 452 | + "description": "Warrior-troubadour of House Atreides, skilled with sword and baliset. Serves as Paul's weapons teacher and loyal friend.", |
| 453 | + }, |
| 454 | + { |
| 455 | + "name": "Dr. Yueh", |
| 456 | + "description": "Suk doctor conditioned against taking human life, but betrays House Atreides after the Harkonnens torture his wife. Imperial Conditioning broken.", |
| 457 | + }, |
| 458 | +] |
0 commit comments