Watchful Posted April 15, 2021 Report Share Posted April 15, 2021 (edited) I've been trying to edit the files unit_advanced.json, and unit_elite.json. Specifically these lines: { "value": "Resistance/Entity/Damage/Hack", "add": 1, "affects": "Melee" }, { "value": "Resistance/Entity/Damage/Pierce", "add": 1, "affects": "Melee" }, { "value": "Resistance/Entity/Damage/Crush", "add": 1, "affects": "Melee" }, What I want is to have the +1 resistance also apply to ranged units. However when I make it so it also gives melee units double the added value. I'm a total noob at this, but I have a suspicion that melee units also count as ranged units perhaps, and that's why the change is applied twice on them? I have tried changing "Melee" to "Melee, Ranged", as well as duplicating all 3 lines and swapping "Melee" with "Ranged", and I end up with the same result of +2 resistance for melee every promotion. EDIT: I figured it out. It was because I made duplicates of the files as backup. Just adding "BACKUP" at the end of the file name wasn't enough. Sorry for wasting anyone's time! Edited April 16, 2021 by wowgetoffyourcellphone Additional info 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.