Author Topic: I need some question with "John Johnson/wr" what's /wr means?  (Read 4403 times)

Offline real_scorpion

  • Squaddie
  • *
  • Posts: 2
    • View Profile
Hello, guys!
I have start game and dont understand one thing.
After name and last name of soldier is something with "/". For explame i have: /wr,/b,/Sct(scout?),/m,/cm and others
What is that means? Specialities? How to use it? How to improve?

Can't relate picutre, becouse i cant find out folder where one saving(with F10).

Offline myk002

  • Colonel
  • ****
  • Posts: 227
    • View Profile
Re: I need some question with "John Johnson/wr" what's /wr means?
« Reply #1 on: March 22, 2015, 05:18:05 am »
You have probably enabled the StatStrings mod.   You can look in the ruleset that you enabled (Ruleset/XcomUtil_Statstrings.rul) to see what it does:
Code: [Select]
# Based on XcomUtil by Scott Jones and BladeFireLight
# See https://www.ufopaedia.org/index.php?title=Statstrings
# These are the default statStrings from XcomUtil.
  statStrings:
  - string: "x"
    psiStrength: [~, 30]
  - string: "P"
    psiStrength: [80, ~]
  - string: "p"
    psiStrength: [60, 79]
  - string: "K"
    psiSkill: [60, ~]
  - string: "k"
    psiSkill: [30, 59]
  - string: "b"
    bravery: [60, ~]
  - string: "c"
    bravery: [~, 10]
  - string: "w"
    strength: [~, 25]
  - string: "Snpr"
    firing: [60, ~]
    reactions: [60, ~]
  - string: "M"
    firing: [70, ~]
  - string: "m"
    firing: [60, 69]
  - string: "Sct"
    reactions: [50, ~]
    tu: [60, ~]
  - string: "R"
    reactions: [60, ~]
  - string: "r"
    reactions: [50, 59]

Offline real_scorpion

  • Squaddie
  • *
  • Posts: 2
    • View Profile
Re: I need some question with "John Johnson/wr" what's /wr means?
« Reply #2 on: March 22, 2015, 05:22:31 am »
Thank You very much!  ;)

Offline hellrazor

  • Commander
  • *****
  • Posts: 2011
  • Deep Ruleset Digger & Bughunter
    • View Profile
    • Github Account
Re: I need some question with "John Johnson/wr" what's /wr means?
« Reply #3 on: March 22, 2015, 01:53:32 pm »
For quality Soldiers to recruit!
I use these:

Code: [Select]
# Based on XcomUtil by Scott Jones and BladeFireLight
# See https://www.ufopaedia.org/index.php?title=Statstrings
# These are modified Statstrings for my playstyle.

#BEGIN STATSTRING
  statStrings:

#BEGIN PSI 
  - string: "X"
    psiStrength: [~, 49]
  - string: "x"
    psiStrength: [50, 69]
  - string: "p"
    psiStrength: [70, 79]
  - string: "P"
    psiStrength: [80, ~]
  - string: "k"
    psiSkill: [30, 59]
  - string: "K"
    psiSkill: [60, ~]
#END PSI

#BEGIN BRAVERY
  - string: "C"
    bravery: [~, 19]
  - string: "c"
    bravery: [20, 39]
  - string: "b"
    bravery: [40, 49]
  - string: "B"
    bravery: [50, ~]
#END BRAVERY

#BEGIN STRENGTH
  - string: "W"
    strength: [~, 26]
  - string: "w"
    strength: [27, 37]
  - string: "s"
    strength: [38, 47]
  - string: "S"
    strength: [48, ~]   
#END STRENGTH

#BEGIN ACCURACY
  - string: "n"
    firing: [55, 65]
  - string: "N"
    firing: [66, 75] 
  - string: "m"
    firing: [76, 85]
  - string: "M"
    firing: [86, ~]
#END ACCURACY

#BEGIN REACTIONS
  - string: "F"
    reactions: [~, 45]
  - string: "f"
    reactions: [46, 57]
  - string: "r"
    reactions: [58, 79]
  - string: "R"
    reactions: [80, ~]
#END REACTIONS
#END STATSTRINGS

Offline SIMON BAILIE

  • Commander
  • *****
  • Posts: 673
    • View Profile
Re: I need some question with "John Johnson/wr" what's /wr means?
« Reply #4 on: March 22, 2015, 03:04:09 pm »
I developed my own statstrings. (see attached)

Offline Warboy1982

  • Administrator
  • Commander
  • *****
  • Posts: 2333
  • Developer
    • View Profile
« Last Edit: March 22, 2015, 05:21:57 pm by Warboy1982 »

Online Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8616
    • View Profile
Re: I need some question with "John Johnson/wr" what's /wr means?
« Reply #6 on: March 23, 2015, 12:11:59 pm »
insert shameless self promotion

Heh, that's awesome  :) I'm considering using it in my LP as an Easter egg... the episode would be called "Through Warboy's eyes..." ;D

Offline hellrazor

  • Commander
  • *****
  • Posts: 2011
  • Deep Ruleset Digger & Bughunter
    • View Profile
    • Github Account
Re: I need some question with "John Johnson/wr" what's /wr means?
« Reply #7 on: March 23, 2015, 03:56:14 pm »
Heh, that's awesome  :) I'm considering using it in my LP as an Easter egg... the episode would be called "Through Warboy's eyes..." ;D

I can't wait for the new episodes, i am wondering how many rebirth's i had (hopefully non, so i may become stronger and climb the ranks :))