From 8c0e571194c540b834bfdb167e34cd284f731488 Mon Sep 17 00:00:00 2001 From: Jules Date: Tue, 11 Apr 2023 00:49:04 +0200 Subject: [PATCH] Improved default class yml's --- .../resources/default/classes/arcane-mage.yml | 12 +++++++---- .../main/resources/default/classes/human.yml | 12 +++++++---- .../main/resources/default/classes/mage.yml | 13 ++++++++---- .../resources/default/classes/marksman.yml | 12 +++++++---- .../resources/default/classes/paladin.yml | 12 +++++++---- .../main/resources/default/classes/rogue.yml | 12 +++++++---- .../resources/default/classes/warrior.yml | 21 +++++++++---------- 7 files changed, 59 insertions(+), 35 deletions(-) diff --git a/MMOCore-Dist/src/main/resources/default/classes/arcane-mage.yml b/MMOCore-Dist/src/main/resources/default/classes/arcane-mage.yml index 2060a5f3..c06c092c 100644 --- a/MMOCore-Dist/src/main/resources/default/classes/arcane-mage.yml +++ b/MMOCore-Dist/src/main/resources/default/classes/arcane-mage.yml @@ -33,13 +33,17 @@ exp-curve: levels skill-slots: 1: - name: "Skill Slot I" + name: "&aSkill Slot I" + unlocked-by-default: true 2: - name: "Skill Slot II" + name: "&aSkill Slot II" + unlocked-by-default: true 3: - name: "Skill Slot III" + name: "&aSkill Slot III" + unlocked-by-default: true 4: - name: "Skill Slot IV" + name: "&aSkill Slot IV" + unlocked-by-default: true # The maximum level players can reach max-level: 100 diff --git a/MMOCore-Dist/src/main/resources/default/classes/human.yml b/MMOCore-Dist/src/main/resources/default/classes/human.yml index b1cd1a61..6c6af78c 100644 --- a/MMOCore-Dist/src/main/resources/default/classes/human.yml +++ b/MMOCore-Dist/src/main/resources/default/classes/human.yml @@ -24,13 +24,17 @@ exp-table: class_exp_table skill-slots: 1: - name: "Skill Slot I" + name: "&aSkill Slot I" + unlocked-by-default: true 2: - name: "Skill Slot II" + name: "&aSkill Slot II" + unlocked-by-default: true 3: - name: "Skill Slot III" + name: "&aSkill Slot III" + unlocked-by-default: true 4: - name: "Skill Slot IV" + name: "&aSkill Slot IV" + unlocked-by-default: true # Experience sources for main class experience. main-exp-sources: diff --git a/MMOCore-Dist/src/main/resources/default/classes/mage.yml b/MMOCore-Dist/src/main/resources/default/classes/mage.yml index 1c3dc7ab..0ff41c6a 100644 --- a/MMOCore-Dist/src/main/resources/default/classes/mage.yml +++ b/MMOCore-Dist/src/main/resources/default/classes/mage.yml @@ -40,13 +40,18 @@ exp-table: class_exp_table skill-slots: 1: - name: "Skill Slot I" + name: "&aSkill Slot I" + unlocked-by-default: true 2: - name: "Skill Slot II" + name: "&aSkill Slot II" + unlocked-by-default: true 3: - name: "Skill Slot III" + name: "&aSkill Slot III" + unlocked-by-default: true 4: - name: "Skill Slot IV" + name: "&aSkill Slot IV" + unlocked-by-default: true + # 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. diff --git a/MMOCore-Dist/src/main/resources/default/classes/marksman.yml b/MMOCore-Dist/src/main/resources/default/classes/marksman.yml index 66271c73..61f41268 100644 --- a/MMOCore-Dist/src/main/resources/default/classes/marksman.yml +++ b/MMOCore-Dist/src/main/resources/default/classes/marksman.yml @@ -35,13 +35,17 @@ exp-table: class_exp_table skill-slots: 1: - name: "Skill Slot I" + name: "&aSkill Slot I" + unlocked-by-default: true 2: - name: "Skill Slot II" + name: "&aSkill Slot II" + unlocked-by-default: true 3: - name: "Skill Slot III" + name: "&aSkill Slot III" + unlocked-by-default: true 4: - name: "Skill Slot IV" + name: "&aSkill Slot IV" + unlocked-by-default: true skill-trees: - 'general' diff --git a/MMOCore-Dist/src/main/resources/default/classes/paladin.yml b/MMOCore-Dist/src/main/resources/default/classes/paladin.yml index 97d7fbd5..b4488662 100644 --- a/MMOCore-Dist/src/main/resources/default/classes/paladin.yml +++ b/MMOCore-Dist/src/main/resources/default/classes/paladin.yml @@ -32,13 +32,17 @@ exp-curve: levels skill-slots: 1: - name: "Skill Slot I" + name: "&aSkill Slot I" + unlocked-by-default: true 2: - name: "Skill Slot II" + name: "&aSkill Slot II" + unlocked-by-default: true 3: - name: "Skill Slot III" + name: "&aSkill Slot III" + unlocked-by-default: true 4: - name: "Skill Slot IV" + name: "&aSkill Slot IV" + unlocked-by-default: true skill-trees: - 'general' diff --git a/MMOCore-Dist/src/main/resources/default/classes/rogue.yml b/MMOCore-Dist/src/main/resources/default/classes/rogue.yml index efa37ab7..20c6ccd0 100644 --- a/MMOCore-Dist/src/main/resources/default/classes/rogue.yml +++ b/MMOCore-Dist/src/main/resources/default/classes/rogue.yml @@ -35,13 +35,17 @@ exp-table: class_exp_table skill-slots: 1: - name: "Skill Slot I" + name: "&aSkill Slot I" + unlocked-by-default: true 2: - name: "Skill Slot II" + name: "&aSkill Slot II" + unlocked-by-default: true 3: - name: "Skill Slot III" + name: "&aSkill Slot III" + unlocked-by-default: true 4: - name: "Skill Slot IV" + name: "&aSkill Slot IV" + unlocked-by-default: true skill-trees: - 'general' diff --git a/MMOCore-Dist/src/main/resources/default/classes/warrior.yml b/MMOCore-Dist/src/main/resources/default/classes/warrior.yml index bff81394..2cf4aac5 100644 --- a/MMOCore-Dist/src/main/resources/default/classes/warrior.yml +++ b/MMOCore-Dist/src/main/resources/default/classes/warrior.yml @@ -36,12 +36,21 @@ exp-curve: levels # The maximum level players can reach max-level: 100 +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' - 'warrior-paladin' - 'combat' - # Warrior has rage which he gains while casting spells # Rage increase its skill damage. Use # to get the player's rage (MythicMobs formulas) @@ -61,16 +70,6 @@ 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: