NFT Cars
- Power - the power of the car engine. The coefficient that effects on the receipt of more ACE at the expense of Energy.
- Aerodynamics - the aerodynamic vehicle features. The coefficient that effects on the receipt of more ACE at the expense of Energy.
- Weight - the weight of the car. A coefficient that effects on the rate of Energy consumption.
- Strength (Durability/Repair) - the coefficient that effects on the rate of decrease in Durability. A higher Strength will result in a slower decrease in Durability.
- Luck - the coefficient that effects on the quantity and quality of NFT Boxes falling out when Energy is consumed.
The receipt for calculating Attributes when generating an NFT Car is presented below.
Receipt
Min.(Type)
Max.(Type)
Min.(Tier)
Max.(Tier)
k
Attribute = RANDOM ( Min.(Type) ; Max.(Type) )
Min.(Type) = Min.(Tier) + ( Max.(Tier) - Min.(Tier) ) * k / 100
Max.(Type) = ( Min.(Tier) + ( Max.(Tier) - Min.(Tier) ) * k / 100 ) + ( Max.(Tier) - Min.(Tier) ) * 0,4
Min.(Tier) - the minimum possible Attribute for an NFT Car, depending on its Tier. The value is taken from the Quality table below.
Max.(Tier) - the maximum possible Attribute for an NFT Car, depending on its Tier. The value is taken from the Quality table below.
k - the correction coefficient dependent on NFT Car type. The value is taken from the Types table below.
A set of attributes (Power, Aerodynamics, Weight) that effects on ACE earnings per unit of Energy.
Receipt
P
A
W
k
Efficiency (ACE) = ( 3 * ( P^3 + A^3 + W^3 ) / ( P + A + W * 1,2 )^2 * 3,14 )^0,5 *1,5*k
P - Power of active NFT Car.
A - Aerodynamics of active NFT Car.
W - Weight of active NFT Car.
k - the correction coefficient, $ACE - the current ACE rate to $
$ACE > 0,1 , k = 1 / $ACE * ($ACE / 10)^0,5
$ACE < 0,1 , k = 1
The receipt of ACE by users is not static, there are several factors that can effect on it:
- Efficiency (Low Durability affects Efficiency);
- GPS Signal/External environment - Users will earn less if the GPS signal is weak.
The project implements 5 types of cars, each one has its own characteristics (correction coefficients for Power, Aerodynamics, Weight, Luck, Strength).
Type | Power | Aerodynamics | Weight | Strength | Luck |
---|---|---|---|---|---|
Sedan | 0 | 20 | 20 | 0 | 20 |
Hatchback | 0 | 40 | 20 | 0 | 0 |
SUV | 60 | 0 | 60 | 60 | 0 |
Coupe | 40 | 60 | 20 | 20 | 20 |
Supercar | 60 | 60 | 0 | 0 | 60 |
These correction coefficients make adjustments during the generating of the attributes depending on the type of car and its tier.
NFT Cars have several quality levels - Tiers. During the Minting, the value of each attribute is randomly selected from the range of min. and max., depending on the tier of the NFT Car. Thus, even if the NFT Cars have the same tier, they may have different attribute distributions.
Quality | Min. Attribute | Max. Attribute |
---|---|---|
Tier 1 | 1 | 10 |
Tier 2 | 8 | 18 |
Tier 3 | 25 | 35 |
Tier 4 | 28 | 63 |
Tier 5 | 50 | 112 |
Users can level up their NFT Cars by burning ACE (and TRC at a certain level). Each level up takes a certain amount of time, which increases along with the amount of ACE and TRC required according to the NFT Car level. This process can be accelerated by burning more ACE.
Currently, TRC needs to be spent to upgrade the NFT Car level to 5, 10, 20 and 30.
The cost of the level up will change from time to time in order to balance the supply and demand of ACE and TRC.
Tier 1
Tier 2
Tier 3
Tier 4
Tier 5
k
Level | Price (ACE) | Price (TRC) | Time (h) | Boost (ACE) |
---|---|---|---|---|
1 | 5*k | - | 1 | 6 |
2 | 20*k | - | 2 | 12 |
3 | 35*k | - | 3 | 18 |
4 | 50*k | - | 4 | 24 |
5 | 50*k | 10 | 5 | 30 |
6 | 50*k | - | 6 | 36 |
7 | 50*k | - | 7 | 42 |
8 | 50*k | - | 8 | 48 |
9 | 50*k | - | 9 | 54 |
10 | 50*k | 30 | 10 | 60 |
11 | 60*k | - | 11 | 66 |
12 | 60*k | - | 12 | 72 |
13 | 60*k | - | 13 | 78 |
14 | 60*k | - | 14 | 84 |
15 | 60*k | - | 15 | 90 |
16 | 60*k | - | 16 | 96 |
17 | 60*k | - | 17 | 102 |
18 | 60*k | - | 18 | 108 |
19 | 60*k | - | 19 | 114 |
20 | 60*k | 60 | 20 | 120 |
21 | 70*k | - | 21 | 126 |
22 | 70*k | - | 22 | 132 |
23 | 70*k | - | 23 | 138 |
24 | 70*k | - | 24 | 144 |
25 | 70*k | - | 25 | 150 |
26 | 70*k | - | 26 | 156 |
27 | 70*k | - | 27 | 162 |
28 | 70*k | - | 28 | 168 |
29 | 70*k | - | 29 | 174 |
30 | 70*k | 100 | 30 | 180 |
Level | Price (ACE) | Price (TRC) | Time (h) | Boost (ACE) |
---|---|---|---|---|
1 | 75*k | - | 1 | 12 |
2 | 75*k | - | 2 | 24 |
3 | 75*k | - | 3 | 36 |
4 | 75*k | - | 4 | 48 |
5 | 75*k | 20 | 5 | 60 |
6 | 75*k | - | 6 | 72 |
7 | 75*k | - | 7 | 84 |
8 | 75*k | - | 8 | 96 |
9 | 75*k | - | 9 | 108 |
10 | 75*k | 60 | 10 | 120 |
11 | 85*k | - | 11 | 132 |
12 | 85*k | - | 12 | 144 |
13 | 85*k | - | 13 | 156 |
14 | 85*k | - | 14 | 168 |
15 | 85*k | - | 15 | 180 |
16 | 85*k | - | 16 | 192 |
17 | 85*k | - | 17 | 204 |
18 | 85*k | - | 18 | 216 |
19 | 85*k | - | 19 | 228 |
20 | 85*k | 120 | 20 | 240 |
21 | 95*k | - | 21 | 252 |
22 | 95*k | - | 22 | 264 |
23 | 95*k | - | 23 | 276 |
24 | 95*k | - | 24 | 288 |
25 | 95*k | - | 25 | 300 |
26 | 95*k | - | 26 | 312 |
27 | 95*k | - | 27 | 324 |
28 | 95*k | - | 28 | 332 |
29 | 95*k | - | 29 | 348 |
30 | 95*k | 200 | 30 | 380 |
Level | Price (ACE) | Price (TRC) | Time (h) | Boost (ACE) |
---|---|---|---|---|
1 | 95*k | - | 1 | 18 |
2 | 95*k | - | 2 | 36 |
3 | 95*k | - | 3 | 54 |
4 | 95*k | - | 4 | 72 |
5 | 95*k | 30 | 5 | 90 |
6 | 95*k | - | 6 | 108 |
7 | 95*k | - | 7 | 126 |
8 | 95*k | - | 8 | 144 |
9 | 95*k | - | 9 | 162 |
10 | 95*k | 90 | 10 | 180 |
11 | 115*k | - | 11 | 198 |
12 | 115*k | - | 12 | 216 |
13 | 115*k | - | 13 | 234 |
14 | 115*k | - | 14 | 252 |
15 | 115*k | - | 15 | 270 |
16 | 115*k | - | 16 | 288 |
17 | 115*k | - | 17 | 306 |
18 | 115*k | - | 18 | 324 |
19 | 115*k | - | 19 | 342 |
20 | 115*k | 180 | 20 | 360 |
21 | 135*k | - | 21 | 378 |
22 | 135*k | - | 22 | 396 |
23 | 135*k | - | 23 | 414 |
24 | 135*k | - | 24 | 432 |
25 | 135*k | - | 25 | 450 |
26 | 135*k | - | 26 | 468 |
27 | 135*k | - | 27 | 486 |
28 | 135*k | - | 28 | 504 |
29 | 135*k | - | 29 | 522 |
30 | 135*k | 300 | 30 | 540 |
Level | Price (ACE) | Price (TRC) | Time (h) | Boost (ACE) |
---|---|---|---|---|
1 | 135*k | - | 1 | 24 |
2 | 135*k | - | 2 | 48 |
3 | 135*k | - | 3 | 72 |
4 | 135*k | - | 4 | 96 |
5 | 135*k | 40 | 5 | 120 |
6 | 135*k | - | 6 | 144 |
7 | 135*k | - | 7 | 168 |
8 | 135*k | - | 8 | 192 |
9 | 135*k | - | 9 | 216 |
10 | 135*k | 120 | 10 | 240 |
11 | 165*k | - | 11 | 264 |
12 | 165*k | - | 12 | 288 |
13 | 165*k | - | 13 | 312 |
14 | 165*k | - | 14 | 336 |
15 | 165*k | - | 15 | 360 |
16 | 165*k | - | 16 | 384 |
17 | 165*k | - | 17 | 408 |
18 | 165*k | - | 18 | 432 |
19 | 165*k | - | 19 | 456 |
20 | 165*k | 240 | 20 | 480 |
21 | 195*k | - | 21 | 504 |
22 | 195*k | - | 22 | 528 |
23 | 195*k | - | 23 | 552 |
24 | 195*k | - | 24 | 576 |
25 | 195*k | - | 25 | 600 |
26 | 195*k | - | 26 | 624 |
27 | 195*k | - | 27 | 648 |
28 | 195*k | - | 28 | 672 |
29 | 195*k | - | 29 | 696 |
30 | 195*k | 400 | 30 | 720 |
Level | Price (ACE) | Price (TRC) | Time (h) | Boost (ACE) |
---|---|---|---|---|
1 | 175*k | - | 1 | 30 |
2 | 175*k | - | 2 | 60 |
3 | 175*k | - |