@@ -17,7 +17,7 @@ module.exports = {
1717 xp : 12 ,
1818 ability : null ,
1919 gold : { min : 1 , max : 3 } ,
20- loot : [ 'sword_rusty ' , 'helmet_broken ' , 'ring_wood ' , 'potion_heal' ] ,
20+ loot : [ 'bone_club ' , 'bone_vest ' , 'skull_cap ' , 'bone_fragment' , 'bone_wraps' , ' potion_heal' , 'ring_wood '] ,
2121 } ,
2222
2323 skeleton_archer : {
@@ -33,7 +33,7 @@ module.exports = {
3333 xp : 18 ,
3434 ability : 'precise_shot' ,
3535 gold : { min : 1 , max : 3 } ,
36- loot : [ 'bow_wooden' , 'cloth_simple' , 'potion_heal' ] ,
36+ loot : [ 'bow_wooden' , 'bone_wraps' , 'skull_cap' , ' cloth_simple', 'potion_heal' , 'bone_fragment '] ,
3737 } ,
3838
3939 skeleton_mage : {
@@ -49,7 +49,7 @@ module.exports = {
4949 xp : 22 ,
5050 ability : 'fireball' ,
5151 gold : { min : 2 , max : 4 } ,
52- loot : [ 'staff_bone ' , 'robe_cloth' , 'ring_power' , 'potion_mana' ] ,
52+ loot : [ 'grave_staff' , 'crypt_shroud' , 'skull_pendant ', 'robe_cloth' , 'ring_power' , 'potion_mana' ] ,
5353 } ,
5454
5555 skeleton_knight : {
@@ -65,7 +65,7 @@ module.exports = {
6565 xp : 28 ,
6666 ability : 'shield_bash' ,
6767 gold : { min : 3 , max : 6 } ,
68- loot : [ 'sword_steel ' , 'iron_armor ' , 'potion_heal' ] ,
68+ loot : [ 'tomb_sword ' , 'grave_plate' , 'catacomb_hood' , 'grave_boots' , 'sword_steel ', 'potion_heal' ] ,
6969 } ,
7070
7171 skeleton_warlord : {
@@ -81,7 +81,7 @@ module.exports = {
8181 xp : 45 ,
8282 ability : 'war_cry' ,
8383 gold : { min : 5 , max : 8 } ,
84- loot : [ 'axe_heavy ' , 'iron_armor ' , 'potion_heal ' , 'potion_mana ' , 'amulet_bone' ] ,
84+ loot : [ 'catacomb_spear ' , 'grave_plate ' , 'ghost_talisman ' , 'axe_heavy ' , 'amulet_bone' , 'potion_heal' , 'elixir_iron '] ,
8585 } ,
8686
8787 skeleton_king : {
@@ -97,9 +97,9 @@ module.exports = {
9797 xp : 55 ,
9898 ability : 'bone_shield' ,
9999 gold : { min : 6 , max : 10 } ,
100- loot : [ 'sword_steel ' , 'iron_armor ' , 'potion_heal ' , 'potion_mana ' , 'circlet_bone' , 'talisman_old' ] ,
100+ loot : [ 'tomb_sword ' , 'grave_plate ' , 'catacomb_hood ' , 'ghost_talisman ' , 'circlet_bone' , 'talisman_old' , 'potion_heal '] ,
101101 elite : true ,
102- eliteDrops : [ 'circlet_bone ' , 'talisman_old ' ] ,
102+ eliteDrops : [ 'ghost_talisman ' , 'catacomb_hood ' ] ,
103103 } ,
104104
105105 necromancer : {
@@ -115,8 +115,8 @@ module.exports = {
115115 xp : 48 ,
116116 ability : 'necromancer_power' ,
117117 gold : { min : 4 , max : 7 } ,
118- loot : [ 'book_fire ' , 'magic_robe ' , 'potion_mana ' , 'bomb ' , 'staff_bone ' , 'ring_power ' ] ,
118+ loot : [ 'dark_grimoire ' , 'necro_seal ' , 'skull_pendant ' , 'book_fire ' , 'magic_robe ' , 'potion_mana' , 'bomb '] ,
119119 elite : true ,
120- eliteDrops : [ 'book_fire ' , 'magic_robe ' ] ,
120+ eliteDrops : [ 'dark_grimoire ' , 'necro_seal ' ] ,
121121 } ,
122122} ;
0 commit comments