From 3ad040d6d210fcd7415ddbabd4782a92c23c913e Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 22 May 2009 16:38:40 +0200 Subject: Voiced field for releases TODO: filter on /r --- data/docs/3 | 6 ++++++ data/global.pl | 7 +++++++ 2 files changed, 13 insertions(+) (limited to 'data') 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.
Resolution
Primary/native screen resolution of the game. +
Voiced
+ Indicates whether this release includes voice acting. Fully voiced indicates + that all characters (maybe with the exeption of a few minor characters) are voiced in + all scenes. Only ero scenes voiced speaks for itself, and Partially voiced + should be used when there is some voice acting, but only for the main characters or only + in some scenes.
Notes
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', -- cgit v1.2.3