Cataclysm-dda: National Guard's Go Bag should have the FIT flag

Created on 11 May 2019  路  1Comment  路  Source: CleverRaven/Cataclysm-DDA

The National Guard profession starts with a Go Bag full of clothing that may be poorly-fitting, just like any Go Bag you might find in a house. Simply assigning the FIT flag will ensure that any clothing from disassembly will also FIT:

{
  "type": "profession",
  "ident": "national_guard",
  "name": "National Guard",
  "description": "Your National Guard unit was activated when the epidemic struck.  Despite your best efforts you did not manage to meet up with them before all communications ceased and you found yourself alone amongst the dead.",
  "points": 3,
  "skills": [ { "level": 1, "name": "gun" }, { "level": 1, "name": "firstaid" } ],
  "items": {
    "both": {
      "items": [
        "shorts",
        "tshirt",
        "socks",
        "lowtops",
        "cell_phone",
        "wristwatch"
      ],
      "entries": [ { "item": "gobag", "custom-flags": ["FIT"] } ]
    },
    "male": [ "boxer_shorts" ],
    "female": [ "bra", "panties" ]
  }
}
<Bug> Good First Issue Items / Item Actions / Item Qualities Mutations / Traits / Professions [JSON]

Most helpful comment

It doesn't make sense that a soldier would be issued non-fitting clothing. So, I agree that the go bag clothing should fit... Unless it was spawned randomly in the world, not as part of the National Guard profession.

>All comments

It doesn't make sense that a soldier would be issued non-fitting clothing. So, I agree that the go bag clothing should fit... Unless it was spawned randomly in the world, not as part of the National Guard profession.

Was this page helpful?
0 / 5 - 0 ratings