Default class configs fixed

This commit is contained in:
Indyuce 2022-07-26 15:22:47 +02:00
parent 7d2d8a59b2
commit a7e2773ff7
7 changed files with 6 additions and 32 deletions

View File

@ -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}'

View File

@ -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}'

View File

@ -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}'

View File

@ -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}'

View File

@ -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}'

View File

@ -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}'

View File

@ -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}'