mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-23 00:05:52 +01:00
Default class configs fixed
This commit is contained in:
parent
7d2d8a59b2
commit
a7e2773ff7
@ -38,6 +38,7 @@ max-level: 100
|
||||
# because it is a subclass of mage
|
||||
options:
|
||||
display: false
|
||||
needs-permission: false
|
||||
|
||||
exp-table: class_exp_table
|
||||
|
||||
@ -99,9 +100,6 @@ skills:
|
||||
level: 15
|
||||
max-level: 30
|
||||
|
||||
#If true the player will need to have the mmocore.class.{class_name} permission
|
||||
needs-permission: false
|
||||
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||
|
@ -11,6 +11,7 @@ display:
|
||||
options:
|
||||
default: true
|
||||
display: false
|
||||
needs-permission: false # False by default
|
||||
|
||||
# Only regens when out of combat
|
||||
off-combat-health-regen: false
|
||||
@ -19,11 +20,6 @@ options:
|
||||
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||
exp-curve: levels
|
||||
|
||||
|
||||
#If true the player will need to have the mmocore.class.{class_name} permission
|
||||
needs-permission: false
|
||||
|
||||
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||
|
@ -75,6 +75,7 @@ resource:
|
||||
|
||||
options:
|
||||
off-combat-health-regen: true
|
||||
needs-permission: false
|
||||
|
||||
attributes:
|
||||
max-health:
|
||||
@ -139,11 +140,6 @@ skills:
|
||||
level: 15
|
||||
max-level: 30
|
||||
|
||||
|
||||
#If true the player will need to have the mmocore.class.{class_name} permission
|
||||
needs-permission: false
|
||||
|
||||
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||
|
@ -85,11 +85,6 @@ attributes:
|
||||
base: .105
|
||||
per-level: 0
|
||||
|
||||
|
||||
#If true the player will need to have the mmocore.class.{class_name} permission
|
||||
needs-permission: false
|
||||
|
||||
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||
|
@ -75,11 +75,6 @@ attributes:
|
||||
base: .095
|
||||
per-level: 0
|
||||
|
||||
|
||||
#If true the player will need to have the mmocore.class.{class_name} permission
|
||||
needs-permission: false
|
||||
|
||||
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||
|
@ -38,6 +38,8 @@ options:
|
||||
off-combat-mana-regen: true
|
||||
off-combat-health-regen: true
|
||||
|
||||
needs-permission: false
|
||||
|
||||
cast-particle:
|
||||
particle: SPELL_WITCH
|
||||
|
||||
@ -78,11 +80,6 @@ attributes:
|
||||
base: .105
|
||||
per-level: 0
|
||||
|
||||
|
||||
|
||||
#If true the player will need to have the mmocore.class.{class_name} permission
|
||||
needs-permission: false
|
||||
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||
|
@ -72,6 +72,7 @@ cast-particle:
|
||||
# Rage only decays when out of combat
|
||||
options:
|
||||
off-combat-mana-regen: true
|
||||
needs-permission: false
|
||||
|
||||
skills:
|
||||
DEEP_WOUND:
|
||||
@ -115,10 +116,6 @@ attributes:
|
||||
base: 4.2
|
||||
per-level: 0.05
|
||||
|
||||
|
||||
#If true the player will need to have the mmocore.class.{class_name} permission
|
||||
needs-permission: false
|
||||
|
||||
# Experience sources for main class experience.
|
||||
main-exp-sources:
|
||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||
|
Loading…
Reference in New Issue
Block a user