Author Topic: [UFO]S.A.R. HWP/AI Mod V.0.60 (XCE+ needed)  (Read 9481 times)

Online ohartenstein23

  • Commander
  • *****
  • Posts: 1931
  • Flamethrowers fry cyberdisk circuits
    • View Profile
Re: [UFO]S.A.R. HWP/AI Mod V.0.60 (XCE+ needed)
« Reply #15 on: October 05, 2017, 05:23:47 pm »
Hey Drages, I was playing around with displaying the custom shot type configurations in the ufopaedia, and I think this might help with showing with SAR weapons fire twice on snap/aimed modes - if you write the shot type strings with the same format as the auto string, it will add the (x2) after the name if it has multiple shots:

Code: [Select]
extraStrings:
  - type: en-US
    strings:
      STR_SHOT_TYPE_AUTO: "Auto (x{0})"
      STR_SHOT_TYPE_SNAP: "Snap (x{0})"
      STR_SHOT_TYPE_AIMED: "Aimed (x{0})"