Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit ebfdcd5

Browse files
committed
feat(series): add HOTTEST PARTY (US) info
1 parent 1d5ee9c commit ebfdcd5

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

content/series/.seriesList.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@
119119
"backgroundColor": "coral",
120120
"color": "#000"
121121
},
122+
"hottest-us": {
123+
"title": "Dance Dance Revolution HOTTEST PARTY (US)",
124+
"backgroundColor": "coral",
125+
"color": "#000"
126+
},
122127
"konamix": {
123128
"title": "Dance Dance Revolution KONAMIX",
124129
"backgroundColor": "orange",

content/series/hottest-us.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
slug: "hottest-us"
3+
platform: "Wii"
4+
region: "US"
5+
launched: "2007-09-25"
6+
difficulties:
7+
0: { name: "BEGINNER", class: "is-beginner" }
8+
1: { name: "BASIC", class: "is-basic" }
9+
2: { name: "DIFFICULT", class: "is-difficult" }
10+
3: { name: "EXPERT", class: "is-expert" }
11+
---
12+
13+
# Dance Dance Revolution HOTTEST PARTY
14+
15+
|発売日|機種|リージョン|
16+
|------|----|---------|
17+
|{{ $doc.launched }}|{{ $doc.platform }}|{{ $doc.region }}|
18+
19+
## 収録曲リスト
20+
21+
|Name|Artist|BPM|SINGLE|
22+
|----|------|---|------|
23+
24+
## システム概要
25+
26+
(WIP)
27+
28+
## 隠し要素
29+
30+
(WIP)
31+
32+
## 他ソフトとの連動
33+
34+
(WIP)

0 commit comments

Comments
 (0)