summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl45
1 files changed, 41 insertions, 4 deletions
diff --git a/data/global.pl b/data/global.pl
index 739578bf..24b28d8e 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -66,7 +66,7 @@ our %S = (%S,
u => 'Users', # uid
},
vn_lengths => [
- [ 'Unkown', '', '' ],
+ [ 'Unknown', '', '' ],
[ 'Very short', '< 2 hours', 'OMGWTFOTL, A Dream of Summer' ],
[ 'Short', '2 - 10 hours', 'Narcissu, Planetarian' ],
[ 'Medium', '10 - 30 hours', 'Kana: Little Sister' ],
@@ -150,9 +150,21 @@ our %S = (%S,
[ 'Other', 0 ],
],
age_ratings => {
- -1 => 'Unknown',
- 0 => 'All ages',
- map { $_ => $_.'+' } 6..18
+ -1 => [ 'Unknown' ],
+ 0 => [ 'All ages' ,'CERO A' ],
+ 6 => [ '6+' ],
+ 7 => [ '7+' ],
+ 8 => [ '8+' ],
+ 9 => [ '9+' ],
+ 10 => [ '10+' ],
+ 11 => [ '11+' ],
+ 12 => [ '12+', 'CERO B' ],
+ 13 => [ '13+' ],
+ 14 => [ '14+' ],
+ 15 => [ '15+', 'CERO C' ],
+ 16 => [ '16+' ],
+ 17 => [ '17+', 'CERO D' ],
+ 18 => [ '18+', 'CERO Z' ],
},
release_types => [
'Complete',
@@ -192,6 +204,31 @@ our %S = (%S,
in => [ 'Internet download', 0 ],
otc => [ 'Other', 0 ],
},
+ resolutions => [
+ [ 'Unknown / console / handheld', '' ],
+ [ 'Custom', '' ],
+ [ '640x480 (480p)', '4:3' ],
+ [ '800x600', '4:3' ],
+ [ '1024x768', '4:3' ],
+ [ '640x400', 'widescreen' ],
+ [ '1024x640', 'widescreen' ],
+ [ '1280x720 (720p)', 'widescreen' ],
+ [ '1920x1080 (1080p)', 'widescreen' ],
+ ],
+ voiced => [
+ 'Unknown',
+ 'Not voiced',
+ 'Only ero scenes voiced',
+ 'Partially voiced',
+ 'Fully voiced',
+ ],
+ animated => [
+ 'Unknown',
+ 'No animations',
+ 'Simple animations',
+ 'Some fully animated scenes',
+ 'All scenes fully animated',
+ ],
votes => [
'worst ever',
'awful',