forked from Upstream/mmocore
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
|
# because it is a subclass of mage
|
||||||
options:
|
options:
|
||||||
display: false
|
display: false
|
||||||
|
needs-permission: false
|
||||||
|
|
||||||
exp-table: class_exp_table
|
exp-table: class_exp_table
|
||||||
|
|
||||||
@ -99,9 +100,6 @@ skills:
|
|||||||
level: 15
|
level: 15
|
||||||
max-level: 30
|
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.
|
# Experience sources for main class experience.
|
||||||
main-exp-sources:
|
main-exp-sources:
|
||||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||||
|
@ -11,6 +11,7 @@ display:
|
|||||||
options:
|
options:
|
||||||
default: true
|
default: true
|
||||||
display: false
|
display: false
|
||||||
|
needs-permission: false # False by default
|
||||||
|
|
||||||
# Only regens when out of combat
|
# Only regens when out of combat
|
||||||
off-combat-health-regen: false
|
off-combat-health-regen: false
|
||||||
@ -19,11 +20,6 @@ options:
|
|||||||
# Must match an existing exp curve filename from the 'expcurves' folder
|
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||||
exp-curve: levels
|
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.
|
# Experience sources for main class experience.
|
||||||
main-exp-sources:
|
main-exp-sources:
|
||||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||||
|
@ -75,6 +75,7 @@ resource:
|
|||||||
|
|
||||||
options:
|
options:
|
||||||
off-combat-health-regen: true
|
off-combat-health-regen: true
|
||||||
|
needs-permission: false
|
||||||
|
|
||||||
attributes:
|
attributes:
|
||||||
max-health:
|
max-health:
|
||||||
@ -139,11 +140,6 @@ skills:
|
|||||||
level: 15
|
level: 15
|
||||||
max-level: 30
|
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.
|
# Experience sources for main class experience.
|
||||||
main-exp-sources:
|
main-exp-sources:
|
||||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||||
|
@ -85,11 +85,6 @@ attributes:
|
|||||||
base: .105
|
base: .105
|
||||||
per-level: 0
|
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.
|
# Experience sources for main class experience.
|
||||||
main-exp-sources:
|
main-exp-sources:
|
||||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||||
|
@ -75,11 +75,6 @@ attributes:
|
|||||||
base: .095
|
base: .095
|
||||||
per-level: 0
|
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.
|
# Experience sources for main class experience.
|
||||||
main-exp-sources:
|
main-exp-sources:
|
||||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||||
|
@ -38,6 +38,8 @@ options:
|
|||||||
off-combat-mana-regen: true
|
off-combat-mana-regen: true
|
||||||
off-combat-health-regen: true
|
off-combat-health-regen: true
|
||||||
|
|
||||||
|
needs-permission: false
|
||||||
|
|
||||||
cast-particle:
|
cast-particle:
|
||||||
particle: SPELL_WITCH
|
particle: SPELL_WITCH
|
||||||
|
|
||||||
@ -78,11 +80,6 @@ attributes:
|
|||||||
base: .105
|
base: .105
|
||||||
per-level: 0
|
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.
|
# Experience sources for main class experience.
|
||||||
main-exp-sources:
|
main-exp-sources:
|
||||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||||
|
@ -72,6 +72,7 @@ cast-particle:
|
|||||||
# Rage only decays when out of combat
|
# Rage only decays when out of combat
|
||||||
options:
|
options:
|
||||||
off-combat-mana-regen: true
|
off-combat-mana-regen: true
|
||||||
|
needs-permission: false
|
||||||
|
|
||||||
skills:
|
skills:
|
||||||
DEEP_WOUND:
|
DEEP_WOUND:
|
||||||
@ -115,10 +116,6 @@ attributes:
|
|||||||
base: 4.2
|
base: 4.2
|
||||||
per-level: 0.05
|
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.
|
# Experience sources for main class experience.
|
||||||
main-exp-sources:
|
main-exp-sources:
|
||||||
- 'killmob{type=ZOMBIE;amount=1-3}'
|
- 'killmob{type=ZOMBIE;amount=1-3}'
|
||||||
|
Loading…
Reference in New Issue
Block a user