OpenXcom Forum

Modding => OpenXcom Extended => OXCE Suggestions DONE => Topic started by: Meridian on August 08, 2017, 02:52:59 pm

Title: [DONE] [Suggestion] StatStrings per soldier type
Post by: Meridian on August 08, 2017, 02:52:59 pm
StatStrings can now be defined on soldier types as well.

If found, these specific rules are used... if missing, fall-back are the global StatStrings.

Code: [Select]
soldiers:
  - type: STR_SOLDIER
    statStrings:
      - string: "ZzZ"
        firing: [70, ~]
      - string: "Z"
        firing: [60, 69]
      - string: "z"
        firing: [~, 59]
Title: Re: StatStrings per soldier type
Post by: ivandogovich on May 31, 2018, 09:38:20 pm
Just posting this here as an example of a mod built with this feature. 

https://openxcom.org/forum/index.php/topic,6311.0.html

[MOD] Reversed StatStrings for Multiple Soldier Types (X-PirateZ)

I also ginned up another mod to identify soldier types here:  Soldier Type Statstrings  (https://openxcom.org/forum/index.php/topic,6353.0.html)