summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-17 21:45:21 +0100
committerYorhel <git@yorhel.nl>2008-11-17 21:45:21 +0100
commit8879a461107fa6ab5512057cdfadd409d52e34e0 (patch)
tree140f6c0ab5cf4c2714b9250f430a994f7f4d0c88 /data
parentf9deb27fbc08e68e039bf31c7669ae052af793b5 (diff)
Slightly more info on the VN pages
Diffstat (limited to 'data')
-rw-r--r--data/global.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 446af70a..edf52008 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -60,6 +60,14 @@ our %S = (
p => 'Producers', # pid
u => 'Users', # uid
},
+ vn_lengths => [
+ [ 'Unkown', '', '' ],
+ [ 'Very short', '< 2 hours', 'OMGWTFOTL, A Dream of Summer' ],
+ [ 'Short', '2 - 10 hours', 'Narcissu, Planetarian' ],
+ [ 'Medium', '10 - 30 hours', 'Kana: Little Sister' ],
+ [ 'Long', '30 - 50 hours', 'Tsukihime' ],
+ [ 'Very long', '> 50 hours', 'Clannad' ],
+ ],
);