diff --git a/character/npc/ArisKey.json b/character/npc/ArisKey.json
index 6c89c72f..9dd89d7b 100644
--- a/character/npc/ArisKey.json
+++ b/character/npc/ArisKey.json
@@ -8,7 +8,7 @@
"image": {
"platform": -1,
- "value": "",
+ "value": "/static/images/npc/Key_Portrait.png",
"short_desc": ""
}
}
\ No newline at end of file
diff --git a/character/npc/Arona.json b/character/npc/Arona.json
index 4375335a..05d0d960 100644
--- a/character/npc/Arona.json
+++ b/character/npc/Arona.json
@@ -8,7 +8,7 @@
"image": {
"platform": -1,
- "value": "",
+ "value": "/static/images/npc/Arona_Portrait.png",
"short_desc": ""
}
}
\ No newline at end of file
diff --git a/character/npc/BlackSuit.json b/character/npc/BlackSuit.json
index f2bbe8e5..92f0401c 100644
--- a/character/npc/BlackSuit.json
+++ b/character/npc/BlackSuit.json
@@ -8,7 +8,7 @@
"image": {
"platform": -1,
- "value": "",
+ "value": "/static/images/npc/Black_Suit_Portrait.png",
"short_desc": ""
}
}
\ No newline at end of file
diff --git a/character/npc/Mai.json b/character/npc/Mai.json
index 2c2aa3b1..803daf02 100644
--- a/character/npc/Mai.json
+++ b/character/npc/Mai.json
@@ -8,7 +8,7 @@
"image": {
"platform": -1,
- "value": "",
+ "value": "/static/images/npc/Mai_Portrait.png",
"short_desc": ""
}
}
\ No newline at end of file
diff --git a/character/npc/MasterShiba.json b/character/npc/MasterShiba.json
index 09e86feb..b35ca35c 100644
--- a/character/npc/MasterShiba.json
+++ b/character/npc/MasterShiba.json
@@ -8,7 +8,7 @@
"image": {
"platform": -1,
- "value": "",
+ "value": "/static/images/npc/Master_Shiba_Portrait.png",
"short_desc": ""
}
}
\ No newline at end of file
diff --git a/character/npc/Momoka.json b/character/npc/Momoka.json
index 4acd6258..eeb0ede4 100644
--- a/character/npc/Momoka.json
+++ b/character/npc/Momoka.json
@@ -8,7 +8,7 @@
"image": {
"platform": -1,
- "value": "",
+ "value": "/static/images/npc/Momoka_Portrait.png",
"short_desc": ""
}
}
\ No newline at end of file
diff --git a/character/npc/PMCCEO.json b/character/npc/PMCCEO.json
index 25a976db..67b6ab3c 100644
--- a/character/npc/PMCCEO.json
+++ b/character/npc/PMCCEO.json
@@ -8,7 +8,7 @@
"image": {
"platform": -1,
- "value": "",
+ "value": "/static/images/npc/Kaiser_PMC_Director_Portrait.png",
"short_desc": ""
}
}
\ No newline at end of file
diff --git a/character/npc/Rin.json b/character/npc/Rin.json
index 23af5946..531f3ffa 100644
--- a/character/npc/Rin.json
+++ b/character/npc/Rin.json
@@ -8,7 +8,7 @@
"image": {
"platform": -1,
- "value": "",
+ "value": "/static/images/npc/Rin_Portrait.png",
"short_desc": ""
}
}
\ No newline at end of file
diff --git a/character/npc/Rio.json b/character/npc/Rio.json
index 24df480d..e41ef6b3 100644
--- a/character/npc/Rio.json
+++ b/character/npc/Rio.json
@@ -8,7 +8,7 @@
"image": {
"platform": -1,
- "value": "",
+ "value": "/static/images/npc/Rio_Portrait.png",
"short_desc": ""
}
}
\ No newline at end of file
diff --git a/character/npc/Shinon.json b/character/npc/Shinon.json
index 7609db69..7de55d0c 100644
--- a/character/npc/Shinon.json
+++ b/character/npc/Shinon.json
@@ -8,7 +8,7 @@
"image": {
"platform": -1,
- "value": "",
+ "value": "/static/images/npc/Shinon_Portrait.png",
"short_desc": ""
}
}
\ No newline at end of file
diff --git a/character/npc/Yume.json b/character/npc/Yume.json
index a024027d..a1b08135 100644
--- a/character/npc/Yume.json
+++ b/character/npc/Yume.json
@@ -8,7 +8,7 @@
"image": {
"platform": -1,
- "value": "",
+ "value": "/static/images/background/BG_CS_Abydos_11.jpg",
"short_desc": ""
}
}
\ No newline at end of file
diff --git a/i18n/en/tag.json b/i18n/en/tag.json
index 5b13f3e2..117eedb0 100644
--- a/i18n/en/tag.json
+++ b/i18n/en/tag.json
@@ -48,5 +48,14 @@
"[TAG_HOLY_DESC]": "Example: Final Destination of Ark",
"[TAG_NAUGHTY_NAME]": "Naughty",
- "[TAG_NAUGHTY_DESC]": "Example: Usagi Flap, Theme 114, Theme 159"
+ "[TAG_NAUGHTY_DESC]": "Example: Usagi Flap, Theme 114, Theme 159",
+
+ "[TAG_CHAOS_NAME]": "Chaos",
+ "[TAG_CHAOS_DESC]": "Most battle tracks have this characteristic. The general representation includes fast drums and featuring multiple elements in a short period of time.",
+
+ "[TAG_CHEERFUL_NAME]": "Cheerful",
+ "[TAG_CHEERFUL_DESC]": "Example: Lovely Picnic",
+
+ "[TAG_EMERGENCY_NAME]": "Emergency",
+ "[TAG_EMERGENCY_DESC]": "Most battle tracks have this characteristic and are able to render such \"atmosphere\" (be noted that this tag emphasizes the \"rendered atmosphere\".) Example: Tech N Tech, NRG FielD (Mechanical Jungle doesn't belong to this tag.)"
}
\ No newline at end of file
diff --git a/i18n/zh_cn/tag.json b/i18n/zh_cn/tag.json
index f57c5c76..40633d23 100644
--- a/i18n/zh_cn/tag.json
+++ b/i18n/zh_cn/tag.json
@@ -48,5 +48,14 @@
"[TAG_HOLY_DESC]": "举例/联想:Final Destination of Ark",
"[TAG_NAUGHTY_NAME]": "调皮的",
- "[TAG_NAUGHTY_DESC]": "举例/联想:Usagi Flap、第114首曲子、第159首曲子"
+ "[TAG_NAUGHTY_DESC]": "举例/联想:Usagi Flap、第114首曲子、第159首曲子",
+
+ "[TAG_CHAOS_NAME]": "混乱",
+ "[TAG_CHAOS_DESC]": "大部分战斗曲均具备此特性,一般的表现形式为鼓点快、元素偏多的情况。",
+
+ "[TAG_CHEERFUL_NAME]": "欢快",
+ "[TAG_CHEERFUL_DESC]": "举例/联想:Lovely Picnic",
+
+ "[TAG_EMERGENCY_NAME]": "紧急",
+ "[TAG_EMERGENCY_DESC]": "通常战斗曲都带有这种风格并能够渲染出这种【氛围】(注意:这个标签只强调的是氛围感)。举例/联想:Tech N Tech、NRG FielD(Mechanical Jungle不属于这个标签)"
}
\ No newline at end of file
diff --git a/main/story/main/1/1/_all.json b/main/story/main/1/1/_all.json
index a228e860..c6f9d598 100644
--- a/main/story/main/1/1/_all.json
+++ b/main/story/main/1/1/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_CS_PV_24.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/1/2/_all.json b/main/story/main/1/2/_all.json
index f0eb3b5e..17095c7b 100644
--- a/main/story/main/1/2/_all.json
+++ b/main/story/main/1/2/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_SchoolFrontGate.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/1/_all.json b/main/story/main/1/_all.json
index 9e61b3d7..2fe3fc5b 100644
--- a/main/story/main/1/_all.json
+++ b/main/story/main/1/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_CS_Abydos_04.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/2/1/_all.json b/main/story/main/2/1/_all.json
index 824dae56..027e35b3 100644
--- a/main/story/main/2/1/_all.json
+++ b/main/story/main/2/1/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_GameDevRoom.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/2/2/_all.json b/main/story/main/2/2/_all.json
index fed7d7e9..cd7e9cd5 100644
--- a/main/story/main/2/2/_all.json
+++ b/main/story/main/2/2/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_View_Eridu.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/2/_all.json b/main/story/main/2/_all.json
index fd5fbef3..61e9d1dc 100644
--- a/main/story/main/2/_all.json
+++ b/main/story/main/2/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_RuinCenter.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/3/1/_all.json b/main/story/main/3/1/_all.json
index 36f0bdc7..c423029d 100644
--- a/main/story/main/3/1/_all.json
+++ b/main/story/main/3/1/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_CS_PV2_36.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/3/2/_all.json b/main/story/main/3/2/_all.json
index f7837c0e..7c106331 100644
--- a/main/story/main/3/2/_all.json
+++ b/main/story/main/3/2/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_CS_PV2_55.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/3/3/_all.json b/main/story/main/3/3/_all.json
index a3a9dd37..2c74ce45 100644
--- a/main/story/main/3/3/_all.json
+++ b/main/story/main/3/3/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_CS_PV2_29.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/3/4/_all.json b/main/story/main/3/4/_all.json
index 7551cd8c..5f23ea47 100644
--- a/main/story/main/3/4/_all.json
+++ b/main/story/main/3/4/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_CS_Arius_02_2.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/3/_all.json b/main/story/main/3/_all.json
index 65610e84..79a6b4c9 100644
--- a/main/story/main/3/_all.json
+++ b/main/story/main/3/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_CS_PV2_27.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/4/1/_all.json b/main/story/main/4/1/_all.json
index 2cb470e1..7cd95a0f 100644
--- a/main/story/main/4/1/_all.json
+++ b/main/story/main/4/1/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_SRTCampSite.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/final/1/_all.json b/main/story/main/final/1/_all.json
index b0c14fc0..a9b2a046 100644
--- a/main/story/main/final/1/_all.json
+++ b/main/story/main/final/1/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_CS_PV4_017.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/main/final/_all.json b/main/story/main/final/_all.json
index 0f595963..3f47f788 100644
--- a/main/story/main/final/_all.json
+++ b/main/story/main/final/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_CS_PV4_026.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/main/story/other/_all.json b/main/story/other/_all.json
index 35defe68..f12d702c 100644
--- a/main/story/other/_all.json
+++ b/main/story/other/_all.json
@@ -16,7 +16,7 @@
},
"image": {
- "value": "",
+ "value": "/static/images/background/BG_View_Schale.jpg",
"short_desc": "",
"platform": -1
}
diff --git a/tag/chaos.json b/tag/chaos.json
new file mode 100644
index 00000000..1ba44c3d
--- /dev/null
+++ b/tag/chaos.json
@@ -0,0 +1,7 @@
+{
+ "uuid": "a4891109-259b-41a4-b670-13f5a5c1f394",
+ "filetype": 61,
+ "name": "[TAG_CHAOS_NAME]",
+ "desc": "[TAG_CHAOS_DESC]",
+ "color": "red"
+}
\ No newline at end of file
diff --git a/tag/cheerful.json b/tag/cheerful.json
new file mode 100644
index 00000000..ea900e9b
--- /dev/null
+++ b/tag/cheerful.json
@@ -0,0 +1,7 @@
+{
+ "uuid": "bfcb9f51-d989-4470-afd9-6fa490345920",
+ "filetype": 61,
+ "name": "[TAG_CHEERFUL_NAME]",
+ "desc": "[TAG_CHEERFUL_DESC]",
+ "color": "green"
+}
\ No newline at end of file
diff --git a/tag/emergency.json b/tag/emergency.json
new file mode 100644
index 00000000..debdb8ad
--- /dev/null
+++ b/tag/emergency.json
@@ -0,0 +1,7 @@
+{
+ "uuid": "9d0a15a1-1dde-4d69-9dc6-31a91e3c0d1f",
+ "filetype": 61,
+ "name": "[TAG_EMERGENCY_NAME]",
+ "desc": "[TAG_EMERGENCY_DESC]",
+ "color": "red"
+}
\ No newline at end of file
diff --git a/track/ost/1.json b/track/ost/1.json
index fbd5aa88..ed8695dd 100644
--- a/track/ost/1.json
+++ b/track/ost/1.json
@@ -26,7 +26,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["bright", "energetic", "future"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/10.json b/track/ost/10.json
index 354aec70..03470b1f 100644
--- a/track/ost/10.json
+++ b/track/ost/10.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["bright", "hopeful", "dream", "future", "cheerful"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/101.json b/track/ost/101.json
index f3589f8d..bf0bc820 100644
--- a/track/ost/101.json
+++ b/track/ost/101.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["energetic", "chaos", "cheerful"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/107.json b/track/ost/107.json
index dec2b5a9..8bcca445 100644
--- a/track/ost/107.json
+++ b/track/ost/107.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["energetic", "hopeful", "possibilities"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/11.json b/track/ost/11.json
index 0d60a583..97988b63 100644
--- a/track/ost/11.json
+++ b/track/ost/11.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["future", "possibilities", "hopeful"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/118.json b/track/ost/118.json
index 67249fae..8a4f419b 100644
--- a/track/ost/118.json
+++ b/track/ost/118.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["emergency", "holy"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/12.json b/track/ost/12.json
index 3bdb0aaf..2caa2697 100644
--- a/track/ost/12.json
+++ b/track/ost/12.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["hopeful", "relaxing"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/122.json b/track/ost/122.json
index a53c1b73..96203d7d 100644
--- a/track/ost/122.json
+++ b/track/ost/122.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["mysterious", "uneasy"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/129.json b/track/ost/129.json
index 86a216ee..64cc915c 100644
--- a/track/ost/129.json
+++ b/track/ost/129.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["uneasy", "nervous"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/13.json b/track/ost/13.json
index 558deca3..3cda14da 100644
--- a/track/ost/13.json
+++ b/track/ost/13.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["cheerful", "naughty", "energetic"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/130.json b/track/ost/130.json
index 580c8647..23673876 100644
--- a/track/ost/130.json
+++ b/track/ost/130.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["naughty"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/134.json b/track/ost/134.json
index eb641526..953b8a4c 100644
--- a/track/ost/134.json
+++ b/track/ost/134.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["gloomy", "nervous", "mysterious", "uneasy"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/135.json b/track/ost/135.json
index cb762dd2..e6aebd38 100644
--- a/track/ost/135.json
+++ b/track/ost/135.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["discouraged", "sad", "failure"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/137.json b/track/ost/137.json
index 8f712987..ce16194b 100644
--- a/track/ost/137.json
+++ b/track/ost/137.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["energetic", "possibilities", "future"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/14.json b/track/ost/14.json
index c7893bae..cde52c7c 100644
--- a/track/ost/14.json
+++ b/track/ost/14.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["energetic"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/140.json b/track/ost/140.json
index 07ec8496..2fcf62dd 100644
--- a/track/ost/140.json
+++ b/track/ost/140.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["discouraged", "sad"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/15.json b/track/ost/15.json
index b2bfe1d8..ea81afa4 100644
--- a/track/ost/15.json
+++ b/track/ost/15.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["energetic"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/16.json b/track/ost/16.json
index 58ff4270..6475ec8b 100644
--- a/track/ost/16.json
+++ b/track/ost/16.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["possibilities", "cheerful"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/18.json b/track/ost/18.json
index 3345ad51..8ba424b9 100644
--- a/track/ost/18.json
+++ b/track/ost/18.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["nervous", "energetic", "emergency"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/19.json b/track/ost/19.json
index e4c435bf..3395a8c5 100644
--- a/track/ost/19.json
+++ b/track/ost/19.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["energetic"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/2.json b/track/ost/2.json
index 79b16725..3d4f02b0 100644
--- a/track/ost/2.json
+++ b/track/ost/2.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["bright", "future", "dream", "hopeful"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/20.json b/track/ost/20.json
index c61aa57b..7c99e4c2 100644
--- a/track/ost/20.json
+++ b/track/ost/20.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["emergency", "chaos"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/3.json b/track/ost/3.json
index 1d63532a..1ab5d6e4 100644
--- a/track/ost/3.json
+++ b/track/ost/3.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["relaxing", "naughty"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/4.json b/track/ost/4.json
index 2b85880e..871ce95e 100644
--- a/track/ost/4.json
+++ b/track/ost/4.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["bright", "daytoday", "energetic", "relaxing", "naughty"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/5.json b/track/ost/5.json
index 4b5f3e35..a59f762c 100644
--- a/track/ost/5.json
+++ b/track/ost/5.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["energetic", "chaos"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/6.json b/track/ost/6.json
index c65406de..76aba196 100644
--- a/track/ost/6.json
+++ b/track/ost/6.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["energetic", "naughty"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/7.json b/track/ost/7.json
index 5c218894..c3f6c257 100644
--- a/track/ost/7.json
+++ b/track/ost/7.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["chaos", "energetic", "naughty"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/8.json b/track/ost/8.json
index e8ad232d..dc14567b 100644
--- a/track/ost/8.json
+++ b/track/ost/8.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["naughty", "cheerful"],
"beginning": [],
"middle": [],
"ending": []
diff --git a/track/ost/9.json b/track/ost/9.json
index 1f57eced..44114dab 100644
--- a/track/ost/9.json
+++ b/track/ost/9.json
@@ -24,7 +24,7 @@
},
"tags": {
- "overall": [],
+ "overall": ["relaxing", "daytoday"],
"beginning": [],
"middle": [],
"ending": []