#Decay rates

9 messages · Page 1 of 1 (latest)

real junco
#

I want to speed up how fast bases will decay either after tc is destroyed or tc has nothing in it. But I don’t know how the right commands to make it balanced

stone sky
#

<@&1339549702110056508>

stone sky
#

<@&1339549702110056508>

flat sky
# real junco I want to speed up how fast bases will decay either after tc is destroyed or tc ...

add these too you boot commands

  • When a TC is destroyed there will be no anti grief period (bases will start decaying instantly)
  • The time for structures to decay will be 50% faster (the decay durations are cut in half)

decay.upkeep_grief_protection 0
// Default: 1440 (minutes). How long bases keep fake-upkeep after TC is destroyed. 0 means decay starts instantly.

decay.duration_twig 0.5
// Default: 1. Time (hours) it takes twig to fully decay once decay begins.

decay.duration_wood 1.5
// Default: 3. Time (hours) it takes wood to fully decay once decay begins.

decay.duration_stone 2.5
// Default: 5. Time (hours) it takes stone to fully decay once decay begins.

decay.duration_metal 4
// Default: 8. Time (hours) it takes metal to fully decay once decay begins.

decay.duration_toptier 6
// Default: 12. Time (hours) it takes armored to fully decay once decay begins.

#
decay.upkeep_grief_protection 0

decay.duration_twig 0.5
decay.duration_wood 1.5
decay.duration_stone 2.5
decay.duration_metal 4
decay.duration_toptier 6
#

You can adjust these values if you want it faster

real junco
#

Oh woops