[SKIP_BUILD]Merge pull request #2405 from ReinforceZwei/attack_range

AutoAttack: Add setting for attack range
This commit is contained in:
BruceChen 2023-01-16 14:16:37 +08:00 committed by GitHub
commit d65f69fad4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 0 deletions

View file

@ -189,6 +189,9 @@ You need to enable Entity Handling to use this bot
<data name="ChatBot.AutoAttack.Attack_Passive" xml:space="preserve">
<value>Allow attacking passive mobs.</value>
</data>
<data name="ChatBot.AutoAttack.Attack_Range" xml:space="preserve">
<value>Capped between 1 to 4</value>
</data>
<data name="ChatBot.AutoAttack.Cooldown_Time" xml:space="preserve">
<value>How long to wait between each attack. Set "Custom = false" to let MCC calculate it.</value>
</data>