Advertisement
Guest User

govno

a guest
Jun 11th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.29 KB | None | 0 0
  1. {
  2.     "type": "profession",
  3.     "ident": "bionic_who",
  4.     "name": "Bionic ???",
  5.     "description": "\n\n Welcome. Again.",
  6.     "points": 6,
  7.     "traits": ["SCHIZOPHRENIC", "STIMBOOST", "PSYCHOPATH", "XXXL", "DEFORMED3"],
  8.     "CBMs": [
  9.         "bio_painkiller", "bio_taste_blocker",
  10.         "bio_deformity", "bio_voice", "bio_trip",
  11.         "bio_syringe", "afs_bio_dopamine_stimulators",
  12.         "bio_synaptic_regen",
  13.         "bio_leukocyte",
  14.         "bio_metabolics", "bio_power_storage_mkII"
  15.     ],
  16.     "items": {
  17.         "both": {
  18.         "items": [
  19.             "faux_fur_cat_tail", "faux_fur_cat_ears", "faux_fur_collar",
  20.             "mask_guy_fawkes",
  21.             "house_coat", "slippers",
  22.             "plastic_shopping_bag", "condom", "smart_phone", "cig", "lighter"
  23.         ],
  24.         "entries": [
  25.             {"item": "imperial_stout", "charges": 42, "container-item": "bottle_glass"},
  26.             {"item": "cola_meth", "charges": 42, "container-item": "condom"},
  27.             {"item": "nyquil", "charges": 42, "container-item": "condom"},
  28.             {"item": "medium_battery_cell", "ammo-item": "battery", "charges": 42, "container-item": "laptop", "custom-flags": ["auto_wield"]}
  29.         ]
  30.         }
  31.     },
  32.     "addictions": [{"intensity": 10, "type": "nicotine"},
  33.                {"intensity": 10, "type": "alcohol"},
  34.                {"intensity": 10, "type": "caffeine"},
  35.                {"intensity": 5, "type": "opiate"}]
  36.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement