btmux-0.6-rc4/doc/
btmux-0.6-rc4/event/
btmux-0.6-rc4/game/
btmux-0.6-rc4/game/maps/
btmux-0.6-rc4/game/mechs/
btmux-0.6-rc4/game/text/help/
btmux-0.6-rc4/game/text/help/cat_faction/
btmux-0.6-rc4/game/text/help/cat_inform/
btmux-0.6-rc4/game/text/help/cat_misc/
btmux-0.6-rc4/game/text/help/cat_mux/
btmux-0.6-rc4/game/text/help/cat_mux/cat_commands/
btmux-0.6-rc4/game/text/help/cat_mux/cat_functions/
btmux-0.6-rc4/game/text/help/cat_templates/
btmux-0.6-rc4/game/text/wizhelp/
btmux-0.6-rc4/include/
btmux-0.6-rc4/misc/
btmux-0.6-rc4/python/
btmux-0.6-rc4/src/hcode/btech/
btmux-0.6-rc4/tree/
& btdamages()2
 
	Note: <typenum> complies with the damages defined in 
	src/hcode/btech/mech.tech.damages.h
 
  <data>
  * If <typenum>=0 then <data> shows the section to be reattached
  * If <typenum>=1 or 2, then <data> shows the partname to be 
     replaced
  * If <typenum>=10 then <data> shows the weaponname to be replaced
  * if <typenum>=11 then <data> shows the ammoname and amount to be 
    reloaded (format: <ammoname>:amount>)
  * If <typenum>=12 or 13, then <data> shows the amount of armor to 
    be replaced.
  * If <typenum>=14 then <data> shows the internal to be replaced
  * If <typenum>=16 or 17, then <data> shows the item to be scrapped
  * if <typenum>=18 then <data> shows the ammoname and amount to be 
    unloaded (format: <ammoname>:amount>)
  * If <typenum>=19 then <data> shows section to be resealed 
 
  <fixing> returns 1 if the damage is being repaired, 0 if otherwise
 
  Error Messages:

  * Invalid <UnitDB> results in #-1 NOT A MECH
  * Other errores result in #-1 ERROR 

Continued in btdamgaes()3