Skip to content
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

Multiply damage and HP by 100 for TD #14448

Merged
merged 4 commits into from
Dec 12, 2017

Conversation

Arular101
Copy link
Contributor

@Arular101 Arular101 commented Nov 28, 2017

Same changes as #14301.
Link to issue #11719.

All adjustments are one by one perfectly same as before. No exceptions.

Upgrade rules will be added in this PR in a separate commit after the upgrade rules for the RA mod is merged.
Only two lines of code have to be changed with how the current upgrade rules are:
if (mod == "ra") will be replaced with if (mod == "cnc" || mod == "ra") in two places.

Before:
td1

After:
td100

Yellow: value that needs to be changed.
Green: increased.
Red: decreased.
Orange: value that needs to be added.

@Arular101 Arular101 force-pushed the TD-damage-HP-x100 branch 2 times, most recently from 2b9d59d to 5c111c5 Compare December 2, 2017 10:48
@pchote pchote added this to the Next release milestone Dec 10, 2017
reaperrr
reaperrr previously approved these changes Dec 11, 2017
@Arular101
Copy link
Contributor Author

Upgrade rules added.

@abcdefg30 abcdefg30 merged commit b71b2ad into OpenRA:bleed Dec 12, 2017
@abcdefg30
Copy link
Member

Changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants