ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
How I've been getting data
2
0. Record the attribute you're watching, how weighted it is, and whether or not it comes with a tag. Avoid levels like 8-2, where they require specific sets to pass.
3
1. Dress a minimal nikki, aka hair + dress. This is the "control" outfit, if you will. Record the score in a level of your choosing.
4
2. Find 8 of the clothing item you're isolating and testing, with one of each grade of the attribute you're testing.
5
Example: SHOES, testing GORGEOUS vs SIMPLE: get a shoe item that has a B in gorgeous, B in simple, A in gorgeous, etc.
6
3. Record the scores with all these items.
7
4. Bonus: record scorings with tags, or clothing with C's, if possible.
8
9
CURRENT HYPOTHESIS:
10
It seems like having items with the opposite attribute (aka gorgeous clothes in a level asking for simple clothes) will not detract from your score; rather, you will just get 0. Clothing with better grades increase your score linearly; for example, if a hairstyle gets 800 as a B in one level, it will get +300 for every grade higher -- so, 1100 for an A hair, 1400 for an S hair, and 1700 for an SS hair.
11
12
13
14
You'd think that having a "more" gorgeous hair on a simple level would detract from your score, but nope. You can see this since a B gorgeous hair and an A gorgeous hair on the same level both get the same (low) score. Of course, there is that strange exception -- seems like SS clothes are good no matter how inappropriate they are! This definitely warrants more investigation.
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100