Last active
November 4, 2022 03:31
-
-
Save lokka30/8800334372a6f00dc5cb37f585d98a95 to your computer and use it in GitHub Desktop.
LM4 Strategies Brainstorming
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
strategies: | |
spawn-distance: | |
tiers: | |
0-5000: 1-100 | |
undefined: 1 | |
spawn-location: | |
"example_world": | |
x: -153 | |
z: 302 | |
y-axis: | |
tiers: | |
"-64 - -1": 86-100 | |
0-63: 71-85 | |
64-127: 56-70 | |
128-191: 41-55 | |
192-255: 26-40 | |
256-319: 11-25 | |
320-384: 1-10 | |
undefined: 1 | |
inverse: true | |
weighted-random: > | |
already implemented | |
random: > | |
already implemented | |
variable: | |
formula: "%level%" | |
evaluation-method: AVERAGE | |
max-considered-players: 3 | |
tiers: | |
1-15: 1-10 | |
16-30: 11-20 | |
31-45: 21-25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment