lotgd-core/fund-drive-rewards-bundle

Give rewards to players based on Fund Drive Goal in your LoTGD server.

Fund package maintenance!
Paypal

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:lotgd-bundle

0.1.3 2022-08-01 10:46 UTC

This package is auto-updated.

Last update: 2024-04-29 05:05:47 UTC


README

Give rewards to players based on Fund Drive Goal in your LoTGD server.

Install

composer require lotgd-core/fund-drive-rewards-bundle

Default config

lotgd_fund_drive_rewards:
    turns:
        # Enable/Disable give a extra turns (forest fights)
        enabled: true
        # Percentage at which you start counting for reward
        start_percent: 100
        # Give 1 turn for each block of #% over the objetive
        block_percent: 10
        # Maximum number of turns allowed to be granted
        max_allowed: 10
    healing:
        # Enable/Disable give a healing discount
        enabled: true
        # Percentage at which you start counting for reward
        start_percent: 100
        # Discount of 1% for each block of #% over the objetive
        block_percent: 10
        # Maximum discount of healing allowed to be granted
        max_allowed: 10