Page 1 of 1

whats is rules.json medal "flawless_attack"?

Posted: Fri Jan 17, 2025 10:51 pm
by spotlight2001
in rules.json I can find these medals:

Code: Select all

	"medals" : {
		"aerial_ace" : [
			100,
			200,
			300
		],
		"anti_infantry_veteran" : [
			200,
			400,
			600
		],
		"anti_tank_veteran" : [
			100,
			200,
			300
		],
		"dependable_support" : [
			20,
			50,
			100
		],
		"flawless_attack" : [
			10,
			15,
			20
		],
		"heroic_defense" : [
			5,
			6,
			7
		],
		"unstoppable_offensive" : [
			10
		],
		"urban_legend" : [
			50,
			100,
			200
		]
	},
whats is "flawless_attack"?

? is it actually used in pc2?
? how to get it?
? what does it do?

Re: whats is rules.json medal "flawless_attack"?

Posted: Sun Jan 19, 2025 12:50 pm
by Tassadar
Now that's one interesting mystery! Probably a feature that was theorized very early in development bug got cut, like some of the unused heroes. Only the devs would know what it was supposed to do, but we can suspect a few things based on the info you posted:

1. This has three progress levels, so it is probably a progressively better stat bonus rather than a one-off thing like Steamroller.
2. It is clearly related to the number of attacks that meet specific criteria, not to kills.
3. Number is rather low, so it must me something not that common, but possible to set-up reliably.

Considering all of the above I would suspect this is either attacks in which the enemy did not retaliate (least likely, easy to farm on damaged units or with heroes), all attack were kills and none were suppression (also relatively easy to set up, so probably not the case), or instances where the attack destroys a full strength unit in one go. The last one is the most difficult, but not impossible option - perhaps something that got cut due to the way it would interact with overstrenght and overruns?