-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extra damage from high-level hybrids of steel is user-visible. #276
base: master
Are you sure you want to change the base?
Conversation
Good idea. There are a few errors, though. Events in units need to have unique id= keys, otherwise they may be duplicated. This could cause Akula to deal the tentacle damage many times after being attacked. Another issue is that the tentacles are supposed to do variable damage in the final area, depending on the number of Amplificators you have destroyed. Your changes do not seem to support that. |
For your first point, I removed the events in units. There's nothing to duplicate. I tested Akula in the walking in shadows scenario, it works properly for me. I just copied what you did for thorns, which also doesn't have event ids. For the second point, nothing in the final battle has the new tentacles ability (there's a separate unit for Akula in that scenario). The amplificator-based events still stand unchanged, and work as always. Well, the turncoat from the prison might have it, but the amplificator-based events don't apply to side 1, so that's a non-issue. |
Okay, better now. But the Akula from the final scenario doesn't have the ability despite being possibly more deadly. This inconsistency could be confusing. |
Good point. I just added some extra abilities for that scenario. |
I don't think it can work that way. If you want to add an And you've forgotten to add a space between the ability name and the damage in brackets. |
I know it can work that way (as of 1.13.6) because I tested it before committing. I even edited my save file to get different values for amplificators_destroyed. Seems that neither of us noticed the missing Regardless, they're both using |
And are you sure it works the way it is? I am quite sure that |
Maybe it's too late to comment because surely things will have changed since then on this files, but modify_unit can use [object] inside, and in fact it is usual and convenient to do it, although there are other methods. |
The branch has been merged already, so it doesn't really matter anymore. Though I might try that [modify_unit] with [object] when I'll need that, maybe it'll be useful. |
The first time I played chapter 5, when Akula revealed her true form, I attacked her with Efraim's lesser berserk. Imagine my surprise when he started taking significant damage for no discernible reason, and eventually died from it. I made this into an ability, so now the player doesn't get any nasty surprises.
Akula's extra damage was pierce before this change.