summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-20 12:53:24 +0100
committerYorhel <git@yorhel.nl>2008-11-20 12:53:24 +0100
commit29a9cd8509d27a06785f7c6e34e7515385efab7b (patch)
tree0f9a0a2a2795243ecc38adde6a667a7cbebdd9af /data/global.pl
parentb74e91d9d7fa9b20b1649ca673122ae8f5f48105 (diff)
Added categories to VN pages
Doesn't look terribly nice, but I hope I can get rid of them altogether soon with a tagging system.
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl51
1 files changed, 51 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index edf52008..e983b2e3 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -68,6 +68,57 @@ our %S = (
[ 'Long', '30 - 50 hours', 'Tsukihime' ],
[ 'Very long', '> 50 hours', 'Clannad' ],
],
+ categories => {
+ g => [ 'Gameplay', {
+ aa => 'NVL', # 0..1
+ ab => 'ADV', # 0..1
+ ac => "Act\x{200B}ion", # Ugliest. Hack. Ever.
+ rp => 'RPG',
+ st => 'Strategy',
+ si => 'Simulation',
+ }, 2 ],
+ p => [ 'Plot', { # 0..1
+ li => 'Linear',
+ br => 'Branching',
+ }, 3 ],
+ e => [ 'Elements', {
+ ac => 'Action',
+ co => 'Comedy',
+ dr => 'Drama',
+ fa => 'Fantasy',
+ ho => 'Horror',
+ my => 'Mystery',
+ ro => 'Romance',
+ sc => 'School Life',
+ sf => 'SciFi',
+ sj => 'Shoujo Ai',
+ sn => 'Shounen Ai',
+ }, 1 ],
+ t => [ 'Time', { # 0..1
+ fu => 'Future',
+ pa => 'Past',
+ pr => 'Present',
+ }, 4 ],
+ l => [ 'Place', { # 0..1
+ ea => 'Earth',
+ fa => "Fant\x{200B}asy world",
+ sp => 'Space',
+ }, 5 ],
+ h => [ 'Protagonist', { # 0..1
+ fa => 'Male',
+ fe => "Fem\x{200B}ale",
+ }, 6 ],
+ s => [ 'Sexual content', {
+ aa => 'Sexual content',
+ be => 'Bestiality',
+ in => 'Incest',
+ lo => 'Lolicon',
+ sh => 'Shotacon',
+ ya => 'Yaoi',
+ yu => 'Yuri',
+ ra => 'Rape',
+ }, 7 ],
+ },
);