Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
According to the Civ5 game code and the values in the GlobalDefines.XML, it looks like each rank of spy is supposed to grant +25% tech stealing speed, not +33%. The base tech steal cost appears to be modified by 1.25. I'm not sure if Civ5 modifies the tech cost by game speed, but it seems logical to me to do so.
https://github.com/Gedemon/Civ5-DLL/blob/master/CvGameCoreDLL_Expansion1/CvEspionageClasses.cpp
![Screenshot 2025-01-28 204738](https://private-user-images.githubusercontent.com/99119424/407662084-8763204c-bda9-400d-a922-7c4242dd7d40.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTY4OTMsIm5iZiI6MTczODg1NjU5MywicGF0aCI6Ii85OTExOTQyNC80MDc2NjIwODQtODc2MzIwNGMtYmRhOS00MDBkLWE5MjItN2M0MjQyZGQ3ZDQwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDE1NDMxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQxMDkxNTJlMDRmN2M2NzgyNWU5ZTljYjM0NWY5NWY1MDZlZDc4MTQzZWYzOGM5ODU2M2I0NTk3NzEzZjgwYmQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.JxHFiMDUGFXARqMquuzjC73vjWGD1qjEZvcfuOOhw3E)