mirror of
https://gh.llkk.cc/https://github.com/Tetrakern/fictioneer-taxonomies.git
synced 2025-10-03 19:00:58 +08:00
Add "School" setting tag
This commit is contained in:
parent
e533825b94
commit
b68bfb8b46
1 changed files with 10 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue