lotgd-core / bundle-fund-drive-rewards
根据你在LoTGD服务器中的资金募集目标为玩家提供奖励。
0.1.3
2022-08-01 10:46 UTC
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
根据你在LoTGD服务器中的资金募集目标为玩家提供奖励。
安装
composer require lotgd-core/fund-drive-rewards-bundle
默认配置
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