- Joined
- Jan 24, 2016
- Messages
- 49
- Reaction score
- 20
There is a problem in game which makes life harder for both players and servers. The problem is simple: you must mine or destroy every single block of a natural structure to make it disappear. And let me tell you that it's really hard to mine every block. Some blocks don't get mined or destroyed and keep flying somewhere in space and you can't see them. So my idea is simple: make a chance of some structure to disappear (kinda like overheating but more random) if it's really badly damaged.
More technical information:
Mininum amount of blocks destroyed to activate that chance: 90%. 90% of structure should disappear for it to even consider self-destructing.
Chance of that should grow exponentially.
Formula: (10*max(0.1-N/R, 0))^2. N - current amount of blocks, R - original amount of block that structure had.
0%-90% of structure destroyed: 0% chance
92% of structure destroyed: 4% chance
94% of structure destroyed: 16% chance
96% of structure destroyed: 36% chance
98% of structure destroyed: 64% chance
100% of structure destroyed: 100% chance, duh
and so on...
Natural structures: asteroids, planets, planet segments
The period between each test should be set by admins, but a default value of 5 minutes should suffice.
More technical information:
Mininum amount of blocks destroyed to activate that chance: 90%. 90% of structure should disappear for it to even consider self-destructing.
Chance of that should grow exponentially.
Formula: (10*max(0.1-N/R, 0))^2. N - current amount of blocks, R - original amount of block that structure had.
0%-90% of structure destroyed: 0% chance
92% of structure destroyed: 4% chance
94% of structure destroyed: 16% chance
96% of structure destroyed: 36% chance
98% of structure destroyed: 64% chance
100% of structure destroyed: 100% chance, duh
and so on...
Natural structures: asteroids, planets, planet segments
The period between each test should be set by admins, but a default value of 5 minutes should suffice.
Last edited: