mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Add end to sorting hat
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user