forked from Upstream/mmocore
max-bound-passive-skills config modifications.
This commit is contained in:
parent
bbecebc348
commit
ce292019d6
@ -102,8 +102,8 @@ skills:
|
||||
|
||||
|
||||
#The number of skills a player can bound.
|
||||
max-bound-skills: 6
|
||||
|
||||
max-bound-active-skills: 6
|
||||
max-bound-passive-skills: 4
|
||||
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
|
@ -21,7 +21,9 @@ options:
|
||||
exp-curve: levels
|
||||
|
||||
#The number of skills a player can bound.
|
||||
max-bound-skills: 5
|
||||
max-bound-active-skills: 5
|
||||
|
||||
max-bound-passive-skills: 3
|
||||
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
|
@ -145,8 +145,8 @@ skills:
|
||||
|
||||
|
||||
#The number of skills a player can bound.
|
||||
max-bound-skills: 6
|
||||
|
||||
max-bound-active-skills: 6
|
||||
max-bound-passive-skills: 4
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||
|
@ -90,8 +90,8 @@ attributes:
|
||||
|
||||
|
||||
#The number of skills a player can bound.
|
||||
max-bound-skills: 5
|
||||
|
||||
max-bound-active-skills: 5
|
||||
max-bound-passive-skills: 3
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||
|
@ -80,8 +80,8 @@ attributes:
|
||||
|
||||
|
||||
#The number of skills a player can bound.
|
||||
max-bound-skills: 5
|
||||
|
||||
max-bound-active-skills: 5
|
||||
max-bound-passive-skills: 2
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||
|
@ -83,8 +83,8 @@ attributes:
|
||||
|
||||
|
||||
#The number of skills a player can bound.
|
||||
max-bound-skills: 5
|
||||
|
||||
max-bound-active-skills: 5
|
||||
max-bound-passive-skills: 3
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||
|
@ -119,8 +119,8 @@ attributes:
|
||||
|
||||
|
||||
#The number of skills a player can bound.
|
||||
max-bound-skills: 5
|
||||
|
||||
max-bound-active-skills: 5
|
||||
max-bound-passive-skills: 3
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||
|
Loading…
Reference in New Issue
Block a user