summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl26
1 files changed, 13 insertions, 13 deletions
diff --git a/data/global.pl b/data/global.pl
index 4ab04d5b..aff1c6e1 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -46,19 +46,19 @@ our %S = (%S,
'TV Special',
'Music Video',
],
- vn_relations => [
- # Name, Reverse--
- [ 'Sequel', 0 ],
- [ 'Prequel', 1 ],
- [ 'Same setting', 0 ],
- [ 'Alternative version', 0 ],
- [ 'Shares characters', 0 ],
- [ 'Side story', 0 ],
- [ 'Parent story', 1 ],
- [ 'Same series', 0 ],
- [ 'Fandisc', 0 ],
- [ 'Original game', 1 ],
- ],
+ vn_relations => {
+ # id => [ order, reverse ]
+ seq => [ 0, 'preq' ],
+ preq => [ 1, 'seq' ],
+ set => [ 2, 'set' ],
+ alt => [ 3, 'alt' ],
+ char => [ 4, 'char' ],
+ side => [ 5, 'par' ],
+ par => [ 6, 'side' ],
+ ser => [ 7, 'ser' ],
+ fan => [ 8, 'orig' ],
+ orig => [ 9, 'fan' ],
+ },
age_ratings => {
-1 => [ 'Unknown' ],
0 => [ 'All ages' ,'CERO A' ],