Modernize default classes.
The default classes now use string IDs for all items, and a couple of them now have starting potion effects.
This commit is contained in:
@@ -1,15 +1,18 @@
|
|||||||
Knight:
|
Knight:
|
||||||
items: diamond_sword, potion:8197:3
|
items: diamond_sword, potion:instant_heal:3
|
||||||
armor: 306,307,308,309
|
armor: iron_helmet, iron_chestplate, iron_leggings, iron_boots
|
||||||
Tank:
|
Tank:
|
||||||
items: iron_sword, potion:8229:2
|
items: iron_sword, potion:instant_heal:2
|
||||||
armor: 310,311,312,313
|
armor: diamond_helmet, diamond_chestplate, diamond_leggings, diamond_boots
|
||||||
|
effects: slow, health_boost
|
||||||
Archer:
|
Archer:
|
||||||
items: wood_sword, bow, arrow:256, potion:8197:3, bone
|
items: wood_sword, bow, arrow:256, potion:instant_heal:3, bone
|
||||||
armor: 298,299,300,301
|
armor: leather_helmet, leather_chestplate, leather_leggings, leather_boots
|
||||||
|
effects: speed
|
||||||
Chemist:
|
Chemist:
|
||||||
items: stone_sword, potion:16428:30, potion:16388:8, potion:16389:20, potion:8197:3, potion:8226:1
|
items: stone_sword, splash_potion:instant_damage:30, splash_potion:poison:8, splash_potion:instant_heal:20, potion:instant_heal:3
|
||||||
armor: 314,315,316,317
|
armor: chainmail_helmet, chainmail_chestplate, chainmail_leggings, chainmail_boots
|
||||||
|
effects: speed:1
|
||||||
Oddjob:
|
Oddjob:
|
||||||
items: stone_sword, flint_and_steel, netherrack:2, tnt:4, potion:8197:3
|
items: stone_sword, flint_and_steel, netherrack:2, tnt:4, potion:instant_heal:3
|
||||||
armor: 298,299,300,301
|
armor: leather_helmet, leather_chestplate, leather_leggings, leather_boots
|
||||||
|
|||||||
Reference in New Issue
Block a user