dagriggstar
King
Hi all
So for some context, I'm currently re-modding the dedications so for instance dark ages are actually you know, difficult and something you want to avoid. One of my ideas is to boost the level of enemy spies in your territory (As in, enemy spies are more effective at completing tasks against you, if you are in a dark age).
I was looking through the code and realized the following
Quartermaster works by using the modifiertype MODIFIER_PLAYER_UNIT_BOOST_ALL_SPIES and has a positive value (1). Reading the text this should simply boost all your spies by 1 level.
Polygraph works by using the modifiertype MODIFIER_PLAYER_UNIT_BOOST_ALL_SPIES and also has a positive value (1). It does also have a defense tag set to true (Unsure what this does, I would assume counterspy?). Reading the text however, this is supposed to lower the level of enemy spies in your lands.
I was wondering if anyone had done testing to determine if these promotions are working correctly ? Because they use the same modifiertype but quartermaster describes a boost whereas polygraph describes a nerf. If they are using the same modifiertype one value should be positive and one value should be negative ?
Also unsure if this was the right forum, apologies......
So for some context, I'm currently re-modding the dedications so for instance dark ages are actually you know, difficult and something you want to avoid. One of my ideas is to boost the level of enemy spies in your territory (As in, enemy spies are more effective at completing tasks against you, if you are in a dark age).
I was looking through the code and realized the following
Quartermaster works by using the modifiertype MODIFIER_PLAYER_UNIT_BOOST_ALL_SPIES and has a positive value (1). Reading the text this should simply boost all your spies by 1 level.
Polygraph works by using the modifiertype MODIFIER_PLAYER_UNIT_BOOST_ALL_SPIES and also has a positive value (1). It does also have a defense tag set to true (Unsure what this does, I would assume counterspy?). Reading the text however, this is supposed to lower the level of enemy spies in your lands.
I was wondering if anyone had done testing to determine if these promotions are working correctly ? Because they use the same modifiertype but quartermaster describes a boost whereas polygraph describes a nerf. If they are using the same modifiertype one value should be positive and one value should be negative ?
Also unsure if this was the right forum, apologies......