Battalion: Extend weapon tooltips for modified weapons
authorWuzzy <almikes@aol.com>
Sun, 14 May 2017 17:23:49 +0200
changeset 12421 a0c655e38cc8
parent 12420 bdf81e6c00eb
child 12422 959d1f4dff25
Battalion: Extend weapon tooltips for modified weapons
share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua	Sun May 14 16:57:05 2017 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Battalion.lua	Sun May 14 17:23:49 2017 +0200
@@ -1689,6 +1689,11 @@
     txt = txt .. string.format(loc("Highland: Hogs get %d random weapons from their pool"), highPickupSDCount) .. "|"
   end
 
+  SetAmmoDescriptionAppendix(amRCPlane, loc("The RC plane only carries 1 weak bomb."))
+  SetAmmoDescriptionAppendix(amAirAttack, loc("The air bombs are weaker than usual."))
+  SetAmmoDescriptionAppendix(amCake, loc("The explosion is weaker than usual."))
+  SetAmmoDescriptionAppendix(amDEagle, loc("Base damage has been modified to 12 per shot."))
+
   ShowMission(loc("Battalion"), loc("Less tools, more fun"), txt, icon, 0)
 end