@@ -29,6 +29,7 @@ minions["RaisedZombie"] = {
2929 mod (" Armour" , " INC" , 40 , 0 , 0 ), -- MonsterImplicitDamageReduction1 [physical_damage_reduction_rating_+% = 40]
3030 mod (" StunThreshold" , " INC" , 30 , 0 , 0 ), -- RaiseZombieStunThreshold [stun_threshold_+% = 30]
3131 -- set_item_drop_slots [set_item_drop_slots = 0]
32+ -- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1]
3233 },
3334}
3435
@@ -331,6 +332,7 @@ minions["RaisedSkeleton"] = {
331332 mod (" BlockEffect" , " BASE" , 15 , 0 , 0 ), -- MonsterAttackBlock30Bypass15 [base_block_%_damage_taken = 15]
332333 -- SummonSkeletonsSkeletonIsWarrior [summoned_skeleton_is_warrior = 1]
333334 -- set_item_drop_slots [set_item_drop_slots = 0]
335+ -- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1]
334336 },
335337}
336338
@@ -357,6 +359,7 @@ minions["RaisedSkeletonCaster"] = {
357359 modList = {
358360 -- SummonSkeletonsSkeletonIsMage [summoned_skeleton_is_mage = 1]
359361 -- set_item_drop_slots [set_item_drop_slots = 0]
362+ -- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1]
360363 },
361364}
362365
@@ -385,6 +388,7 @@ minions["RaisedSkeletonMeleeVaal"] = {
385388 mod (" BlockEffect" , " BASE" , 15 , 0 , 0 ), -- MonsterAttackBlock30Bypass15 [base_block_%_damage_taken = 15]
386389 -- SummonSkeletonsSkeletonIsWarrior [summoned_skeleton_is_warrior = 1]
387390 -- set_item_drop_slots [set_item_drop_slots = 0]
391+ -- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1]
388392 },
389393}
390394
@@ -409,6 +413,7 @@ minions["RaisedSkeletonArcherVaal"] = {
409413 },
410414 modList = {
411415 -- set_item_drop_slots [set_item_drop_slots = 0]
416+ -- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1]
412417 },
413418}
414419
@@ -433,6 +438,7 @@ minions["RaisedSkeletonArcher"] = {
433438 },
434439 modList = {
435440 -- set_item_drop_slots [set_item_drop_slots = 0]
441+ -- set_monster_no_drops_or_experience [set_monster_no_drops_or_experience = 1]
436442 },
437443}
438444
0 commit comments