summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-22 16:38:40 +0200
committerYorhel <git@yorhel.nl>2009-05-22 16:38:40 +0200
commit3ad040d6d210fcd7415ddbabd4782a92c23c913e (patch)
tree9edecce67e30c48009ff82ad6b8853b32c63535a /data
parent671b015a2e2a425fbaf8b800737902af65027036 (diff)
Voiced field for releases
TODO: filter on /r
Diffstat (limited to 'data')
-rw-r--r--data/docs/36
-rw-r--r--data/global.pl7
2 files changed, 13 insertions, 0 deletions
diff --git a/data/docs/3 b/data/docs/3
index 16453163..2732805c 100644
--- a/data/docs/3
+++ b/data/docs/3
@@ -56,6 +56,12 @@
packaging or on product web pages.
</dd><dt>Resolution</dt><dd>
Primary/native screen resolution of the game.
+ </dd><dt>Voiced</dt><dd>
+ Indicates whether this release includes voice acting. <i>Fully voiced</i> indicates
+ that all characters (maybe with the exeption of a few minor characters) are voiced in
+ all scenes. <i>Only ero scenes voiced</i> speaks for itself, and <i>Partially voiced</i>
+ should be used when there is some voice acting, but only for the main characters or only
+ in some scenes.
</dd><dt>Notes</dt><dd>
Anything miscellaneous and useful.
Generally, extras (but not preorder bonuses) and progress information go here.
diff --git a/data/global.pl b/data/global.pl
index 2beb87cb..1bfd742a 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -204,6 +204,13 @@ our %S = (%S,
[ '2x256x192 (NDS)', 'console' ],
[ '640x448 (TV)', 'console' ], # really?
],
+ voiced => [
+ 'Unknown',
+ 'Unvoiced',
+ 'Partially voiced',
+ 'Only ero scenes voiced',
+ 'Fully voiced',
+ ],
votes => [
'worst ever',
'awful',