Add end to sorting hat

This commit is contained in:
lilyissillyyy
2025-09-18 17:24:14 -04:00
parent 7cf53e2b33
commit 43423c9977
2 changed files with 31 additions and 6 deletions
+23 -2
View File
@@ -1271,18 +1271,39 @@
}
]
}
],
"bigot": [
{
"text": "Do you agree that J.K. Rowling is a disgusting bigot?",
"answers": [
{
"text": "Yes, of course.",
"points": {
"b": 0
}
},
{
"text": "No, I agree with her.",
"points": {
"b": 100
}
}
]
}
]
},
"houses": {
"g": "Gryffindor",
"r": "Ravenclaw",
"h": "Hufflepuff",
"s": "Slytherin"
"s": "Slytherin",
"b": "Bigot"
},
"descriptions": {
"g": "With a lion as its crest and Professor McGonagall at its head, Gryffindor is the house which most values the virtues of courage, bravery and determination.",
"r": "Ravenclaws prize wit, learning, and wisdom. It's an ethos etched into founder Rowena Ravenclaw diadem: 'wit beyond measure is man's greatest treasure'.",
"h": "Hufflepuffs value hard work, patience, loyalty, and fair play. The house has produced its share of great wizards not least Newt Scamander, author of Fantastic Beasts and Where to Find Them.",
"s": "Slytherin produces more than its share of Dark wizards, but also turns out leaders who are proud, ambitious and cunning. Merlin is one particularly famous Slytherin."
"s": "Slytherin produces more than its share of Dark wizards, but also turns out leaders who are proud, ambitious and cunning. Merlin is one particularly famous Slytherin.",
"b": "I'm sorry, but I don't offer my services to bigots. You'll have to come again after some self-reflection."
}
}