lotgd-core / bundle-fund-drive-rewards
Give rewards to players based on Fund Drive Goal in your LoTGD server.
Fund package maintenance!
Paypal
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:lotgd-bundle
Requires
- php: >=7.3
- idmarinas/lotgd-contracts: ^0.2.0
- lotgd-core/fund-drive-bundle: ^0.1.0
- symfony/dependency-injection: ^4.4|^5.0
- symfony/framework-bundle: ^4.4|^5.0
- symfony/http-kernel: ^4.4|^5.0
- symfony/yaml: ^4.4|^5.0
Requires (Dev)
Conflicts
- idmarinas/lotgd: <=5.4
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