Add "School" setting tag

This commit is contained in:
Tetrakern 2024-01-30 23:56:51 +01:00
parent e533825b94
commit b68bfb8b46

View file

@ -82,11 +82,13 @@
},
"allBoysSchool": {
"category": ["Settings"],
"name": "All-Boys School"
"name": "All-Boys School",
"parent": "School"
},
"allGirlsSchool": {
"category": ["Settings"],
"name": "All-Girls School"
"name": "All-Girls School",
"parent": "School"
},
"alternateWorld": {
"category": ["Settings"],
@ -204,7 +206,8 @@
},
"boardingSchool": {
"category": ["Settings"],
"name": "Boarding School"
"name": "Boarding School",
"parent": "School"
},
"boysLove": {
"aliasOf": "Gay",
@ -1102,6 +1105,10 @@
"category": ["Protagonist"],
"name": "Sarcastic Protagonist"
},
"school": {
"category": ["Settings"],
"name": "School"
},
"scientists": {
"category": ["Professions"],
"name": "Scientists"