fixed misllableed moods in js

This commit is contained in:
UndeadMaelys 2022-05-08 20:16:01 +02:00
parent 87f1a59ceb
commit 1817ac9d9d
3 changed files with 10 additions and 10 deletions

18
main.js
View File

@ -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": {

0
test.htm Normal file
View File

View File

@ -4177,7 +4177,7 @@ fayu
<div id="popup">
<h1>um</h1>
<p id="popup-heo"></p>
<div class="spacer"></div>
<div id="spacerhide" class="spacer"></div>
<div id="popup-middle">
<div id="popup-quirks-container"><span id="popup-quirks"></span></div>
</div>