As the title says. Is there anyway to make corruption (armor penetration) stack with other items that have corruption (armor penetration) bonuses on them?
Yes, by making it triggered base.
First, remove the orb effect(corruption) off of the item.
Make a trigger like:
Events - When a unit is attacked.
Conditions - Attacking unit has <x> item.
Actions -
If / Then / Else multiple functions
If - Level of ability for attacked unit's "Inventory" ability is greater than or equal to 1
Then - Give attacked unit "Modified Scroll of Protection"
Else - Give attacked unit "Inventory ability".
- Give attacked unit "Modified Scroll of Protection"
- Remove "Inventory ability" from the attacked unit.
Notes - "Modified Scroll of protection" should be "auto use when acquired", and give negative armor(not positive) when used to the user only. Also, edit the "Buff" of the "modified scroll of protection", and name the buff to the item with this ability.
BTW, if you don't know how to do the trigger, I can post the whole thing(in trigger tags) later when I can.
Otherwise, this is how you can do it, but I haven't actually tested this trigger though, so if anyone knows if this will work or not, correct me if I'm wrong.