User:Dorsal Axe/Sandbox/Coconut
Beginning in the Welcome amiibo update, there is an unfinished and inaccessible menu, internally named kokusei
or census
, that shows various statistics about the player and their town that are tracked through variables named TownStats
. The menu can be enabled by setting a single flag in the save file; when enabled, it appears between the town initiative and Town Pass Card menus. However, no interface icon exists, so the tab to access this menu will simply show a dark square instead of a symbol like the other tabs.
Unit types
The file STR_Kokusei_Unit.umsbt
was intended to contain text strings for units that would used as a suffix for some, but not all, stat counts (e.g. stats relating to Bells would display the text "Bells" after the numeric amount). However, all strings in this file are blank and the game's code does not load or reference this file. Code for the stats themselves still reference the index IDs for these text strings, so the unit types for each stat (that was intended to have one) can be distinguished from one another despite the lack of text.
All unit names used in the below table are assumed based on the stats they are associated with. ID #1 is not yet known. ID #2 is intended to be purposefully blank for stats without a suffix.
Index | Unit |
---|---|
0 | Bells |
1 | [Unknown] |
2 | |
3 | caught |
4 | gathered |
5 | Streetpasses |
6 | built |
7 | collected |
8 | grown |
Statistics
The file STR_Kokusei_Title.umsbt
contains an index from 0 to 79 for text strings representing different statistics that are tracked and displayed in the census menu. Entries 62 and 65 appear to have been removed from the index. All remaining text strings are blank, so it is not readily apparent what each stat is meant to represent.
It has been determined that certain stats will not appear until a condition has been met (e.g. 'Balloons popped' will not appear until the player has popped at least one balloon. Some stats relate specific events or times, so will only be displayed while these are ongoing. Additionally, stats will not always be displayed in-game in their index order. Some will shift position to the top of the menu when they are incremented, or for the duration of their associated active event.
Index | Statistic | Unit suffix | Display condition | Notes |
---|---|---|---|---|
0 | Total Bells earned | Bells | Always displayed | |
1 | Savings balance | Bells | Always displayed | |
2 | Total Bells spent | Bells | Always displayed | |
3 | Total debt paid | Bells | Always displayed | |
4 | [Unknown] | [Unknown] | Always displayed | |
5 | [Unknown] | [Unknown] | Always displayed | |
6 | [Unknown] | Bells | Always displayed | |
7 | [Unknown] | Bells | Always displayed | |
8 | Total project donations | Bells | Always displayed | |
9 | [Unknown] | Bells | Always displayed | |
10 | Flowers watered | Always displayed | ||
11 | Fish caught | caught | Always displayed | |
12 | Insects caught | caught | Always displayed | |
13 | Sea creatures caught | caught | Always displayed | |
14 | Town projects built | built | Always displayed | Only tracks projects that currently exist in town. |
15 | Native fruit gathered | gathered | Always displayed | |
16 | Perfect fruit gathered | gathered | Always displayed | |
17 | Non-native fruit gathered | gathered | Always displayed | |
18 | Flowers planted | Always displayed | ||
19 | Trees & shrubs planted | Always displayed | ||
20 | Trees felled | Always displayed | ||
21 | [Unknown] | At least one completion. | ||
22 | [Unknown] | At least one completion. | ||
23 | [Unknown] | At least one completion. | ||
24 | [Unknown] | At least one completion. | Unknown but relates to Island Tours | |
25 | [Unknown] | At least one completion. | Unknown but relates to Island Tours | |
26 | Letters mailed | At least one completion. | Includes letters mailed to future-self. | |
27 | [Unknown] | At least one completion. | ||
28 | [Unknown] | Bells | Always displayed | |
29 | [Unknown] | Bells | At least one completion. | |
30 | [Unknown] | Bells | At least one completion. | |
31 | Weeds pulled | Always displayed | ||
32 | [Unknown] | Bells | Always displayed | |
33 | [Unknown] | Bells | At least one completion. | |
34 | [Unknown] | At least one completion. | ||
35 | Streetpasses | Streetpasses | At least one Streetpass for any town resident. | |
36 | [Unknown] | At least one completion. | ||
37 | [Unknown] | At least one completion. | ||
38 | Saharah trades | At least one completion. | ||
39 | [Unknown] | At least one completion. | ||
40 | [Unknown] | At least one completion. | ||
41 | [Unknown] | At least one completion. | ||
42 | Badges collected | gathered | At least one completion. | |
43 | [Unknown] | At least one completion. | ||
44 | [Unknown] | At least one completion. | ||
45 | [Unknown] | gathered | At least one completion. | |
46 | [Unknown] | gathered | At least one completion. | |
47 | [Unknown] | At least one completion. | ||
48 | Balloons popped | At least one completion. | ||
49 | [Unknown] | caught | Unknown | |
50 | [Unknown] | caught | Unknown | |
51 | Feathers collected | collected | During Festivale event. | |
52 | [Unknown] | gathered | Unknown | |
53 | [Unknown] | Unknown | ||
54 | [Unknown] | Unknown | ||
55 | [Unknown] | gathered | Unknown | |
56 | [Unknown] | gathered | Unknown | |
57 | Snowpeople built | gathered | Snowball season is active. At least one completion. |
Tracks both perfect and non-perfect snowpeople. |
58 | Presents delivered | gathered | During Toy Day event. | |
59 | Snowflakes caught | gathered | During December and January. At least one completion. |
|
60 | Party poppers popped | gathered | Between 12 AM and 6 AM on New Year's Day. | |
61 | [Unknown] | Snowball season is active. At least one completion. |
||
62 | [REMOVED] | At least one completion | ||
63 | Villager pictures collected | collected | Always displayed | |
64 | Lost items returned | At least one completion | ||
65 | [REMOVED] | At least one completion | ||
66 | [Unknown] | At least one completion | ||
67 | [Unknown] | At least one completion | ||
68 | [Unknown] | At least one completion | ||
69 | [Unknown] | At least one completion | ||
70 | Time capsule requests completed | At least one completion | ||
71 | [Unknown] | At least one completion | ||
72 | [Unknown] | At least one completion | ||
73 | Golden roses grown | grown | At least one golden rose grown by town resident | |
74 | Blue roses grown | grown | At least one blue rose grown by town resident | |
75 | [Unknown] | grown | At least one [unknown flower] grown by town resident | |
76 | MEOW Stamps received | Always displayed | ||
77 | MEOW Coupons received | collected | Always displayed | |
78 | MEOW Coupons spent | collected | Always displayed | |
79 | [Unknown] | Always displayed |