Not exactly sure about first 60m

I am trying to make the following:
Online = Normal Raids
Offline = Expensive Raids x2

I do not want to have 100% damage reduction at all. Do plugin allows to have this modified or nope?

  • First 10 minutes offline - 100% damage
  • Between 10 and 60 minutes offline - 0% damage
    In the example (default) damage scale I see this
    "damageScale": {
        "1": 0.2,
        "3": 0.35,
        "6": 0.5,
        "12": 0.8,
        "48": 1,
        "168": 2
      }​

    So? Any way to change under 1 hour to also take damage... Log off, wait 10m apply plugin protection x2 more boom needed. I am probably stupid but can't figure this out.

the first hour setting is clasified as "interimDamage" in the config

Thanks for this valuable info.