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

Easier discovery of modern cavalry for westernized tags #107

Open
rogerburks opened this issue Jun 15, 2021 · 1 comment · May be fixed by #108
Open

Easier discovery of modern cavalry for westernized tags #107

rogerburks opened this issue Jun 15, 2021 · 1 comment · May be fixed by #108
Assignees
Milestone

Comments

@rogerburks
Copy link
Collaborator

The 2% discovery rate for hussars (especially) seems draconian, especially considering that it is possible to discover tanks and airplanes before discovering modern cavalry. This fix addresses that by making the discovery rate 100% for westernized tags. This seems appropriate since hussars may have historical origins as early as the late 14th century.

The operative part of the code to fix is here, adding a 98 modifier for westernized tags:

hussar_activation = {
limit = { military_staff_system = 1 }
chance = {
base = 2
modifier = {
factor = -2
not = { civilized = yes }
}
}
effect = {
activate_unit = hussar
}
}

Optionally, a there could be added a non-zero chance for non-westernized tags to discover them under certain reforms, but I have not added this.

@rogerburks rogerburks self-assigned this Jun 15, 2021
@moretrim moretrim added this to the 2.0 milestone Jul 18, 2021
@moretrim
Copy link
Owner

Pending on #112.

@rogerburks rogerburks linked a pull request Feb 16, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants