enchants.yml


enchants:
  SPEED:
    enabled: true
    icon: "FEATHER"
    display-name: '&#6EE7F9&lSpeed'
    description:
      - '&#9CA3AFMove faster while holding the Tycoon Hoe.'
    max-level: 5
    min-hoe-level: 1
    effect:
      amplifier-per-level: 1
      duration-ticks: 220
      ambient: true
      particles: false
      icon: false
    purchase:
      enabled: true
      base: 500
      per-level: 75
      per-level-squared: 0
      multiplier: 1.0

  HASTE:
    enabled: true
    icon: "GOLDEN_PICKAXE"
    display-name: '&#FBBF24&lHaste'
    description:
      - '&#9CA3AFMine and break blocks faster while holding the Tycoon Hoe.'
    max-level: 5
    min-hoe-level: 1
    effect:
      amplifier-per-level: 1
      duration-ticks: 220
      ambient: true
      particles: false
      icon: false
    purchase:
      enabled: true
      base: 700
      per-level: 75
      per-level-squared: 0
      multiplier: 1.0

  CROP_BOOSTER:
    enabled: true
    icon: "WHEAT"
    display-name: '&#34D399&lCrop Booster'
    description:
      - '&#9CA3AFGain extra crops when harvesting.'
      - '&#9CA3AFAdds a small yield multiplier per level.'
    max-level: 500
    min-hoe-level: 3
    multiplier:
      base: 0.0
      per-level: 0.005
      max-total: 1.5
      per-crop:
        NETHER_WART: 0.05
    rounding: 'stochastic'
    purchase:
      enabled: true
      base: 2500
      per-level: 75
      per-level-squared: 0
      multiplier: 1.0

  ESSENCE_BOOSTER:
    enabled: true
    icon: "WARPED_ROOTS"
    display-name: '&#60A5FA&lEssence Booster'
    description:
      - '&#9CA3AFGain extra Essence when harvesting crops.'
      - '&#9CA3AFAdds a small multiplier per level.'
    max-level: 1500
    min-hoe-level: 3
    multiplier:
      base: 0.0
      per-level: 0.09
      max-total: 2.0
      per-crop:
        NETHER_WART: 0.05
    rounding: 'round'
    purchase:
      enabled: true
      base: 4500
      per-level: 75
      per-level-squared: 0
      multiplier: 1.0

  XP_BOOSTER:
    enabled: true
    icon: "EXPERIENCE_BOTTLE"
    display-name: '&#A78BFA&lXP Booster'
    description:
      - '&#9CA3AFGain extra hoe XP when harvesting.'
      - '&#9CA3AFAdds a small multiplier per level.'
    max-level: 5000
    min-hoe-level: 3
    multiplier:
      base: 0.0
      per-level: 0.5
      max-total: 3.0
      per-crop:
        NETHER_WART: 0.05
    purchase:
      enabled: true
      base: 2500
      per-level: 75
      per-level-squared: 0
      multiplier: 1.0

  KEY_FINDER:
    type: COMMAND
    enabled: true
    icon: "LIME_CANDLE"
    display-name: '&#22C55E&lKey Finder'
    description:
      - '&#9CA3AFChance to find a crate key when harvesting.'
    max-level: 500
    min-hoe-level: 5
    trigger:
      chance:
        base: 0.0
        per-level: 0.002
        max: 0.20
      cooldown-ticks: 200
      crops: []
      worlds: []
    commands:
      run-as: CONSOLE
      mode: RANDOM_ONE
      list:
        - "tell {player} &aYou found {random:10-50} Rare key!; [broadcast] {player} found Rare Keys!"
        - "tell {player} &aYou found a Elite key!"
        - "tell {player} &aYou found a Mythic key!"
    purchase:
      enabled: true
      base: 1750
      per-level: 75
      per-level-squared: 0
      multiplier: 1.0

  TNT_BARRAGE:
    enabled: true
    icon: "TNT"
    display-name: '&#EF4444&lTNT Barrage'
    description:
      - '&#9CA3AFOccasionally calls down TNT around'
      - '&#9CA3AFyou and harvests crops in a radius.'
      - '&#9CA3AFActivation chance increases with level.'
    max-level: 500
    min-hoe-level: 7
    trigger:
      chance:
        base: 0.0
        per-level: 0.0001
        max: 0.05
      cooldown-ticks: 200
    visuals:
      tnt-count: 1
      fuse-ticks: 100
      spawn-height: 12
      aim-crops-only: true
    harvest:
      radius: 4.0
      per-tick: 48
    purchase:
      enabled: true
      base: 5000
      per-level: 75
      per-level-squared: 0
      multiplier: 1.0

  VIRUS:
    enabled: true
    icon: "TORCHFLOWER_SEEDS"
    display-name: '&#10B981&lVirus'
    description:
      - '&#9CA3AFOccasionally infects nearby crops'
      - '&#9CA3AFand harvests them in waves.'
      - '&#9CA3AFActivation chance increases with level.'
    max-level: 500
    min-hoe-level: 10
    trigger:
      chance:
        base: 0.0
        per-level: 0.00005
        max: 0.02
      cooldown-ticks: 200
    spread:
      radius: 6.0
      max-nodes: 40
      per-tick: 16
      max-depth: 16
      spread-chance: 0.6
      neighbor-mode: DIAGONAL
      grown-only: true
    trigger-commands-during-virus: false
    purchase:
      enabled: true
      base: 6500
      per-level: 75
      per-level-squared: 0
      multiplier: 1.0

  BAT_SWARM:
    enabled: true
    icon: "BAT_SPAWN_EGG"
    display-name: '&#888888&lBat Swarm'
    description:
      - '&#9CA3AFSpawns a swarm of bats that harvest crops along their path.'
      - '&#9CA3AFActivation chance increases with level.'
    max-level: 500
    min-hoe-level: 12
    trigger:
      chance:
        base: 0.0
        per-level: 0.00008
        max: 0.03
      cooldown-ticks: 200
    swarm:
      count: 6
      speed-blocks-per-sec: 6.0
      duration-seconds: 4
      altitude: 2.5
      spread: 3.0
      particle-interval-ticks: 2
    harvest:
      radius: 1
      per-tick: 16
    trigger-commands-during-swarm: false
    purchase:
      enabled: true
      base: 7500
      per-level: 75
      per-level-squared: 0
      multiplier: 1.0

  OVERDRIVE:
    enabled: true
    icon: "OMINOUS_BOTTLE"
    display-name: '&#F43F5E&lOverdrive'
    description:
      - '&#9CA3AFRarely triggers a short burst that boosts'
      - '&#9CA3AFcrop yield, essence, and XP.'
      - '&#9CA3AFActivation chance increases with level.'
    max-level: 500
    min-hoe-level: 15
    trigger:
      chance:
        base: 0.0
        per-level: 0.00005
        max: 0.01
      cooldown-ticks: 400
    duration-seconds: 6
    yield:
      base-plus: 0.0
      per-level-plus: 0.0008
      max-plus: 0.25
    essence:
      base-plus: 0.0
      per-level-plus: 0.0008
      max-plus: 0.25
    xp:
      base-plus: 0.0
      per-level-plus: 0.0008
      max-plus: 0.25
    refresh-mode: EXTEND
    purchase:
      enabled: true
      base: 10000
      per-level: 75
      per-level-squared: 0
      multiplier: 1.0

  RAVAGER_RUSH:
    enabled: true
    icon: "GOAT_HORN"
    display-name: '&#4B5563&lRavager Rush'
    description:
      - '&#9CA3AFSpawns a harmless ravager that charges'
      - '&#9CA3AFforward and harvests crops along its path.'
      - '&#9CA3AFActivation chance increases with level.'
    max-level: 500
    min-hoe-level: 15
    trigger:
      chance:
        base: 0.0
        per-level: 0.00005
        max: 0.01
      cooldown-ticks: 300
    rush:
      speed-blocks-per-sec: 4.0
      duration-seconds: 4
      harvest-radius: 1.5
      harvest-per-tick: 16
      particle-interval-ticks: 2
    trigger-commands-during-rush: false
    purchase:
      enabled: true
      base: 15000
      per-level: 75
      per-level-squared: 0
      multiplier: 1.0

  NUKE:
    enabled: true
    icon: "TNT_MINECART"
    display-name: '&#DC2626&lNUKE'
    description:
      - '&#9CA3AFAttempts to harvest the entire farm from your'
      - '&#9CA3AFposition falls back to a large square if needed.'
      - '&#9CA3AFRare activation with a cooldown.'
    max-level: 500
    min-hoe-level: 20
    trigger:
      chance:
        base: 0.0
        per-level: 0.00002
        max: 0.005
      cooldown-ticks: 800
    shape:
      mode: SQUARE
      per-tick: 256
      max-nodes: 225

      full-scan:
        chunk-radius: 4
        y-min: 50
        y-max: 120
        max-nodes: 3000

      square:
        radius: 7
        y-min: 50
        y-max: 120

    purchase:
      enabled: true
      base: 50000
      per-level: 75
      per-level-squared: 0
      multiplier: 1.0

  BOSS_DAMAGE:
    enabled: true
    icon: "NETHERITE_SWORD"
    display-name: '&#F97316&lBOSS DAMAGE'
    description:
      - '&#9CA3AFAdds a small damage bonus against bosses'
      - '&#9CA3AFwhile you are farming with your Tycoon Hoe.'
      - '&#9CA3AFDesigned to be weak but noticeable.'
    max-level: 500
    min-hoe-level: 30

    multiplier:
      base: 0.02
      per-level: 0.00008
      max-total: 0.15
      per-boss:
        WHEAT_BOSS: 0.01
        NETHER_BOSS: 0.02

    purchase:
      enabled: true
      base: 70000
      per-level: 85
      per-level-squared: 0
      multiplier: 1.0

version: '1'

Last updated