summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-20 14:43:23 +0100
committerYorhel <git@yorhel.nl>2008-11-20 14:43:23 +0100
commite6aae96e9ace64ebf3b7e6fefe8d9bce5850fe85 (patch)
tree5a3c92c0fbdad8d41aacf1fed10d8452feb3804c /data
parent37b1e0e37d7cfd1150f2cf5235e68445e006434b (diff)
VN Relation info
Diffstat (limited to 'data')
-rw-r--r--data/global.pl14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 6b9a1824..3644e021 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -130,6 +130,20 @@ our %S = (
[ 'TV Special', 'TV Special' ],
[ 'unknown', 'Music Video' ],
],
+ vn_relations => [
+ # Name, Reverse--
+ [ 'Sequel', 0 ],
+ [ 'Prequel', 1 ],
+ [ 'Same setting', 0 ],
+ [ 'Alternative setting', 0 ],
+ [ 'Alternative version', 0 ],
+ [ 'Same characters', 0 ],
+ [ 'Side story', 0 ],
+ [ 'Parent story', 1 ],
+ [ 'Summary', 0 ],
+ [ 'Full story', 1 ],
+ [ 'Other', 0 ],
+ ],
);