lotgd-core/bundle-fund-drive-rewards

根据你在LoTGD服务器中的资金募集目标为玩家提供奖励。

维护资金包!
Paypal

安装: 25

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

公开问题: 0

类型:lotgd-bundle

0.1.3 2022-08-01 10:46 UTC

This package is auto-updated.

Last update: 2024-08-29 05:44:13 UTC


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