Starting simplification

This commit is contained in:
okx-code
2019-03-18 00:17:07 +00:00
parent 240b80c814
commit 7bfd407c58
23 changed files with 89 additions and 254 deletions
+5 -7
View File
@@ -3,21 +3,19 @@ first:
from: 'D'
# the rank to change it to
to: 'A'
next: 'P1example'
next: 'P1'
# see rankups.yml for more information on requirements, operations, commands and messages
requirements:
money: 10000
# optional, defaults to all
operation: all
- 'money 10000'
P1example:
from: 'D'
to: 'A'
# the rank added to indicate this prestige
rank: 'P1'
next: 'P2example'
next: 'P2'
requirements:
money: 20000
xp-level: 5
- 'money 20000'
- 'xp-level 5'
P2example:
from: 'D'
to: 'A'