Skip to content

Commit 25c53c2

Browse files
author
LocalIdentity
committed
Game export
1 parent 55addd0 commit 25c53c2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/Data/Minions.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

src/Data/Pantheons.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ return {
108108
[1] = { line = "10% chance to avoid Projectiles", value = { 10 }, },
109109
},
110110
},
111-
[3] = { name = "Otesha, the Giantslayer",
111+
[3] = { name = "Glace",
112112
mods = {
113113
-- elemental_damage_taken_+%_if_been_hit_recently
114114
[1] = { line = "6% reduced Elemental Damage taken if you have been Hit Recently", value = { -6 }, },

0 commit comments

Comments
 (0)