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

Commit 38dafca

Browse files
committed
feat(series): add DDR X(US) info
1 parent 45e9603 commit 38dafca

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

content/series/.seriesList.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,10 @@
183183
"title": "Dance Dance Revolution (US)",
184184
"backgroundColor": "mediumvioletred",
185185
"color": "#fff"
186+
},
187+
"x-us": {
188+
"title": "Dance Dance Revolution X (US)",
189+
"backgroundColor": "gold",
190+
"color": "#000"
186191
}
187192
}

content/series/x-us.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
slug: "x-us"
3+
platform: "Play Station 2"
4+
region: "US"
5+
launched: "2008-09-16"
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+
4: { name: "CHALLENGE", class: "is-challenge" }
12+
---
13+
14+
# DanceDanceRevolution X
15+
16+
|発売日|機種|リージョン|
17+
|------|----|---------|
18+
|{{ $doc.launched }}|{{ $doc.platform }}|{{ $doc.region }}|
19+
20+
## 収録曲リスト
21+
22+
|Name|Artist|BPM|SINGLE|DOUBLE|
23+
|----|------|---|------|------|
24+
25+
## システム概要
26+
27+
(WIP)
28+
29+
## 隠し要素
30+
31+
(WIP)
32+
33+
## 他ソフトとの連動
34+
35+
(WIP)

0 commit comments

Comments
 (0)