summaryrefslogtreecommitdiff
path: root/lib/VNDB/Types.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDB/Types.pm')
-rw-r--r--lib/VNDB/Types.pm20
1 files changed, 19 insertions, 1 deletions
diff --git a/lib/VNDB/Types.pm b/lib/VNDB/Types.pm
index f101e68d..6a9aae2e 100644
--- a/lib/VNDB/Types.pm
+++ b/lib/VNDB/Types.pm
@@ -188,6 +188,24 @@ hash TAG_CATEGORY =>
+hash ANIMATED =>
+ 0 => { txt => 'Unknown', story_icon => 'unknown', ero_icon => 'unknown' },
+ 1 => { txt => 'No animations', story_icon => 'story_not_animated', ero_icon => 'ero_not_animated' },
+ 2 => { txt => 'Simple animations', story_icon => 'story_simple_animated', ero_icon => 'ero_simple_animated' },
+ 3 => { txt => 'Some fully animated scenes', story_icon => 'story_some_fully_animated', ero_icon => 'ero_some_fully_animated' },
+ 4 => { txt => 'All scenes fully animated', story_icon => 'story_all_fully_animated', ero_icon => 'ero_all_fully_animated' };
+
+
+
+hash VOICED =>
+ 0 => { txt => 'Unknown', icon => 'unknown' },
+ 1 => { txt => 'Not voiced', icon => 'not_voiced' },
+ 2 => { txt => 'Only ero scenes voiced', icon => 'ero_voiced' },
+ 3 => { txt => 'Partially voiced', icon => 'partially_voiced' },
+ 4 => { txt => 'Fully voiced', icon => 'fully_voiced' };
+
+
+
hash WISHLIST_STATUS =>
0 => 'High',
1 => 'Medium',
@@ -229,7 +247,7 @@ hash BLOOD_TYPE =>
b => 'B',
ab => 'AB';
-# SQL: ENUM blood_type
+# SQL: ENUM gender
hash GENDER =>
unknown => 'Unknown or N/A',
m => 'Male',