summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl28
1 files changed, 2 insertions, 26 deletions
diff --git a/data/global.pl b/data/global.pl
index ba95638b..79978c5e 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -112,32 +112,8 @@ our %S = (%S,
[ '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',
- 'bad',
- 'weak',
- 'so-so',
- 'decent',
- 'good',
- 'very good',
- 'excellent',
- 'masterpiece',
- ],
+ voiced => [ 0..4 ],
+ animated => [ 0..4 ],
wishlist_status => [
'high',
'medium',