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.",
|
"description": "This word refers to a concept.",
|
||||||
"color": badge_type,
|
"color": badge_type,
|
||||||
"type": "Type",
|
"type": "Type",
|
||||||
"bending": "none"
|
"bending": ""
|
||||||
},
|
},
|
||||||
"pronoun": {
|
"pronoun": {
|
||||||
"name": "Pronoun",
|
"name": "Pronoun",
|
||||||
"description": "This word occupies the place of a noun.",
|
"description": "This word occupies the place of a noun.",
|
||||||
"color": badge_type,
|
"color": badge_type,
|
||||||
"type": "Type",
|
"type": "Type",
|
||||||
"bending": "none"
|
"bending": ""
|
||||||
},
|
},
|
||||||
"expression": {
|
"expression": {
|
||||||
"name": "Expression",
|
"name": "Expression",
|
||||||
"description": "This is an idiomatic expression.",
|
"description": "This is an idiomatic expression.",
|
||||||
"color": badge_type,
|
"color": badge_type,
|
||||||
"type": "Type",
|
"type": "Type",
|
||||||
"bending": "none"
|
"bending": ""
|
||||||
},
|
},
|
||||||
// FORMAL REGISTER
|
// FORMAL REGISTER
|
||||||
"formal-n1": {
|
"formal-n1": {
|
||||||
@ -100,7 +100,7 @@ let quirkBadges = {
|
|||||||
"description": "This word is describing a specific possesive relationship.",
|
"description": "This word is describing a specific possesive relationship.",
|
||||||
"color": badge_case,
|
"color": badge_case,
|
||||||
"type": "Case",
|
"type": "Case",
|
||||||
"bending": "la"
|
"bending": "-la"
|
||||||
},
|
},
|
||||||
// NUMBER
|
// NUMBER
|
||||||
"plural": {
|
"plural": {
|
||||||
@ -108,7 +108,7 @@ let quirkBadges = {
|
|||||||
"description": "This word is denoted as more than one",
|
"description": "This word is denoted as more than one",
|
||||||
"color": badge_number,
|
"color": badge_number,
|
||||||
"type": "Number",
|
"type": "Number",
|
||||||
"bending": "n"
|
"bending": "-n"
|
||||||
},
|
},
|
||||||
// PRESENT TENSE
|
// PRESENT TENSE
|
||||||
"present-tense-formal": {
|
"present-tense-formal": {
|
||||||
@ -206,14 +206,14 @@ let quirkBadges = {
|
|||||||
"description": "This word expresses a comfortable mood.",
|
"description": "This word expresses a comfortable mood.",
|
||||||
"color": badge_mood,
|
"color": badge_mood,
|
||||||
"type": "Mood",
|
"type": "Mood",
|
||||||
"bending": "-bash"
|
"bending": "-shu"
|
||||||
},
|
},
|
||||||
"comfy-mood": {
|
"comfy-mood-negated": {
|
||||||
"name": "Negated Comfort",
|
"name": "Negated Comfort",
|
||||||
"description": "This word denies a comfortable mood.",
|
"description": "This word denies a comfortable mood.",
|
||||||
"color": badge_mood,
|
"color": badge_mood,
|
||||||
"type": "Mood",
|
"type": "Mood",
|
||||||
"bending": "-fabash"
|
"bending": "-fashu"
|
||||||
},
|
},
|
||||||
// EXCITEMENT
|
// EXCITEMENT
|
||||||
"excited-mood": {
|
"excited-mood": {
|
||||||
@ -236,7 +236,7 @@ let quirkBadges = {
|
|||||||
"description": "The word is expressing a negated meaning.",
|
"description": "The word is expressing a negated meaning.",
|
||||||
"color": badge_negation,
|
"color": badge_negation,
|
||||||
"type": "Negation",
|
"type": "Negation",
|
||||||
"bending": "-fa-"
|
"bending": "fa-"
|
||||||
},
|
},
|
||||||
// UNKNOWN
|
// UNKNOWN
|
||||||
"unknown-tag": {
|
"unknown-tag": {
|
||||||
|
@ -4177,7 +4177,7 @@ fayu
|
|||||||
<div id="popup">
|
<div id="popup">
|
||||||
<h1>um</h1>
|
<h1>um</h1>
|
||||||
<p id="popup-heo"></p>
|
<p id="popup-heo"></p>
|
||||||
<div class="spacer"></div>
|
<div id="spacerhide" class="spacer"></div>
|
||||||
<div id="popup-middle">
|
<div id="popup-middle">
|
||||||
<div id="popup-quirks-container"><span id="popup-quirks"></span></div>
|
<div id="popup-quirks-container"><span id="popup-quirks"></span></div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user