Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.42 KB | None | 0 0
  1. [
  2. {
  3. "type": "profession_item_substitutions",
  4. "substitutions": [
  5. {
  6. "trait": "WOOLALLERGY",
  7. "sub": [
  8. [ "mittens", "gloves_leather" ],
  9. [ "beret_wool", "beret" ],
  10. [ "greatcoat", "winter_jacket_army" ],
  11. [ "scarf", "knit_scarf" ],
  12. [ "scarf_long", "long_knit_scarf" ],
  13. [ "scarf_loose", "knit_scarf_loose" ],
  14. [ "scarf_long_loose", "long_knit_scarf_loose" ]
  15. ]
  16. }
  17. ]
  18. },
  19. {
  20. "type": "profession",
  21. "ident": "unemployed_SDWinter",
  22. "name": "Winter Survivor",
  23. "description": "You've survived, possibly thanks to the fact that you left home with all your most important stuff.",
  24. "points": 1,
  25. "items": {
  26. "both": {
  27. "items": [
  28. "pants_cargo",
  29. "long_underpants",
  30. "longshirt",
  31. "socks_wool",
  32. "coat_winter",
  33. "boots_winter",
  34. "fanny",
  35. "water_clean",
  36. "gloves_winter",
  37. "wristwatch",
  38. "goggles_ski",
  39. "matches"
  40. ],
  41. "entries": [
  42. { "item": "cell_phone", "charges": 100 }
  43. ]
  44. },
  45. "male": [
  46. "long_undertop",
  47. "hat_hunting",
  48. "knife_rambo",
  49. "scarf"
  50. ],
  51. "female": [
  52. "sports_bra",
  53. "hairpin",
  54. "scarf_long",
  55. "knife_swissarmy",
  56. "vibrator",
  57. "beret_wool"
  58. ]
  59. }
  60. },
  61. {
  62. "type": "profession",
  63. "ident": "mechanic_SDWinter",
  64. "name": "Winter Mechanic",
  65. "description": "You were all bundled up to work on some cars outdoors in the dark when the apocalypse hit. Guess you're going to have to go to work on some heads first.",
  66. "points": 2,
  67. "skills": [
  68. {
  69. "level": 3,
  70. "name": "mechanics"
  71. }
  72. ],
  73. "items": {
  74. "both": {
  75. "items": [
  76. "pants_cargo",
  77. "hoodie",
  78. "long_underpants",
  79. "long_undertop",
  80. "socks_wool",
  81. "boots_hiking",
  82. "tool_belt",
  83. "multitool",
  84. "wrench",
  85. "duct_tape",
  86. "winter_gloves_army",
  87. "glasses_safety",
  88. "wristwatch",
  89. "mag_cars"
  90. ],
  91. "entries": [
  92. { "item": "cell_phone", "charges": 100 },
  93. { "item": "wearable_light", "charges": 100}
  94. ]
  95. },
  96. "male": [
  97. "jersey",
  98. "slingpack",
  99. "hat_knit"
  100. ],
  101. "female": [
  102. "sweater",
  103. "mbag",
  104. "hairpin",
  105. "hat_newsboy"
  106. ]
  107. }
  108. },
  109. {
  110. "type": "profession",
  111. "ident": "scoundrel_SDWinter",
  112. "name": "Winter Scoundrel",
  113. "description": "You've been in in trouble with the law before, but not like this. The cops want to eat your brains. So does everyone else. Good thing for you that you're bundled up against the cold with the finest military surplus, and not afraid to fight.",
  114. "points": 2,
  115. "skills": [
  116. {
  117. "level": 1,
  118. "name": "melee"
  119. },
  120. {
  121. "level": 1,
  122. "name": "stabbing"
  123. },
  124. {
  125. "level": 1,
  126. "name": "unarmed"
  127. },
  128. {
  129. "level": 1,
  130. "name": "dodge"
  131. },
  132. {
  133. "level": 1,
  134. "name": "barter"
  135. }
  136. ],
  137. "items": {
  138. "both": {
  139. "items": [
  140. "army_top",
  141. "winter_pants_army",
  142. "winter_gloves_army",
  143. "socks_wool",
  144. "boots_combat",
  145. "mask_ski_loose",
  146. "weed",
  147. "tobacco",
  148. "rolling_paper",
  149. "knuckle_brass",
  150. "switchblade",
  151. "gold_watch",
  152. "mp3",
  153. "picklocks"
  154. ],
  155. "entries": [
  156. { "item": "ref_lighter", "charges": 50 },
  157. { "item": "cell_phone", "charges": 100 }
  158. ]
  159. },
  160. "male": [
  161. "boxer_briefs",
  162. "winter_jacket_army"
  163. ],
  164. "female": [
  165. "greatcoat",
  166. "hat_newsboy",
  167. "boy_shorts",
  168. "hairpin",
  169. "vibrator",
  170. "sports_bra"
  171. ]
  172. }
  173. },
  174. {
  175. "type": "profession",
  176. "ident": "survivalist_SDWinter",
  177. "name": "Winter Survivalist",
  178. "description": "Wealth indulged your love of the great outdoors in wintertime; you own the finest camping equipment money can buy, including a gunsmith-crafted rifle and pistol which cost a fortune. A zombie bear forced you to abandon your campsite though, and you legged it with what you had on your person.",
  179. "points": 5,
  180. "skills": [
  181. {
  182. "level": 4,
  183. "name": "survival"
  184. },
  185. {
  186. "level": 2,
  187. "name": "traps"
  188. },
  189. {
  190. "level": 2,
  191. "name": "fabrication"
  192. },
  193. {
  194. "level": 2,
  195. "name": "cooking"
  196. },
  197. {
  198. "level": 2,
  199. "name": "firstaid"
  200. },
  201. {
  202. "level": 2,
  203. "name": "swimming"
  204. },
  205. {
  206. "level": 1,
  207. "name": "gun"
  208. },
  209. {
  210. "level": 1,
  211. "name": "pistol"
  212. },
  213. {
  214. "level": 1,
  215. "name": "rifle"
  216. }
  217. ],
  218. "items": {
  219. "both": {
  220. "items": [
  221. "atomic_lamp_off",
  222. "heavy_flashlight",
  223. "pants_cargo",
  224. "long_underpants",
  225. "boots_hiking",
  226. "mask_ski_loose",
  227. "scarf_fur_long",
  228. "sweater",
  229. "socks_wool",
  230. "rucksack",
  231. "fanny",
  232. "gloves_liner",
  233. "winter_gloves_army",
  234. "mil_mess_kit",
  235. "whistle",
  236. "e_tool",
  237. "greatcoat",
  238. "sf_watch",
  239. "XL_holster",
  240. "mre_veggy_box"
  241. ],
  242. "entries": [
  243. { "item": "ref_lighter", "charges": 50 },
  244. { "item": "knife_rambo", "container-item": "scabbard" },
  245. { "item": "2lcanteen", "contents-item": "water_clean", "charges": 10 },
  246. {
  247. "item": "marlin_9a",
  248. "charges": 19,
  249. "contents-item": [
  250. "adjustable_stock",
  251. "pistol_grip",
  252. "tuned_mechanism",
  253. "match_trigger",
  254. "waterproof_gunmod",
  255. "offset_sights",
  256. "laser_sight",
  257. "barrel_big",
  258. "shoulder_strap",
  259. "rifle_scope"
  260. ]
  261. },
  262. {
  263. "item": "sw_22",
  264. "ammo-item": "22_lr",
  265. "charges": 10,
  266. "contents-item": [
  267. "pistol_grip",
  268. "tuned_mechanism",
  269. "match_trigger",
  270. "waterproof_gunmod",
  271. "offset_sights",
  272. "barrel_big",
  273. "suppressor_compact",
  274. "holo_sight",
  275. "laser_sight"
  276. ]
  277. },
  278. { "item": "sw22mag", "ammo-item": "22_lr", "charges": 10 },
  279. { "item": "sw22mag", "ammo-item": "22_lr", "charges": 10 },
  280. { "item": "22_lr", "charges": 50 },
  281. { "item": "cell_phone", "charges": 100 }
  282. ]
  283. },
  284. "male": [
  285. "silver_bracelet",
  286. "tricorne",
  287. "ring"
  288. ],
  289. "female": [
  290. "sports_bra",
  291. "gold_ear",
  292. "gold_bracelet",
  293. "beret_wool",
  294. "vibrator",
  295. "hairpin"
  296. ]
  297. }
  298. },
  299. {
  300. "type": "profession",
  301. "ident": "cop_SDWinter",
  302. "name": "Winter Police Officer",
  303. "description": "1145: Domestic where the victim's throat was being chewed out by the spouse. Things only went downhill from there. Your cuffs are on a zombie, you lost your shotgun, subgun, partner and patrol car. The one upside is that you're probably not going to have to fill out any paperwork.",
  304. "points": 6,
  305. "skills": [
  306. {
  307. "level": 1,
  308. "name": "driving"
  309. },
  310. {
  311. "level": 1,
  312. "name": "firstaid"
  313. },
  314. {
  315. "level": 2,
  316. "name": "speech"
  317. },
  318. {
  319. "level": 2,
  320. "name": "bashing"
  321. },
  322. {
  323. "level": 1,
  324. "name": "cutting"
  325. },
  326. {
  327. "level": 2,
  328. "name": "dodge"
  329. },
  330. {
  331. "level": 2,
  332. "name": "melee"
  333. },
  334. {
  335. "level": 2,
  336. "name": "stabbing"
  337. },
  338. {
  339. "level": 2,
  340. "name": "unarmed"
  341. },
  342. {
  343. "level": 3,
  344. "name": "gun"
  345. },
  346. {
  347. "level": 3,
  348. "name": "pistol"
  349. },
  350. {
  351. "level": 1,
  352. "name": "rifle"
  353. },
  354. {
  355. "level": 2,
  356. "name": "shotgun"
  357. },
  358. {
  359. "level": 1,
  360. "name": "smg"
  361. }
  362. ],
  363. "traits": [
  364. "PROF_POLICE"
  365. ],
  366. "items": {
  367. "both": {
  368. "items": [
  369. "pants_army",
  370. "jacket_army",
  371. "socks_wool",
  372. "sheriffshirt",
  373. "badge_deputy",
  374. "boots_hiking",
  375. "tonfa_wood",
  376. "two_way_radio",
  377. "gloves_liner",
  378. "balclava",
  379. "winter_gloves_army",
  380. "heavy_flashlight",
  381. "glasses_bal",
  382. "wristwatch",
  383. "holster",
  384. "whistle"
  385. ],
  386. "entries": [
  387. { "item": "cell_phone", "charges": 100 },
  388. { "item": "knife_rm42", "container-item": "sheath" },
  389. {
  390. "item": "usp_9mm",
  391. "ammo-item": "9mm",
  392. "charges": 15,
  393. "contents-item": [
  394. "match_trigger",
  395. "pistol_grip",
  396. "barrel_ported",
  397. "laser_sight"
  398. ]
  399. },
  400. { "item": "usp9mag", "ammo-item": "9mm", "charges": 15, "container-item": "legpouch" },
  401. { "item": "usp9mag", "ammo-item": "9mm", "charges": 15, "container-item": "legpouch" },
  402. { "item": "mp5mag", "ammo-item": "9mm", "charges": 30, "container-item": "chestpouch" },
  403. { "item": "mp5mag", "ammo-item": "9mm", "charges": 30, "container-item": "ammo_satchel" },
  404. { "item": "shot_00", "charges": 6 },
  405. { "item": "shot_beanbag", "charges": 6 }
  406. ]
  407. },
  408. "male": [
  409. "kevlar",
  410. "long_underpants"
  411. ],
  412. "female": [
  413. "sports_bra",
  414. "kevlar",
  415. "hairpin",
  416. "long_underpants"
  417. ]
  418. }
  419. },
  420. {
  421. "type": "profession",
  422. "ident": "construction_worker_SDWinter",
  423. "name": "Winter Worker",
  424. "description": "You're all bundled up against the cold and ready to go to work, but the job-site is crawling with zombies. You're 100% certain that's an OSHA violation, but you don't know which one and right now you have more important things to do than consult the rulebook or lodging a formal complaint; like survival.",
  425. "points": 2,
  426. "skills": [
  427. {
  428. "level": 2,
  429. "name": "fabrication"
  430. }
  431. ],
  432. "items": {
  433. "both": {
  434. "items": [
  435. "dress_shirt",
  436. "socks_wool",
  437. "boots_steel",
  438. "technician_pants_gray",
  439. "duct_tape",
  440. "coat_winter",
  441. "glasses_safety",
  442. "gloves_liner",
  443. "gloves_work",
  444. "helmet_liner",
  445. "hat_hard_hooded",
  446. "toolbox",
  447. "multitool"
  448. ],
  449. "entries": [
  450. { "item": "knife_rambo", "container-item": "scabbard" },
  451. { "item": "nailgun", "ammo-item": "nail", "charges": 20 },
  452. { "item": "nail", "charges": 180 },
  453. { "item": "wearable_light", "charges": 100},
  454. { "item": "tool_belt", "contents-item": "hatchet" }
  455. ]
  456. },
  457. "male": [
  458. "long_undertop",
  459. "long_underpants"
  460. ],
  461. "female": [
  462. "sports_bra",
  463. "long_undertop",
  464. "long_underpants",
  465. "hairpin"
  466. ]
  467. }
  468. },
  469. {
  470. "type": "profession",
  471. "ident": "lumberjack_SDWinter",
  472. "name": "Winter Lumberjack",
  473. "description": "You're a lumberjack, and you're okay. You felled trees in the cold and often the dark before the world ended, and you suspect the undead aren't nearly as tough.",
  474. "points": 1,
  475. "items": {
  476. "both": {
  477. "items": [
  478. "pants_army",
  479. "socks_wool",
  480. "boots_winter",
  481. "hat_hunting",
  482. "sweater",
  483. "jacket_flannel",
  484. "scarf",
  485. "vest",
  486. "goggles_ski",
  487. "multitool",
  488. "duct_tape",
  489. "ax"
  490. ],
  491. "entries": [
  492. { "item": "cell_phone", "charges": 100 },
  493. { "item": "wearable_light", "charges": 100 },
  494. { "item": "tool_belt", "contents-item": "hatchet" }
  495. ]
  496. },
  497. "male": [
  498. "long_undertop",
  499. "long_underpants"
  500. ],
  501. "female": [
  502. "sports_bra",
  503. "long_undertop",
  504. "hairpin",
  505. "long_underpants"
  506. ]
  507. }
  508. },
  509. {
  510. "type": "profession",
  511. "ident": "backpacker_SDWinter",
  512. "name": "Winter Backpacker",
  513. "description": "Your trust fund is gone. Everything is gone except your eclectic mix of military surplus and expensive high-fashion. You have only a very nice backpack full of unread maps, books and toys between you and the undead. You should consider protecting your pack from harm. And the rest of you.",
  514. "points": 4,
  515. "items": {
  516. "both": {
  517. "items": [
  518. "molle_pack",
  519. "binoculars",
  520. "atomic_lamp_off",
  521. "winter_pants_army",
  522. "boots_fur",
  523. "dress_shirt",
  524. "scarf_fur_long",
  525. "socks_wool",
  526. "dump_pouch",
  527. "camera_pro",
  528. "elec_hairtrimmer",
  529. "geiger_off",
  530. "mp3",
  531. "sf_watch",
  532. "game_watch",
  533. "fancy_sunglasses",
  534. "towel",
  535. "militarymap",
  536. "restaurantmap",
  537. "roadmap",
  538. "touristmap",
  539. "mag_bashing",
  540. "manual_bashing",
  541. "mag_computer",
  542. "mag_barter",
  543. "mag_dodge",
  544. "mag_electronics",
  545. "pocket_firstaid",
  546. "mag_melee",
  547. "pocket_survival",
  548. "fatedblades_1_SDWinter",
  549. "fatedblades_2_SDWinter",
  550. "fatedblades_3_SDWinter",
  551. "mag_animecon",
  552. "mag_swimming",
  553. "manual_stabbing",
  554. "mag_tv",
  555. "mag_smg",
  556. "mag_shotgun",
  557. "manual_rifle",
  558. "granola",
  559. "protein_shake",
  560. "mag_pistol"
  561. ],
  562. "entries": [
  563. { "item": "cell_phone", "charges": 100 },
  564. { "item": "wearable_light", "charges": 100 },
  565. { "item": "l-stick", "charges": 1000 },
  566. { "item": "mil_mess_kit", "charges": 200 },
  567. { "item": "portable_game", "charges": 200 },
  568. { "item": "eink_tablet_pc", "charges": 100 }
  569. ]
  570. },
  571. "male": [
  572. "fedora",
  573. "greatcoat",
  574. "boxer_shorts"
  575. ],
  576. "female": [
  577. "greatcoat",
  578. "beret_wool",
  579. "sports_bra",
  580. "hairpin",
  581. "vibrator",
  582. "boy_shorts"
  583. ]
  584. }
  585. },
  586. {
  587. "type": "profession",
  588. "ident": "range_day_SDWinter",
  589. "name": "Winter Range Day Interruptus",
  590. "description": "You were all dressed up to go to the range this morning with your family hand-me-down, when things went catastrophically wrong. When the world ended, you had in your hands the same rifle that your great grandfather carried to Europe to free it from a madman's grip a century ago. How long can pop-pop's M1 rifle keep you alive? You're going to find out.",
  591. "points": 3,
  592. "skills": [
  593. {
  594. "level": 1,
  595. "name": "gun"
  596. },
  597. {
  598. "level": 1,
  599. "name": "rifle"
  600. },
  601. {
  602. "level": 1,
  603. "name": "pistol"
  604. }
  605. ],
  606. "items": {
  607. "both": {
  608. "items": [
  609. "sheriffshirt",
  610. "pants_cargo",
  611. "greatcoat",
  612. "vest",
  613. "socks_wool",
  614. "sneakers",
  615. "multitool",
  616. "gloves_light",
  617. "glasses_safety"
  618. ],
  619. "entries": [
  620. { "item": "cell_phone", "charges": 100 },
  621. {
  622. "item": "garand",
  623. "ammo-item": "3006",
  624. "charges": 8,
  625. "contents-item": [ "shoulder_strap" ]
  626. },
  627. { "item": "garandclip", "ammo-item": "3006", "charges": 8 },
  628. { "item": "garandclip", "ammo-item": "3006_incendiary", "charges": 8 },
  629. { "item": "3006", "charges": 20 },
  630. { "item": "3006", "charges": 12 }
  631. ]
  632. },
  633. "male": [
  634. "boxer_briefs",
  635. "scarf",
  636. "fedora"
  637. ],
  638. "female": [
  639. "boy_shorts",
  640. "sports_bra",
  641. "hairpin",
  642. "scarf_long",
  643. "tricorne"
  644. ]
  645. }
  646. }
  647. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement