Created
August 18, 2022 18:26
-
-
Save Williams0ff/ccd22015409e809bd3ffbc92de01b585 to your computer and use it in GitHub Desktop.
PC Bang Point
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#============================================================= | |
# PC Bang Point | |
#============================================================= | |
# ING - Time interval to receive Bang Point, set (in minutes). BangPointID = 65436 | |
# BR - Intervalo de Tempo para receber Bang Point, configure (em minutos). BangPointID = 65436 | |
PcBangPointTime = 0 | |
# ING - Minimum Player level. | |
# BR - Mínimo Jogador level. | |
PcBangPointMinLevel = 1 | |
# ING - Minimum and maximum points to receive. | |
# BR - Pontos mínimo e máximo para receber. | |
PcBangPointMinCount = 1 | |
PcBangPointMaxCount = 2 | |
# ING - Chance to get double points, set from 0 to 100. | |
# BR - Chance de obter o dobro de pontos, configure de 0 a 100. | |
PcBangPointDualChance = 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment