Hold v2

You need to control the pointer in a certain area for a certain period of time.

hold_game_easy:
  game-type: hold_v2
  difficulty: 100
  time: 15
  title: '{progress}'
  left-click: true # true = left click / false = right-click
  # Tip would show on the title to guide the player how to play
  tip: '<gray>Press <red><key:key.mouse.left> <gray>to start'
  subtitle:
    font: 'customfishing:default'
    bar: '뀌'
    judgment-area: '뀒'
    pointer: '뀁'
  arguments:
    punishment: 0.2
    bar-effective-area-width: 155
    judgment-area-offset: -160
    judgment-area-width: 45
    pointer-icon-width: 5
    water-resistance: 0.15
    pulling-strength: 3
    loosening-strength-loss: 0.5
  hold-time-requirements:
    - 3
    - 3
    - 4
  progress:
    - '<font:customfishing:icons>뀁</font>'
    - '<font:customfishing:icons>뀂</font>'
    - '<font:customfishing:icons>뀃</font>'
    - '<font:customfishing:icons>뀄</font>'
    - '<font:customfishing:icons>뀅</font>'
    - '<font:customfishing:icons>뀆</font>'
    - '<font:customfishing:icons>뀇</font>'
    - '<font:customfishing:icons>뀈</font>'
    - '<font:customfishing:icons>뀉</font>'

Last updated