fixed misllableed moods in js
This commit is contained in:
parent
87f1a59ceb
commit
1817ac9d9d
18
main.js
18
main.js
@ -27,21 +27,21 @@ let quirkBadges = {
|
||||
"description": "This word refers to a concept.",
|
||||
"color": badge_type,
|
||||
"type": "Type",
|
||||
"bending": "none"
|
||||
"bending": ""
|
||||
},
|
||||
"pronoun": {
|
||||
"name": "Pronoun",
|
||||
"description": "This word occupies the place of a noun.",
|
||||
"color": badge_type,
|
||||
"type": "Type",
|
||||
"bending": "none"
|
||||
"bending": ""
|
||||
},
|
||||
"expression": {
|
||||
"name": "Expression",
|
||||
"description": "This is an idiomatic expression.",
|
||||
"color": badge_type,
|
||||
"type": "Type",
|
||||
"bending": "none"
|
||||
"bending": ""
|
||||
},
|
||||
// FORMAL REGISTER
|
||||
"formal-n1": {
|
||||
@ -100,7 +100,7 @@ let quirkBadges = {
|
||||
"description": "This word is describing a specific possesive relationship.",
|
||||
"color": badge_case,
|
||||
"type": "Case",
|
||||
"bending": "la"
|
||||
"bending": "-la"
|
||||
},
|
||||
// NUMBER
|
||||
"plural": {
|
||||
@ -108,7 +108,7 @@ let quirkBadges = {
|
||||
"description": "This word is denoted as more than one",
|
||||
"color": badge_number,
|
||||
"type": "Number",
|
||||
"bending": "n"
|
||||
"bending": "-n"
|
||||
},
|
||||
// PRESENT TENSE
|
||||
"present-tense-formal": {
|
||||
@ -206,14 +206,14 @@ let quirkBadges = {
|
||||
"description": "This word expresses a comfortable mood.",
|
||||
"color": badge_mood,
|
||||
"type": "Mood",
|
||||
"bending": "-bash"
|
||||
"bending": "-shu"
|
||||
},
|
||||
"comfy-mood": {
|
||||
"comfy-mood-negated": {
|
||||
"name": "Negated Comfort",
|
||||
"description": "This word denies a comfortable mood.",
|
||||
"color": badge_mood,
|
||||
"type": "Mood",
|
||||
"bending": "-fabash"
|
||||
"bending": "-fashu"
|
||||
},
|
||||
// EXCITEMENT
|
||||
"excited-mood": {
|
||||
@ -236,7 +236,7 @@ let quirkBadges = {
|
||||
"description": "The word is expressing a negated meaning.",
|
||||
"color": badge_negation,
|
||||
"type": "Negation",
|
||||
"bending": "-fa-"
|
||||
"bending": "fa-"
|
||||
},
|
||||
// UNKNOWN
|
||||
"unknown-tag": {
|
||||
|
Loading…
Reference in New Issue
Block a user