Guide to adding new content to CDDA for first time modders

As of #29206 it is now possible to specify bionics in classe.json

    "bionics": [
      { "id": "bionic_id", "chance": x },
      { "id": "bionic_id", "chance": y }  ]

With x and y, a value between ]0 , 100], the probability to have the CBM

1 Like