summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-11 19:26:25 +0200
committerYorhel <git@yorhel.nl>2019-09-11 19:26:25 +0200
commit26c2f1290468309e69d3139842481920e79cd5bc (patch)
tree634ca2909ed3db568f8b4cb679240e601a63f9bb /data/global.pl
parent04e92a4ef886c141783efcb1c62de12722511cc4 (diff)
VNDB::Types: Convert char_roles, blood_types and genders
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/data/global.pl b/data/global.pl
index cf23b9c2..252cc9bb 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -130,14 +130,6 @@ our %S;
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' ],
- blood_types => ordhash(qw{unknown Unknown o O a A b B ab AB}),
- genders => ordhash(unknown => 'Unknown or N/A', qw{m Male f Female b Both}),
- char_roles => ordhash(
- main => [ 'Protagonist', 'Protagonists' ],
- primary => [ 'Main character', 'Main characters' ],
- side => [ 'Side character', 'Side characters' ],
- appears => [ 'Makes an appearance', 'Make an appearance' ],
- ),
atom_feeds => { # num_entries, title, id
announcements => [ 10, 'VNDB Site Announcements', '/t/an' ],
changes => [ 25, 'VNDB Recent Changes', '/hist' ],