✨
Cleaning System
Each Cloth item has a cleaning value with a Max value of 100, which decreases with each minute of activity. Once it falls below a certain value, the UHT gained decreases and can be cleaned to restore the cleaning value.
Remaining Cleaning Value | Efficiency Rate % |
---|---|
50/100 | 80% |
20/100 | 10% |
The UHT required for one cleaning depends on the cloth item's rarity and level.
Cleaning cost(UHT) = {Cleaning value to be recovered} × Cleaning_rarity_ratio × Cleaning_base_value_per_level
Rarity | Cleaning rarity ratio |
---|---|
common | 1 |
uncommon | 1.33 |
rare | 1.65 |
super rare | 2 |
legendary | 2.4 |
※
Cleaning_base_value_per_level
is private.Cleaning value consumed depends on the durability value of the clothes parameter.
Depletion cleaning value = {consumed energy} × {Durability_ratio} × 1.05
※
Durability_ratio
is private.Last modified 2mo ago