summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorQCyph <dev@lived.nl>2011-08-27 10:50:29 +0200
committerYorhel <git@yorhel.nl>2011-08-27 11:01:10 +0200
commite26056de79c72a113fa1c5cc725e053e0efe3a97 (patch)
tree015770471e514ef07a73e3d7e813eae04e117975 /data/global.pl
parent96c8f09ca054ea21f59bd62b3fdc9de90ebf1348 (diff)
Added filters to character browse page and trait page
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 31d45631..844d69d1 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -102,6 +102,11 @@ our %S = (%S,
vnlist_status => [ 0..4 ],
blood_types => [qw| unknown a b ab o |],
genders => [qw| unknown m f b |],
+ bust_ranges => [ 50, 60, 65, 70, 75, 80, 85, 90, 100, 110, 120 ],
+ waist_ranges => [ 40, 50, 55, 60, 65, 70, 75, 80 ],
+ hip_ranges => [ 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100 ],
+ height_ranges => [ 10, 50, 100, 120, 140, 150, 160, 170, 180, 190, 200, 220, 240, 280 ],
+ weight_ranges => [ 20, 50, 60, 70, 80, 90, 100, 150, 200, 250, 350 ],
char_roles => [qw| main primary side appears |],
atom_feeds => { # num_entries, title, id
announcements => [ 10, 'VNDB Site Announcements', '/t/an' ],