forked from Upstream/mmocore
Modifications to support bound skills in default config
This commit is contained in:
parent
d1a78ad83f
commit
5db6ae79dc
@ -31,6 +31,16 @@ display:
|
||||
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||
exp-curve: levels
|
||||
|
||||
skill-slots:
|
||||
1:
|
||||
name: "Skill Slot I"
|
||||
2:
|
||||
name: "Skill Slot II"
|
||||
3:
|
||||
name: "Skill Slot III"
|
||||
4:
|
||||
name: "Skill Slot IV"
|
||||
|
||||
# The maximum level players can reach
|
||||
max-level: 100
|
||||
|
||||
|
@ -20,6 +20,16 @@ options:
|
||||
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||
exp-curve: levels
|
||||
|
||||
skill-slots:
|
||||
1:
|
||||
name: "Skill Slot I"
|
||||
2:
|
||||
name: "Skill Slot II"
|
||||
3:
|
||||
name: "Skill Slot III"
|
||||
4:
|
||||
name: "Skill Slot IV"
|
||||
|
||||
#The number of skills a player can bound.
|
||||
max-bound-active-skills: 5
|
||||
|
||||
|
@ -38,6 +38,15 @@ skill-trees:
|
||||
|
||||
exp-table: class_exp_table
|
||||
|
||||
skill-slots:
|
||||
1:
|
||||
name: "Skill Slot I"
|
||||
2:
|
||||
name: "Skill Slot II"
|
||||
3:
|
||||
name: "Skill Slot III"
|
||||
4:
|
||||
name: "Skill Slot IV"
|
||||
# This is the default mana display options, however it is not mandatory
|
||||
# to have it in your class config file. Other classes do not have this
|
||||
# section and therefore have the default mana display options.
|
||||
@ -55,6 +64,8 @@ mana:
|
||||
empty: WHITE
|
||||
name: 'Mana'
|
||||
|
||||
|
||||
|
||||
cast-particle:
|
||||
particle: SPELL_INSTANT
|
||||
|
||||
|
@ -33,6 +33,16 @@ max-level: 100
|
||||
|
||||
exp-table: class_exp_table
|
||||
|
||||
skill-slots:
|
||||
1:
|
||||
name: "Skill Slot I"
|
||||
2:
|
||||
name: "Skill Slot II"
|
||||
3:
|
||||
name: "Skill Slot III"
|
||||
4:
|
||||
name: "Skill Slot IV"
|
||||
|
||||
skill-trees:
|
||||
- 'general'
|
||||
- 'rogue-marksman'
|
||||
|
@ -30,6 +30,15 @@ display:
|
||||
# Must match an existing exp curve filename from the 'expcurves' folder
|
||||
exp-curve: levels
|
||||
|
||||
skill-slots:
|
||||
1:
|
||||
name: "Skill Slot I"
|
||||
2:
|
||||
name: "Skill Slot II"
|
||||
3:
|
||||
name: "Skill Slot III"
|
||||
4:
|
||||
name: "Skill Slot IV"
|
||||
|
||||
skill-trees:
|
||||
- 'general'
|
||||
|
@ -33,6 +33,15 @@ max-level: 100
|
||||
|
||||
exp-table: class_exp_table
|
||||
|
||||
skill-slots:
|
||||
1:
|
||||
name: "Skill Slot I"
|
||||
2:
|
||||
name: "Skill Slot II"
|
||||
3:
|
||||
name: "Skill Slot III"
|
||||
4:
|
||||
name: "Skill Slot IV"
|
||||
|
||||
skill-trees:
|
||||
- 'general'
|
||||
|
@ -61,6 +61,16 @@ mana:
|
||||
|
||||
exp-table: class_exp_table
|
||||
|
||||
skill-slots:
|
||||
1:
|
||||
name: "Skill Slot I"
|
||||
2:
|
||||
name: "Skill Slot II"
|
||||
3:
|
||||
name: "Skill Slot III"
|
||||
4:
|
||||
name: "Skill Slot IV"
|
||||
|
||||
# Rage charges when dealing weapon and physical damage.
|
||||
triggers:
|
||||
weapon-damage:
|
||||
|
@ -46,26 +46,9 @@ items:
|
||||
- '&eCosts 1 skill reallocation point.'
|
||||
- '&e◆ Skill Reallocation Points: &6{points}'
|
||||
|
||||
|
||||
passive-skill-slot:
|
||||
slots: [ 7,16,25,34,43,52 ]
|
||||
function: passive-slot
|
||||
item: BOOK
|
||||
|
||||
# Material used when the slot is empty
|
||||
empty-item: BLUE_DYE
|
||||
|
||||
name: '&aPassive Skill Slot {slot}'
|
||||
no-skill: '&cNone'
|
||||
lore:
|
||||
- '&7Current Passive Skill: &6{skill}'
|
||||
- ''
|
||||
- '&e► Left click to bind {selected}.'
|
||||
- '&e► Right click to unbind.'
|
||||
|
||||
skill-slot:
|
||||
slots: [ 8,17,26,35,44,53 ]
|
||||
function: active-slot
|
||||
function: slot
|
||||
item: BOOK
|
||||
|
||||
# Material used when the slot is empty
|
||||
|
Loading…
Reference in New Issue
Block a user