From f4f74c5b87a5f234be8999395cc0c6b5c4dde937 Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Tue, 3 Jul 2018 15:05:03 +0200 Subject: [PATCH] Modernize default classes. The default classes now use string IDs for all items, and a couple of them now have starting potion effects. --- src/main/resources/res/classes.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/src/main/resources/res/classes.yml b/src/main/resources/res/classes.yml index d9c6bf4..736ab38 100644 --- a/src/main/resources/res/classes.yml +++ b/src/main/resources/res/classes.yml @@ -1,15 +1,18 @@ Knight: - items: diamond_sword, potion:8197:3 - armor: 306,307,308,309 + items: diamond_sword, potion:instant_heal:3 + armor: iron_helmet, iron_chestplate, iron_leggings, iron_boots Tank: - items: iron_sword, potion:8229:2 - armor: 310,311,312,313 + items: iron_sword, potion:instant_heal:2 + armor: diamond_helmet, diamond_chestplate, diamond_leggings, diamond_boots + effects: slow, health_boost Archer: - items: wood_sword, bow, arrow:256, potion:8197:3, bone - armor: 298,299,300,301 + items: wood_sword, bow, arrow:256, potion:instant_heal:3, bone + armor: leather_helmet, leather_chestplate, leather_leggings, leather_boots + effects: speed Chemist: - items: stone_sword, potion:16428:30, potion:16388:8, potion:16389:20, potion:8197:3, potion:8226:1 - armor: 314,315,316,317 + items: stone_sword, splash_potion:instant_damage:30, splash_potion:poison:8, splash_potion:instant_heal:20, potion:instant_heal:3 + armor: chainmail_helmet, chainmail_chestplate, chainmail_leggings, chainmail_boots + effects: speed:1 Oddjob: - items: stone_sword, flint_and_steel, netherrack:2, tnt:4, potion:8197:3 - armor: 298,299,300,301 \ No newline at end of file + items: stone_sword, flint_and_steel, netherrack:2, tnt:4, potion:instant_heal:3 + armor: leather_helmet, leather_chestplate, leather_leggings, leather_boots