Caltinor / Project-MMO-2.0

A continuation of Harmony's Project MMO project
37 stars 21 forks source link

Block XP Ideas: Slow Return #534

Closed SomewhatDamaged closed 3 weeks ago

SomewhatDamaged commented 1 month ago

Describe the solution you'd like A time-based return of XP for breaking blocks. Starts at 0%, slowly increases to 100% over a duration.

Config would look something like:

        #If non-zero, number of minutes until a placed block will give full XP for breaking it
        block_xp_delay = 0

Why is this feature needed Ideas for extra ways of handling block XP anti-cheese

Describe alternatives you've considered Procrastination.

SomewhatDamaged commented 1 month ago

Optional:

Caltinor commented 3 weeks ago

What's the difference between this and #533?

SomewhatDamaged commented 3 weeks ago

This would be a slow ramp up from 0% to 100% of the XP you should get.

533 Would be a hard cutoff for when you would start getting XP for the block.

Caltinor commented 3 weeks ago

Could you edit #533 to include both. It is going to be a certainty that users will want hard cutoffs and diminishing, so might as well bundle it as one feature.