Bug treasure on sea

:arrow_forward: GAME INFORMATION

:point_down: These details are CRITICAL; DO NOT skip them or your issue may not be reviewed.

  • GAME BUILD #: todays post date may 10th
  • GAME PLATFORM: Steam
  • OPERATING SYSTEM: Windows 10

:arrow_forward: ISSUE EXPERIENCED

:point_down: DESCRIBE THE ISSUE IN DETAIL (below). LIMIT TO ONE BUG PER THREAD.

when getting the treasure it doesnt increases the attack of battleships

:arrow_forward: FREQUENCY OF ISSUE

:point_down: How often does the issue occur? CHOSE ONE; DELETE THE REST!

idk, i think always

:arrow_forward: REPRODUCTION STEPS

:point_down: List CLEAR and DETAILED STEPS we can take to reproduce the issue ourselves… Be descriptive!

Here’s the steps to reproduce the issue:

  1. watch video

:arrow_forward: EXPECTED RESULT

:point_down: What was SUPPOSED to happen if the bug you encountered were not present?
iu must says base % of increase

:arrow_forward: IMAGE

:point_down: ALWAYS attach a PICTURE (.jpg, .png, .gif) or VIDEO (.mp4, YouTube link) that highlights the problem.
bug tesoro battleships no aumenta el ataque Age of Empires III Definitive Edition 2023 05 10 23 5 - YouTube

:arrow_forward: GAME FILES (SAVE / RECORDING)

:point_down: Attach a SAVE GAME (.aoe3Ysav) or GAME RECORDING (.aoe3Yrec) of the match where you encountered the issue. Link it below if using an external file service.

  • no

It’s a bug. FYI
nuggets.xml :

		<nugget>
			<name>euWNuggetBoatAtk</name>
			<type>GiveTech</type>
			<nuggetunit>ypNuggetEuropeanWreck</nuggetunit>
			<waternugget>true</waternugget>
			<rolloverstringid>90941</rolloverstringid>
			<applystringid>90942</applystringid>
			<tech>deWarshipAttack</tech>  <!-- This -->
			<maptype>mediEurope</maptype>
			<maptype>mediSea</maptype>
			<guardian>dePrivateerGuardian</guardian>
			<difficulty>6</difficulty>
		</nugget>

techtreey.xml :

	<tech name="deWarshipAttack" type="Normal">
		<dbid>8549</dbid>
		<displaynameid>90948</displaynameid>
		<status>UNOBTAINABLE</status>
		<rollovertextid>90947</rollovertextid>
		<flag>Shadow</flag>
		<effects>
			  <!--Wrong effect--> <effect type="Data" amount="1.05" subtype="Attack" relativity="BasePercent">
				<target type="ProtoUnit">AbstractWarShip</target>
			</effect>
		</effects>
	</tech>

<!-- Should be

			<effect type="Data" action="RangedAttack" amount="1.05" subtype="Damage" relativity="BasePercent">
				<target type="ProtoUnit">AbstractWarShip</target>
			</effect>
or

			<effect type="Data" amount="1.05" subtype="Damage" allactions="1" relativity="BasePercent">
				<target type="ProtoUnit">AbstractWarShip</target>
			</effect>

-->

what was written there? did you overwrite ?

He just showed you the correct fix