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