User:BaviH/Dr. Mario Gravity

From TetrisWiki
< User:BaviH
Revision as of 18:34, 3 May 2020 by BaviH (talk | contribs) (Creating to play around with potential revisions to Dr. Mario "Gravity" section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gravity

There is a "speed counter" that increments every 10 capsules; there is a subtle sound effect that plays when it increments. The speed counter's maximum value is 49. There is also a speed base value table, indexed by the currently selected speed:

Low 15
Medium 25
High 31

The current speed counter is added to the speed base value and that is used to index the gravity table. The gravity table is as follows:

Indexes 0-25: (35 - index) * 2 - 1

Indexes 26-34: 44 - index

Indexes 35 and up to 79 use the following table, with values in the right column being in frames per row:

35 9
36 9
37 8
38 8
39 7
40 7
41 6
42 6
43 5
44 5
45 5
46 5
47 5
48 5
49 5
50 5
51 5
52 5
53 5
54 5
55 4
56 4
57 4
58 4
59 4
60 3
61 3
62 3
63 3
64 3
65 2
66 2
67 2
68 2
69 2
70 1
71 1
72 1
73 1
74 1
75 1
76 1
77 1
78 1
79 1