19 lines
414 B
YAML
19 lines
414 B
YAML
|
|
first:
|
|
# the rank people must be to use this prestige
|
|
from: 'D'
|
|
# the rank to change it to
|
|
to: 'A'
|
|
next: 'P1'
|
|
# see rankups.yml for more information on requirements, commands, and messages
|
|
requirements:
|
|
- 'money 10000'
|
|
P1example:
|
|
from: 'D'
|
|
to: 'A'
|
|
# the rank added to indicate this prestige
|
|
rank: 'P1'
|
|
next: 'P2'
|
|
requirements:
|
|
- 'money 20000'
|
|
- 'xp-level 5' |