summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-12 11:35:00 +0200
committerYorhel <git@yorhel.nl>2019-09-12 11:35:00 +0200
commit5a62f120bad71b81068fd1d50035effc0fda688c (patch)
tree9b5b6c183b97fce68a52e1f7178f6140f9989f08 /data/global.pl
parentf6851137f4a6f1f9feba51ec5473e743d64a58b2 (diff)
VNDB::Types: Convert animated & voiced
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/global.pl b/data/global.pl
index 311789d0..aa2bfb10 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -85,11 +85,6 @@ our %S;
'1600x900' => [ '1600x900', 'widescreen' ],
'1920x1080' => [ '1920x1080', 'widescreen' ],
),
- animated => [ 'Unknown', 'No animations', 'Simple animations', 'Some fully animated scenes', 'All scenes fully animated' ],
- icons_story_animated => [ 'unknown', 'story_not_animated', 'story_simple_animated', 'story_some_fully_animated', 'story_all_fully_animated' ],
- icons_ero_animated => [ 'unknown', 'ero_not_animated', 'ero_simple_animated', 'ero_some_fully_animated', 'ero_all_fully_animated' ],
- voiced => [ 'Unknown', 'Not voiced', 'Only ero scenes voiced', 'Partially voiced', 'Fully voiced' ],
- icons_voiced => [ 'unknown', 'not_voiced', 'ero_voiced', 'partially_voiced', 'fully_voiced' ],
atom_feeds => { # num_entries, title, id
announcements => [ 10, 'VNDB Site Announcements', '/t/an' ],
changes => [ 25, 'VNDB Recent Changes', '/hist' ],