Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.26 KB | None | 0 0
  1. let Items = {
  2. 0: { name: "Пусто", image: true },
  3. CZ_P09: {
  4. name: "CZ P-09",
  5. width: 3, height: 2,
  6. image: 'weapons/pistol_mk2.png',
  7. // id: "beltSlot",
  8. object: "w_pi_pistolmk2",
  9. windows: [[1, 1]],
  10. specialWindow: [{ "CZ_P09_MAGAZINE": true }],
  11. type: "weapon",
  12. weaponModel: "weapon_pistol_mk2",
  13. bones: {
  14. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  15. }
  16. },
  17. CZ_P09_MAGAZINE: { // /giveItem CZ_P09_MAGAZINE
  18. name: "CZ P-09",
  19. width: 1, height: 2,
  20. image: 'weapons/mag/pistol_magazine.png',
  21. object: "w_pi_pistolmk2",
  22. windows: [[1, 1]],
  23. specialWindow: [{ "9x19_Parabellum": true }],
  24. type: "magazine",
  25. capacity: [12],
  26. bones: {
  27. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  28. }
  29. },
  30. "9x19_Parabellum": { // /giveItem 9x19_Parabellum {"count":2}
  31. name: "9x19mm Parabellum",
  32. image: 'weapons/bullets/bullet.svg',
  33. stack: 60,
  34. type: "bullet",
  35. object: "p_cs_shirt_01_s",
  36. bones: {
  37. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  38. }
  39. },
  40. "weapon_dagger": {
  41. name: "Нож",
  42. image: "weapons/weapon_dagger.png",
  43. object: "w_me_dagger",
  44. height: 2,
  45. type: "weapon",
  46. weaponModel: "weapon_dagger"
  47. },
  48. simCard: {
  49. name: "Сим-карта",
  50. image: 'simcard.svg',
  51. object: "p_amb_phone_01",
  52. bones: {
  53. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  54. }
  55. },
  56. Smartphone: {
  57. name: "Телефон",
  58. height: 2,
  59. image: 'smartphone.svg',
  60. object: "p_amb_phone_01",
  61. windows: [[1, 1]],
  62. specialWindow: [{ "simCard": true }],
  63. data: {
  64. contacts: {},
  65. journal: []
  66. },
  67. bones: {
  68. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  69. }
  70. },
  71. TShirt: {
  72. windows: [[1, 5], [5, 1], [5, 5], [2, 4], [4, 2]],
  73. name: "T-Shirt",
  74. width: 2,
  75. height: 2,
  76. id: "topClothes",
  77. image: "TShirt.svg",
  78. object: "p_cs_shirt_01_s",
  79. bones: {
  80. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  81. }
  82. },
  83. Jeans: {
  84. windows: [[2, 3]],
  85. width: 2,
  86. height: 3,
  87. name: "Jeans",
  88. id: "pants",
  89. image: "Jeans.svg",
  90. object: "p_cs_shirt_01_s",
  91. bones: {
  92. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  93. }
  94. },
  95. cashMoney: {
  96. name: "Наличные деньги",
  97. stack: 1000000,
  98. image: "cash_money.svg",
  99. object: "bkr_prop_money_wrapped_01",
  100. bones: {
  101. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  102. }
  103. },
  104. bankCard: {
  105. name: "Банковская карта",
  106. image: "bankCard.png",
  107. object: "p_ld_id_card_002",
  108. document: true,
  109. bones: {
  110. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  111. }
  112. },
  113. drivingLicense: {
  114. name: "Водительское удостоверение",
  115. image: "drivingLicense.png",
  116. object: "p_ld_id_card_002",
  117. document: true,
  118. bones: {
  119. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  120. }
  121. },
  122. idCard: {
  123. name: "ИД карта",
  124. image: "id_card.png",
  125. object: "p_ld_id_card_002",
  126. document: true,
  127. bones: {
  128. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  129. }
  130. },
  131. vehicleKey: {
  132. name: "Ключи от транспортного средства",
  133. image: "key1.svg",
  134. object: "p_car_keys_01",
  135. bones: {
  136. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  137. }
  138. },
  139. smartVehicleKey: {
  140. name: "Смарт-ключ от транспортного средства",
  141. image: "key2.svg",
  142. object: "p_car_keys_01",
  143. bones: {
  144. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  145. }
  146. },
  147. 'area': {
  148. windows: [[5, 5]]
  149. },
  150. radio: {
  151. name: "Рация",
  152. height: 2,
  153. image: "radio.png",
  154. id: "radio",
  155. data: {
  156. channels: ["", "", "", "", "", "", "", "", "", ""]
  157. },
  158. object: "prop_cs_hand_radio",
  159. bones: {
  160. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  161. }
  162. },
  163. tapeplayer: {
  164. name: "Магнитафон",
  165. image: "feed/brandy.svg",
  166. object: "prop_tapeplayer_01",
  167. bones: {
  168. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  169. }
  170. },
  171. box: {
  172. name: "Ящик",
  173. image: "box.svg",
  174. height: 3,
  175. width: 9,
  176. object: "hei_prop_heist_box",
  177. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  178. anim: 126
  179. },
  180. brush: {
  181. name: "Щетка",
  182. image: "brush.svg",
  183. height: 2,
  184. object: "prop_makeup_brush",
  185. bones: {
  186. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  187. }
  188. },
  189. documents: {
  190. name: "Папка с документами",
  191. image: "document.svg",
  192. object: "prop_cs_envolope_01",
  193. bones: {
  194. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  195. }
  196. },
  197. sensor: {
  198. name: "Датчик",
  199. image: "sensor.svg",
  200. object: "prop_cs_film_reel_01",
  201. bones: {
  202. hands: { bone: 'IK_R_Hand', pos: { x: 0.08, y: 0.04, z: 0 }, rot: { x: 252, y: 193, z: 355 } }
  203. }
  204. },
  205. rum_bottle: {
  206. name: "Бутылка рома",
  207. image: "feed/rom.svg",
  208. object: "prop_rum_bottle",
  209. data: { u: 6 },
  210. hungry: -1.0,
  211. thirsty: 15.0,
  212. immunity: -5,
  213. type: "alco",
  214. bones: {
  215. hands: { bone: 'SKEL_L_Hand', pos: { x: -0.01, y: -0.16, z: 0.18 }, rot: { x: 312, y: 170, z: 350 } }
  216. }
  217. },
  218. whiskey_bottle: {
  219. name: "Бутылка виски",
  220. image: "feed/whiskey.svg",
  221. object: "p_whiskey_bottle_s",
  222. data: { u: 6 },
  223. hungry: -1.0,
  224. thirsty: 12.0,
  225. immunity: -5,
  226. type: "alco",
  227. bones: {
  228. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.05, y: -0.05, z: 0.08 }, rot: { x: 312, y: 171, z: 350 } }
  229. }
  230. },
  231. bottle_brandy: {
  232. name: "Бутылка бренди",
  233. image: "feed/brandy.svg",
  234. object: "prop_bottle_brandy",
  235. data: { u: 6 },
  236. hungry: -1.0,
  237. thirsty: 12.0,
  238. immunity: -5,
  239. type: "alco",
  240. bones: {
  241. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.02, y: -0.16, z: 0.16 }, rot: { x: 307, y: 175, z: 350 } }
  242. }
  243. },
  244. tequila_bottle: {
  245. name: "Бутылка текилы",
  246. image: "feed/tequila.svg",
  247. object: "prop_tequila_bottle",
  248. data: { u: 6 },
  249. hungry: -1.0,
  250. thirsty: 12.0,
  251. immunity: -5,
  252. type: "alco",
  253. bones: {
  254. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.01, y: -0.21, z: 0.21 }, rot: { x: 309, y: 175, z: 350 } }
  255. }
  256. },
  257. bottle_cognac: {
  258. name: "Бутылка коньяка",
  259. image: "feed/cognac.svg",
  260. object: "prop_bottle_cognac",
  261. data: { u: 6 },
  262. hungry: -1.0,
  263. thirsty: 10.0,
  264. immunity: -5,
  265. type: "alco",
  266. bones: {
  267. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.01, y: -0.18, z: 0.18 }, rot: { x: 309, y: 175, z: 350 } }
  268. }
  269. },
  270. plonk_red: {
  271. name: "Бутылка красного вина",
  272. image: "feed/wine-bottle.svg",
  273. object: "prop_plonk_red",
  274. data: { u: 6 },
  275. hungry: -1.0,
  276. thirsty: 15.0,
  277. immunity: -4,
  278. type: "alco",
  279. bones: {
  280. hands: { bone: 'SKEL_L_Hand', pos: { x: 0, y: -0.23, z: 0.23 }, rot: { x: 309, y: 172, z: 350 } }
  281. }
  282. },
  283. plonk_white: {
  284. name: "Бутылка белого вина",
  285. image: "feed/ww.svg",
  286. object: "prop_plonk_white",
  287. data: { u: 6 },
  288. hungry: -1.0,
  289. thirsty: 15.0,
  290. immunity: -4,
  291. type: "alco",
  292. bones: {
  293. hands: { bone: 'SKEL_L_Hand', pos: { x: 0, y: -0.23, z: 0.23 }, rot: { x: 309, y: 172, z: 350 } }
  294. }
  295. },
  296. drink_whisky: {
  297. name: "Бокал виски",
  298. image: "feed/whiskey2.svg",
  299. object: "prop_drink_whisky",
  300. data: { u: 1 },
  301. hungry: -1.0,
  302. thirsty: 12.0,
  303. immunity: -5,
  304. type: "alco",
  305. bones: {
  306. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.07, y: 0, z: 0.06 }, rot: { x: 233 } }
  307. }
  308. },
  309. pineapple: {
  310. name: "Ананас",
  311. image: "feed/pineapple.svg",
  312. object: "prop_pineapple",
  313. data: { u: 4 },
  314. hungry: 18.0,
  315. thirsty: 18.0,
  316. immunity: 10,
  317. type: "food",
  318. bones: {
  319. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.06, y: 0.03, z: 0.02 }, rot: { x: 145, y: 338 } }
  320. }
  321. },
  322. fishFillet: {
  323. name: "Сырое филе рыбы",
  324. image: "feed/fishFillet.svg",
  325. object: "p_cs_cuffs_02_s",
  326. data: { d: 0 },
  327. bones: {
  328. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  329. }
  330. },
  331. fishFilletDone: {
  332. name: "Готовое филе рыбы",
  333. image: "feed/fishFillet.svg",
  334. object: "p_cs_cuffs_02_s",
  335. data: { u: 4 },
  336. hungry: 18.0,
  337. thirsty: 18.0,
  338. immunity: 10,
  339. type: "food",
  340. bones: {
  341. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  342. }
  343. },
  344. burger: {
  345. name: "Бургер",
  346. image: "feed/burger.svg",
  347. object: "prop_cs_burger_01",
  348. data: { u: 2 },
  349. hungry: 25,
  350. thirsty: -5,
  351. immunity: -1,
  352. type: "food",
  353. bones: {
  354. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.11, y: 0.01, z: -0.05 }, rot: { x: 41, y: 15, z: 0 } }
  355. }
  356. },
  357. drink_redwine: {
  358. name: "Бокал красного вина",
  359. image: "feed/wine-glass.svg",
  360. object: "prop_drink_redwine",
  361. data: { u: 2 },
  362. hungry: -1,
  363. thirsty: 15,
  364. immunity: -1,
  365. type: "alco",
  366. bones: {
  367. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.06, y: -0.01, z: 0.04 }, rot: { x: 233 } }
  368. }
  369. },
  370. taco: {
  371. name: "Тако",
  372. image: "feed/taco.svg",
  373. object: "prop_taco_01",
  374. data: { u: 3 },
  375. hungry: 24,
  376. thirsty: -5,
  377. immunity: -1,
  378. type: "food",
  379. bones: {
  380. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.07, y: 0.01, z: -0.05 }, rot: { x: 41, y: 15, z: 0 } }
  381. }
  382. },
  383. beerbottle: {
  384. name: "Бутылка пива",
  385. image: "feed/beer.svg",
  386. object: "prop_beer_bottle",
  387. data: { u: 4 },
  388. hungry: -1,
  389. thirsty: 25,
  390. immunity: -3,
  391. type: "alco",
  392. bones: {
  393. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.08, y: 0.04, z: 0.03 }, rot: { x: 323 } }
  394. }
  395. },
  396. drink_champ: {
  397. name: "Бокал шампанского",
  398. image: "feed/champagne.svg",
  399. object: "prop_drink_champ",
  400. data: { u: 1 },
  401. hungry: -1,
  402. thirsty: 15,
  403. immunity: -4,
  404. type: "alco",
  405. bones: {
  406. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.08, y: -0.06, z: 0.07 }, rot: { x: 225 } }
  407. }
  408. },
  409. banana: {
  410. name: "Банан",
  411. image: "feed/banana.svg",
  412. object: "ng_proc_food_nana1a",
  413. data: { u: 1 },
  414. hungry: 25,
  415. thirsty: 0,
  416. immunity: 5,
  417. type: "food",
  418. bones: {
  419. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.04, y: 0, z: -0.01 }, rot: { x: 209, y: 171, z: 7 } }
  420. }
  421. },
  422. cocacola: {
  423. name: "Бутылка колы",
  424. image: "feed/cola.svg",
  425. object: "ng_proc_sodabot_01a",
  426. data: { u: 6 },
  427. hungry: 0,
  428. thirsty: 25,
  429. immunity: 0,
  430. type: "drink",
  431. bones: {
  432. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.06, y: -0.2, z: 0.15 }, rot: { x: 301, y: 180 } }
  433. }
  434. },
  435. coctail01: {
  436. name: "Розовая пантера",
  437. image: "feed/mulled-wine.svg",
  438. object: "prop_daiquiri",
  439. data: { u: 2 },
  440. hungry: -1,
  441. thirsty: 20,
  442. immunity: -1,
  443. type: "alco",
  444. bones: {
  445. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.07, y: -0.08, z: 0.05 }, rot: { x: 245 } }
  446. }
  447. },
  448. coffee: {
  449. name: "Стаканчик кофе",
  450. image: "feed/coffee-break.svg",
  451. object: "ng_proc_coffee_01a",
  452. data: { u: 4 },
  453. hungry: 0,
  454. thirsty: 15,
  455. immunity: -1,
  456. type: "drink",
  457. bones: {
  458. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.07, y: -0.09, z: 0.09 }, rot: { x: 247 } }
  459. }
  460. },
  461. rose: {
  462. name: "Красная роза",
  463. image: "feed/rose.svg",
  464. object: "p_single_rose_s",
  465. bones: {
  466. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.07, y: -0.22, z: 0.12 }, rot: { x: 245 } }
  467. }
  468. },
  469. donut_choco: {
  470. name: "Шоколадный пончик",
  471. image: "feed/donut2.svg",
  472. object: "prop_donut_02",
  473. data: { u: 2 },
  474. hungry: 20,
  475. thirsty: -1,
  476. immunity: 0,
  477. type: "food",
  478. bones: {
  479. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.05, y: 0.03, z: 0.04 }, rot: { x: 245 } }
  480. }
  481. },
  482. sodacan: {
  483. name: "Баночка лимонада",
  484. image: "feed/beer-can.svg",
  485. object: "ng_proc_sodacan_01b",
  486. data: { u: 3 },
  487. hungry: 0,
  488. thirsty: 22,
  489. immunity: 0,
  490. type: "drink",
  491. bones: {
  492. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.03, y: -0.01, z: 0.08 }, rot: { x: 250, y: 332 } }
  493. }
  494. },
  495. foodfree: {
  496. name: "Картофель фри",
  497. image: "feed/french-fries.svg",
  498. object: "prop_food_bs_chips",
  499. data: { u: 3 },
  500. hungry: 12,
  501. thirsty: -6,
  502. immunity: -1,
  503. type: "food",
  504. bones: {
  505. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.09, y: -0.05, z: -0.05 }, rot: { x: 258, y: 202, z: 0 } }
  506. }
  507. },
  508. colacan: {
  509. name: "Баночка апельсиновой колы",
  510. image: "feed/soda.svg",
  511. object: "ng_proc_sodacan_01a",
  512. data: { u: 3 },
  513. hungry: 0,
  514. thirsty: 22,
  515. immunity: 0,
  516. type: "drink",
  517. bones: {
  518. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.03, y: -0.01, z: 0.08 }, rot: { x: 250, y: 332 } }
  519. }
  520. },
  521. sandwich: {
  522. name: "Сэндвич с ветчиной",
  523. image: "feed/sandwich.svg",
  524. object: "prop_sandwich_01",
  525. data: { u: 2 },
  526. hungry: 30,
  527. thirsty: -1,
  528. immunity: 5,
  529. type: "food",
  530. bones: {
  531. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.07, y: 0.03, z: 0.01 }, rot: { x: 154, y: 145, z: 267 } }
  532. }
  533. },
  534. donut_vanil: {
  535. name: "Пончик с ванилью",
  536. image: "feed/donut.svg",
  537. object: "prop_donut_01",
  538. data: { u: 2 },
  539. hungry: 20,
  540. thirsty: -5,
  541. immunity: 0,
  542. type: "food",
  543. bones: {
  544. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.07, y: 0.02, z: 0.02 }, rot: { x: 154, y: 145, z: 267 } }
  545. }
  546. },
  547. chips: {
  548. name: "Пакет чипсов",
  549. image: "feed/snack.svg",
  550. object: "ng_proc_food_chips01b",
  551. data: { u: 3 },
  552. hungry: 25,
  553. thirsty: -10,
  554. immunity: -2,
  555. type: "food",
  556. bones: {
  557. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.17, y: 0.03, z: 0.03 }, rot: { x: 156, y: 210, z: 170 } }
  558. }
  559. },
  560. milk: {
  561. name: "Пакет молока",
  562. image: "feed/milk.svg",
  563. object: "prop_cs_milk_01",
  564. data: { u: 2 },
  565. hungry: 15,
  566. thirsty: 25,
  567. immunity: 5,
  568. type: "drink",
  569. bones: {
  570. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.09, y: -0.01, z: 0.06 }, rot: { x: 280, y: 183, z: 340 } }
  571. }
  572. },
  573. orange: {
  574. name: "Апельсин",
  575. image: "feed/orange.svg",
  576. object: "ng_proc_food_ornge1a",
  577. data: { u: 1 },
  578. hungry: 15,
  579. thirsty: 10,
  580. immunity: 8,
  581. type: "food",
  582. bones: {
  583. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.06, y: -0.02, z: 0.01 }, rot: { x: 228, y: 140, z: 340 } }
  584. }
  585. },
  586. noodle: {
  587. name: "Упаковка лапши",
  588. image: "feed/chinese-food.svg",
  589. object: "v_ret_fh_noodle",
  590. data: { u: 1 },
  591. hungry: 80,
  592. thirsty: -15,
  593. immunity: 5,
  594. type: "food",
  595. bones: {
  596. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.07, y: 0.09, z: -0.02 }, rot: { x: 282, y: 174, z: 355 } }
  597. }
  598. },
  599. noodle_soup: {
  600. name: "Тарелка супа",
  601. image: "feed/soup.svg",
  602. object: "prop_cs_bowl_01",
  603. data: { u: 1 },
  604. hungry: 60,
  605. thirsty: -5,
  606. immunity: 5,
  607. type: "food",
  608. bones: {
  609. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.07, y: 0.09, z: -0.02 }, rot: { x: 282, y: 174, z: 355 } }
  610. }
  611. },
  612. handcuffs: {
  613. name: "Наручники",
  614. image: "handcuffs.svg",
  615. object: "p_cs_cuffs_02_s",
  616. bones: {
  617. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.07, y: 0.09, z: -0.02 }, rot: { x: 282, y: 174, z: 355 } }
  618. }
  619. },
  620. handcuffsClosed: {
  621. name: "Наручники",
  622. image: "handcuffs.svg",
  623. object: "p_cs_cuffs_02_s",
  624. bones: {
  625. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.07, y: 0.09, z: -0.02 }, rot: { x: 282, y: 174, z: 355 } }
  626. },
  627. anim: 125
  628. },
  629. fishingRod_1: {
  630. name: "Удочка 1",
  631. type: "fishingRod",
  632. image: "fishing/rod_1.svg",
  633. object: "prop_fishing_rod_01",
  634. specialWindow: [
  635. { "fishingLine_1": 1, "fishingLine_2": 1, "fishingLine_3": 1 },
  636. { "Hook_1": 1, "Hook_2": 1, "Hook_3": 1 },
  637. { "Worm": 1 }
  638. ],
  639. windows: [[1, 1], [1, 1], [1, 1]],
  640. data: { hp: 100.0 },
  641. bones: {
  642. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  643. }
  644. },
  645. Hook_1: {
  646. name: "Маленький крючок",
  647. image: "fishing/hook_1lvl.svg",
  648. object: "p_cs_cuffs_02_s",
  649. bones: {
  650. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  651. }
  652. },
  653. Hook_2: {
  654. name: "Средний крючок",
  655. image: "fishing/hook_2lvl.svg",
  656. object: "p_cs_cuffs_02_s",
  657. bones: {
  658. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  659. }
  660. },
  661. Hook_3: {
  662. name: "Большой крючок",
  663. image: "fishing/hook_3lvl.svg",
  664. object: "p_cs_cuffs_02_s",
  665. bones: {
  666. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  667. }
  668. },
  669. Worm: {
  670. name: "Червяк",
  671. image: "fishing/earthworm.svg",
  672. object: "p_cs_cuffs_02_s",
  673. stack: 10,
  674. bones: {
  675. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  676. }
  677. },
  678. fishingLine_1: {
  679. name: "Нейлоновая леска",
  680. image: "fishing/leska.png",
  681. object: "p_cs_cuffs_02_s",
  682. data: { hp: 100 },
  683. bones: {
  684. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  685. }
  686. },
  687. fishingLine_2: {
  688. name: "Полиэтиленовая леска",
  689. image: "fishing/hook_3lvl.svg",
  690. object: "p_cs_cuffs_02_s",
  691. data: { hp: 250 },
  692. bones: {
  693. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  694. }
  695. },
  696. fishingLine_3: {
  697. name: "Флюорокарбоновая леска",
  698. image: "fishing/hook_3lvl.svg",
  699. object: "p_cs_cuffs_02_s",
  700. data: { hp: 500 },
  701. bones: {
  702. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  703. }
  704. },
  705. fish1: {
  706. name: "Золотой карась",
  707. image: "fishing/Pseudanthias.svg",
  708. object: "fishrl",
  709. bones: {
  710. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  711. }
  712. },
  713. fish2: {
  714. name: "Форель",
  715. image: "fishing/Pseudanthias.svg",
  716. object: "fishrl",
  717. bones: {
  718. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  719. }
  720. },
  721. soprList: {
  722. name: "Сопроводительный лист",
  723. image: "clipboard.svg",
  724. object: "p_cs_cuffs_02_s",
  725. bones: {
  726. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  727. }
  728. },
  729. fingerScanner: {
  730. name: "Сканнер отпечатка",
  731. image: "fingerprint.svg",
  732. object: "p_cs_cuffs_02_s",
  733. bones: {
  734. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  735. }
  736. },
  737. shoe: {
  738. name: "Обувь",
  739. image: "clothes/shoes/runningShoe.svg",
  740. object: "p_cs_cuffs_02_s",
  741. id: "footwear",
  742. bones: {
  743. hands: { bone: 'SKEL_L_Hand', pos: { x: 0.15, y: 0.09, z: 0.0 }, rot: { x: 60.0, y: -100.0, z: 180.0 } }
  744. }
  745. },
  746. prop_fridge_03: {
  747. name: "Холодильник",
  748. image: "Furniture/fridge.svg",
  749. object: "prop_fridge_03",
  750. windows: [[16, 16]],
  751. furniture: true,
  752. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  753. anim: 126
  754. },
  755. prop_cooker_03: {
  756. name: "Газовая плита",
  757. image: "Furniture/stove.svg",
  758. object: "prop_cooker_03",
  759. windows: [[1, 1]],
  760. specialWindow: [
  761. { "fryingPan": 1 }
  762. ],
  763. furniture: true,
  764. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  765. anim: 126
  766. },
  767. prop_couch_01: {
  768. name: "Диван",
  769. image: "Furniture/couch.svg",
  770. object: "prop_couch_01",
  771. furniture: true,
  772. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  773. anim: 126
  774. },
  775. prop_couch_sm_05: {
  776. name: "Диван",
  777. image: "Furniture/couch.svg",
  778. object: "prop_couch_sm_05",
  779. furniture: true,
  780. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  781. anim: 126
  782. },
  783. apa_mp_h_acc_plant_palm_01: {
  784. name: "Цветок",
  785. image: "Furniture/plant.svg",
  786. object: "apa_mp_h_acc_plant_palm_01",
  787. furniture: true,
  788. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  789. anim: 126
  790. },
  791. apa_mp_h_bed_double_08: {
  792. name: "Кровать",
  793. image: "Furniture/bed.svg",
  794. object: "apa_mp_h_bed_double_08",
  795. furniture: true,
  796. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  797. anim: 126
  798. },
  799. apa_mp_h_din_chair_12: {
  800. name: "Стул",
  801. image: "Furniture/armchair.svg",
  802. object: "apa_mp_h_din_chair_12",
  803. furniture: true,
  804. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  805. anim: 126
  806. },
  807. apa_mp_h_din_table_04: {
  808. name: "Стол",
  809. image: "Furniture/coffee-table.svg",
  810. object: "apa_mp_h_din_table_04",
  811. furniture: true,
  812. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  813. anim: 126
  814. },
  815. apa_mp_h_floorlamp_a: {
  816. name: "Лампа",
  817. image: "Furniture/lamp.svg",
  818. object: "apa_mp_h_floorlamp_a",
  819. furniture: true,
  820. bones: { hands: { bone: 'SKEL_L_Finger02', pos: { x: 0.29, y: -0.66, z: 0.19 }, rot: { x: 276, y: 18, z: 28 } } },
  821. anim: 126
  822. },
  823. xm_prop_lab_desk_02: {
  824. name: "Стол",
  825. image: "Furniture/coffee-table.svg",
  826. object: "xm_prop_lab_desk_02",
  827. furniture: true,
  828. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  829. anim: 126
  830. },
  831. des_tvsmash_start: {
  832. name: "Телевизор",
  833. image: "Furniture/computer.svg",
  834. object: "des_tvsmash_start",
  835. furniture: true,
  836. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  837. anim: 126
  838. },
  839. ex_prop_ex_laptop_01a: {
  840. name: "Компьютер",
  841. image: "Furniture/laptop.svg",
  842. object: "ex_prop_ex_laptop_01a",
  843. furniture: true,
  844. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  845. anim: 126
  846. },
  847. ex_prop_offchair_exec_04: {
  848. name: "Стул",
  849. image: "Furniture/armchair.svg",
  850. object: "ex_prop_offchair_exec_04",
  851. furniture: true,
  852. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  853. anim: 126
  854. },
  855. hei_heist_din_chair_03: {
  856. name: "Стул",
  857. image: "Furniture/armchair.svg",
  858. object: "hei_heist_din_chair_03",
  859. furniture: true,
  860. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  861. anim: 126
  862. },
  863. apa_mp_h_str_shelffloorm_02: {
  864. name: "Шкаф",
  865. image: "Furniture/cupboard.svg",
  866. object: "apa_mp_h_str_shelffloorm_02",
  867. furniture: true,
  868. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  869. anim: 126
  870. },
  871. prop_cabinet_01b: {
  872. name: "Шкаф",
  873. image: "Furniture/cupboard.svg",
  874. object: "prop_cabinet_01b",
  875. furniture: true,
  876. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  877. anim: 126
  878. },
  879. fryingPan: {
  880. name: "Сковородка",
  881. image: "Furniture/frying-pan.svg",
  882. object: "v_ret_fh_fry02",
  883. windows: [[1, 1]],
  884. specialWindow: [
  885. { "fishFillet": 1 }
  886. ],
  887. bones: { hands: { bone: "PH_L_Hand", pos: { x: 0.025, y: 0.08, z: 0.255 }, rot: { x: -145.0, y: 290.0, z: 0.0 } } },
  888. anim: 126
  889. }
  890. }
  891.  
  892. for (let _item in Items) {
  893.  
  894. let item = Items[_item];
  895.  
  896. if (!item.width) item.width = 1;
  897. if (!item.height) item.height = 1;
  898.  
  899. if (item.windows) {
  900. item.ws = []
  901.  
  902. for (let _windowId in item.windows) {
  903.  
  904. let window = item.windows[_windowId];
  905.  
  906. item.ws[_windowId] = {
  907. c: [],
  908. w: window[0],
  909. h: window[1]
  910. }
  911.  
  912. for (let i = 0; i != window[0] * window[1]; i++) {
  913. item.ws[_windowId].c.push({ id: 0 });
  914. }
  915.  
  916. }
  917.  
  918. }
  919.  
  920. }
  921.  
  922. global.itemsInfo = Items;
  923.  
  924. export default Items;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement