Advertisement
Guest User

Ammo.json

a guest
Nov 9th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 125.54 KB | None | 0 0
  1. [
  2. {
  3. "type" : "AMMO",
  4. "id" : "battery",
  5. "category" : "spare_parts",
  6. "price" : 12000,
  7. "name" : "battery",
  8. "name_plural" : "batteries",
  9. "symbol" : "=",
  10. "color" : "light_gray",
  11. "description" : "A set of universal batteries. Used to charge almost any electronic device.",
  12. "material" : "iron",
  13. "volume" : 1,
  14. "weight" : 1,
  15. "bashing" : 1,
  16. "cutting" : 0,
  17. "to_hit" : 0,
  18. "ammo_type" : "battery",
  19. "casing" : "NULL",
  20. "damage" : 0,
  21. "pierce" : 0,
  22. "range" : 0,
  23. "dispersion" : 0,
  24. "recoil" : 0,
  25. "count" : 100,
  26. "effects" : ["NEVER_MISFIRES"]
  27. },
  28. { "type" : "AMMO",
  29. "id" : "money",
  30. "price" : 1, "//": "= one cent, gives correct prices for cash cards",
  31. "name" : "cent",
  32. "name_plural" : "cents",
  33. "symbol" : "=",
  34. "color" : "light_gray",
  35. "description" : "IF YOU ARE SEEING THIS IT IS A BUG.",
  36. "material" : "null",
  37. "volume" : 0,
  38. "weight" : 0,
  39. "bashing" : 0,
  40. "cutting" : 0,
  41. "to_hit" : 0,
  42. "ammo_type" : "money",
  43. "casing" : "NULL",
  44. "damage" : 0,
  45. "pierce" : 0,
  46. "range" : 0,
  47. "dispersion" : 0,
  48. "recoil" : 0,
  49. "count" : 1
  50. },
  51. { "type" : "AMMO",
  52. "id" : "laser_capacitor",
  53. "price" : 20000,
  54. "name" : "charged capacitor",
  55. "symbol" : "=",
  56. "color" : "yellow",
  57. "description" : "A single capacitor charged with current to be used by a laser weapon or similar armament.",
  58. "material" : "steel",
  59. "volume" : 1,
  60. "weight" : 5,
  61. "bashing" : 1,
  62. "cutting" : 0,
  63. "to_hit" : 0,
  64. "ammo_type" : "laser_capacitor",
  65. "casing" : "NULL",
  66. "damage" : 20,
  67. "pierce" : 10,
  68. "range" : 24,
  69. "dispersion" : 0,
  70. "recoil" : 0,
  71. "count" : 1,
  72. "effects" : ["NEVER_MISFIRES"]
  73. },
  74. { "type" : "AMMO",
  75. "id" : "thread",
  76. "category" : "spare_parts",
  77. "price" : 5000,
  78. "name" : "thread",
  79. "symbol" : "=",
  80. "color" : "light_gray",
  81. "description" : "A small quantity of thread that could be used to refill a sewing kit.",
  82. "material" : "cotton",
  83. "volume" : 1,
  84. "weight" : 1,
  85. "bashing" : 1,
  86. "cutting" : 0,
  87. "to_hit" : 0,
  88. "ammo_type" : "thread",
  89. "casing" : "NULL",
  90. "damage" : 0,
  91. "pierce" : 0,
  92. "range" : 0,
  93. "dispersion" : 0,
  94. "recoil" : 0,
  95. "count" : 50,
  96. "stack_size" : 200
  97. },
  98. { "type" : "AMMO",
  99. "id" : "sinew",
  100. "category" : "spare_parts",
  101. "price" : 0,
  102. "name" : "sinew",
  103. "symbol" : "=",
  104. "color" : "light_red",
  105. "description" : "A tough sinew cut from a corpse, usable as thread.",
  106. "material" : "flesh",
  107. "volume" : 1,
  108. "weight" : 1,
  109. "bashing" : 1,
  110. "cutting" : 0,
  111. "to_hit" : 0,
  112. "ammo_type" : "thread",
  113. "casing" : "NULL",
  114. "damage" : 0,
  115. "pierce" : 0,
  116. "range" : 0,
  117. "dispersion" : 0,
  118. "recoil" : 0,
  119. "count" : 10,
  120. "stack_size" : 200
  121. },
  122. { "type" : "AMMO",
  123. "id" : "plant_fibre",
  124. "category" : "spare_parts",
  125. "price" : 0,
  126. "name" : "plant fibre",
  127. "symbol" : "=",
  128. "color" : "light_green",
  129. "description" : "Tough thin fibres, taken from a plant. Can be used as thread.",
  130. "material" : "veggy",
  131. "volume" : 1,
  132. "weight" : 1,
  133. "bashing" : 1,
  134. "cutting" : 0,
  135. "to_hit" : 0,
  136. "ammo_type" : "thread",
  137. "casing" : "NULL",
  138. "damage" : 1,
  139. "pierce" : 0,
  140. "range" : 0,
  141. "dispersion" : 0,
  142. "recoil" : 0,
  143. "count" : 10,
  144. "stack_size" : 200
  145. },
  146. { "type" : "AMMO",
  147. "id" : "duct_tape",
  148. "category" : "spare_parts",
  149. "price" : 2000,
  150. "name" : "duct tape",
  151. "symbol" : "=",
  152. "color" : "light_gray",
  153. "description" : "A roll of incredibly strong tape. Its uses are innumerable.",
  154. "material" : "plastic",
  155. "volume" : 1,
  156. "weight" : 4,
  157. "bashing" : 1,
  158. "cutting" : 0,
  159. "to_hit" : 0,
  160. "ammo_type" : "tape",
  161. "casing" : "NULL",
  162. "damage" : 0,
  163. "pierce" : 0,
  164. "range" : 0,
  165. "dispersion" : 0,
  166. "recoil" : 0,
  167. "count" : 200,
  168. "flags" : ["UNRECOVERABLE"]
  169. },
  170. {
  171. "type": "AMMO",
  172. "id": "rolling_paper",
  173. "symbol": ",",
  174. "color": "white",
  175. "name": "rolling paper",
  176. "description": "These are thin paper strips intended for the rolling of cigarettes.",
  177. "price": 150,
  178. "material": "paper",
  179. "weight": 0,
  180. "volume": 0,
  181. "bashing": 0,
  182. "cutting": 0,
  183. "to_hit": 0,
  184. "ammo_type" : "components",
  185. "casing" : "NULL",
  186. "damage" : 0,
  187. "pierce" : 0,
  188. "range" : 0,
  189. "dispersion" : 0,
  190. "recoil" : 0,
  191. "count" : 32,
  192. "flags" : ["UNRECOVERABLE"]
  193. },
  194. { "type" : "AMMO",
  195. "id" : "cable",
  196. "category" : "spare_parts",
  197. "price" : 2000,
  198. "name" : "copper wire",
  199. "symbol" : "=",
  200. "color" : "dark_gray",
  201. "description" : "Plastic jacketed copper cable of the type used in small electronics.",
  202. "material" : "plastic",
  203. "volume" : 3,
  204. "weight" : 2,
  205. "bashing" : 1,
  206. "cutting" : 0,
  207. "to_hit" : 0,
  208. "ammo_type" : "components",
  209. "casing" : "NULL",
  210. "damage" : 0,
  211. "pierce" : 0,
  212. "range" : 0,
  213. "dispersion" : 0,
  214. "recoil" : 0,
  215. "count" : 200
  216. },
  217. { "type" : "AMMO",
  218. "id" : "plut_cell",
  219. "category" : "spare_parts",
  220. "price" : 150000,
  221. "name" : "plutonium cell",
  222. "symbol" : "=",
  223. "color" : "green",
  224. "description" : "A nuclear-powered battery. Used to charge advanced and rare electronics.",
  225. "material" : "steel",
  226. "flags": ["LEAK_DAM", "RADIOACTIVE"],
  227. "volume" : 1,
  228. "weight" : 80,
  229. "bashing" : 1,
  230. "cutting" : 0,
  231. "to_hit" : 0,
  232. "ammo_type" : "plutonium",
  233. "casing" : "NULL",
  234. "damage" : 0,
  235. "pierce" : 0,
  236. "range" : 0,
  237. "dispersion" : 0,
  238. "recoil" : 0,
  239. "count" : 5,
  240. "effects" : ["COOKOFF", "NEVER_MISFIRES"]
  241. },
  242. { "type" : "AMMO",
  243. "id" : "nail",
  244. "category" : "spare_parts",
  245. "price" : 6000,
  246. "name" : "nail",
  247. "symbol" : "=",
  248. "color" : "cyan",
  249. "description" : "A box of nails, mainly useful with a hammer.",
  250. "material" : "iron",
  251. "volume" : 1,
  252. "weight" : 4,
  253. "bashing" : 1,
  254. "cutting" : 0,
  255. "to_hit" : 0,
  256. "ammo_type" : "nail",
  257. "casing" : "NULL",
  258. "damage" : 4,
  259. "pierce" : 3,
  260. "range" : 3,
  261. "dispersion" : 34,
  262. "recoil" : 4,
  263. "count" : 100
  264. },
  265. { "type" : "AMMO",
  266. "id" : "pebble",
  267. "price" : 100,
  268. "name" : "pebble",
  269. "symbol" : "=",
  270. "color" : "light_gray",
  271. "description" : "A handful of pebbles, useful as ammunition for slings or slingshots.",
  272. "material" : "stone",
  273. "volume" : 1,
  274. "weight" : 5,
  275. "bashing" : 1,
  276. "cutting" : 0,
  277. "to_hit" : 0,
  278. "ammo_type" : "pebble",
  279. "casing" : "NULL",
  280. "damage" : 2,
  281. "pierce" : 0,
  282. "range" : 10,
  283. "dispersion" : 14,
  284. "recoil" : 0,
  285. "count" : 10,
  286. "effects" : ["NEVER_MISFIRES"]
  287. },
  288. { "type" : "AMMO",
  289. "id" : "marble",
  290. "price" : 200,
  291. "name" : "marble",
  292. "symbol" : "=",
  293. "color" : "light_gray",
  294. "description" : "A handful of glass marbles, useful as ammunition for slings or slingshots.",
  295. "material" : "glass",
  296. "volume" : 1,
  297. "weight" : 3,
  298. "bashing" : 1,
  299. "cutting" : 0,
  300. "to_hit" : 0,
  301. "ammo_type" : "pebble",
  302. "casing" : "NULL",
  303. "damage" : 3,
  304. "pierce" : 0,
  305. "range" : 18,
  306. "dispersion" : 12,
  307. "recoil" : 0,
  308. "count" : 20,
  309. "effects" : ["NEVER_MISFIRES"]
  310. },
  311. { "type" : "AMMO",
  312. "id" : "dart",
  313. "price" : 100,
  314. "name" : "dart",
  315. "symbol" : "-",
  316. "color" : "yellow",
  317. "description" : "A handful of darts, useful as ammunition for blowguns.",
  318. "material" : "wood",
  319. "volume" : 1,
  320. "weight" : 1,
  321. "bashing" : 1,
  322. "cutting" : 0,
  323. "to_hit" : 0,
  324. "ammo_type" : "dart",
  325. "casing" : "NULL",
  326. "damage" : 1,
  327. "pierce" : 0,
  328. "range" : 30,
  329. "dispersion" : 5,
  330. "recoil" : 0,
  331. "count" : 10,
  332. "effects" : ["RECOVER_3", "NEVER_MISFIRES"]
  333. },
  334. { "type" : "AMMO",
  335. "id" : "bearing",
  336. "price" : 100,
  337. "name" : "bearings",
  338. "name_plural" : "bearings",
  339. "symbol" : "=",
  340. "color" : "dark_gray",
  341. "description" : "A box of ball bearings, useful as ammunition for slings.",
  342. "material" : "steel",
  343. "volume" : 1,
  344. "weight" : 10,
  345. "bashing" : 1,
  346. "cutting" : 0,
  347. "to_hit" : 0,
  348. "ammo_type" : "pebble",
  349. "casing" : "NULL",
  350. "damage" : 6,
  351. "pierce" : 1,
  352. "range" : 15,
  353. "dispersion" : 14,
  354. "recoil" : 0,
  355. "count" : 50,
  356. "effects" : ["NEVER_MISFIRES"]
  357. },
  358. { "type" : "AMMO",
  359. "id" : "bb",
  360. "price" : 5000,
  361. "name" : "BB",
  362. "symbol" : "=",
  363. "color" : "light_gray",
  364. "description" : "A box of small steel balls. They deal virtually no damage.",
  365. "material" : "steel",
  366. "volume" : 1,
  367. "weight" : 1,
  368. "bashing" : 1,
  369. "cutting" : 0,
  370. "to_hit" : 0,
  371. "ammo_type" : "BB",
  372. "casing" : "NULL",
  373. "damage" : 2,
  374. "pierce" : 0,
  375. "range" : 12,
  376. "dispersion" : 11,
  377. "recoil" : 0,
  378. "count" : 200,
  379. "effects" : ["NEVER_MISFIRES"]
  380. },
  381. { "type" : "AMMO",
  382. "id" : "feather",
  383. "category" : "spare_parts",
  384. "price" : 3000,
  385. "name" : "feather",
  386. "symbol" : "=",
  387. "color" : "brown",
  388. "description" : "Feathers from a bird. Useful for fletching arrows",
  389. "material" : "cotton",
  390. "volume" : 1,
  391. "weight" : 1,
  392. "bashing" : 0,
  393. "cutting" : 0,
  394. "to_hit" : 0,
  395. "ammo_type" : "components",
  396. "casing" : "NULL",
  397. "damage" : 0,
  398. "pierce" : 0,
  399. "range" : 0,
  400. "dispersion" : 0,
  401. "recoil" : 0,
  402. "stack_size" : 100,
  403. "count" : 20
  404. },
  405. { "type" : "AMMO",
  406. "id" : "shot_bird",
  407. "price" : 2400,
  408. "name" : "birdshot",
  409. "symbol" : "=",
  410. "color" : "red",
  411. "description" : "Weak shotgun ammunition. Designed for hunting birds and other small game, its applications in combat are very limited.",
  412. "material" : "plastic",
  413. "volume" : 1,
  414. "weight" : 42,
  415. "bashing" : 1,
  416. "cutting" : 0,
  417. "to_hit" : 0,
  418. "ammo_type" : "shot",
  419. "casing" : "shot_hull",
  420. "damage" : 18,
  421. "pierce" : 0,
  422. "range" : 5,
  423. "dispersion" : 0,
  424. "recoil" : 18,
  425. "count" : 25,
  426. "flags" : ["NOGIB"],
  427. "effects" : ["COOKOFF", "SHOT"]
  428. },
  429. { "type" : "AMMO",
  430. "id" : "shot_00",
  431. "price" : 3500,
  432. "name" : "00 shot",
  433. "symbol" : "=",
  434. "color" : "red",
  435. "description" : "A shell filled with iron pellets. Extremely damaging, plus the spread makes it very accurate at short range. Favored by SWAT forces.",
  436. "material" : "plastic",
  437. "volume" : 1,
  438. "weight" : 48,
  439. "bashing" : 1,
  440. "cutting" : 0,
  441. "to_hit" : 0,
  442. "ammo_type" : "shot",
  443. "casing" : "shot_hull",
  444. "damage" : 50,
  445. "pierce" : 0,
  446. "range" : 6,
  447. "dispersion" : 0,
  448. "recoil" : 26,
  449. "count" : 25,
  450. "effects" : ["COOKOFF", "SHOT"]
  451. },
  452. { "type" : "AMMO",
  453. "id" : "shot_slug",
  454. "price" : 4500,
  455. "name" : "shotgun slug",
  456. "symbol" : "=",
  457. "color" : "red",
  458. "description" : "A heavy metal slug used with shotguns to give them the range capabilities of a rifle. Extremely damaging but rather inaccurate. Works best in a shotgun with a rifled barrel.",
  459. "material" : "plastic",
  460. "volume" : 1,
  461. "weight" : 51,
  462. "bashing" : 1,
  463. "cutting" : 0,
  464. "to_hit" : 0,
  465. "ammo_type" : "shot",
  466. "casing" : "shot_hull",
  467. "damage" : 50,
  468. "pierce" : 8,
  469. "range" : 12,
  470. "dispersion" : 4,
  471. "recoil" : 28,
  472. "count" : 25,
  473. "effects" : ["COOKOFF"]
  474. },
  475. { "type" : "AMMO",
  476. "id" : "shot_he",
  477. "price" : 15000, "//" : "$30/shot thanks to tight regulation, one way or another.",
  478. "name" : "explosive slug",
  479. "symbol" : "=",
  480. "color" : "green",
  481. "description" : "A shotgun slug loaded with concussive explosives. While the slug itself will not do much damage to its target, it will explode on contact.",
  482. "material" : "plastic",
  483. "volume" : 1,
  484. "weight" : 47,
  485. "bashing" : 1,
  486. "cutting" : 0,
  487. "to_hit" : 0,
  488. "ammo_type" : "shot",
  489. "casing" : "shot_hull",
  490. "damage" : 10,
  491. "pierce" : 0,
  492. "range" : 12,
  493. "dispersion" : 6,
  494. "recoil" : 20,
  495. "count" : 5,
  496. "stack_size" : 25,
  497. "effects" : ["COOKOFF", "EXPLOSIVE"]
  498. },
  499. { "type" : "AMMO",
  500. "id" : "shot_flechette",
  501. "price" : 10000,
  502. "name" : "flechette shell",
  503. "symbol" : "=",
  504. "color" : "green",
  505. "description" : "A shotgun shell filled with tiny steel darts. Extremely damaging, plus the spread makes it very accurate at short range. Slices through most forms of armor with ease.",
  506. "material" : "plastic",
  507. "volume" : 1,
  508. "weight" : 37,
  509. "bashing" : 1,
  510. "cutting" : 0,
  511. "to_hit" : 0,
  512. "ammo_type" : "shot",
  513. "casing" : "shot_hull",
  514. "damage" : 42,
  515. "pierce" : 10,
  516. "range" : 9,
  517. "dispersion" : 0,
  518. "recoil" : 28,
  519. "count" : 10,
  520. "stack_size" : 25,
  521. "effects" : ["COOKOFF", "SHOT"]
  522. },
  523. { "type" : "AMMO",
  524. "id" : "22_lr",
  525. "price" : 2500,
  526. "name" : ".22 LR",
  527. "name_plural" : ".22 LR",
  528. "symbol" : "=",
  529. "color" : "yellow",
  530. "description" : "One of the smallest calibers available, the .22 Long Rifle cartridge has maintained popularity for nearly two centuries. Its minimal recoil, low cost and low noise are offset by its paltry damage.",
  531. "material" : "steel",
  532. "volume" : 1,
  533. "weight" : 3,
  534. "bashing" : 1,
  535. "cutting" : 0,
  536. "to_hit" : 0,
  537. "ammo_type" : "22",
  538. "casing" : "22_casing",
  539. "damage" : 11,
  540. "pierce" : 0,
  541. "range" : 13,
  542. "dispersion" : 8,
  543. "recoil" : 6,
  544. "count" : 100,
  545. "stack_size" : 200,
  546. "effects" : ["COOKOFF"]
  547. },
  548. { "type" : "AMMO",
  549. "id" : "22_fmj",
  550. "price" : 3500,
  551. "name" : ".22 FMJ",
  552. "name_plural" : ".22 FMJ",
  553. "symbol" : "=",
  554. "color" : "yellow",
  555. "description" : "A brass-jacketed .22 caliber round with superior penetration capacity.",
  556. "material" : "steel",
  557. "volume" : 1,
  558. "weight" : 3,
  559. "bashing" : 1,
  560. "cutting" : 0,
  561. "to_hit" : 0,
  562. "ammo_type" : "22",
  563. "casing" : "22_casing",
  564. "damage" : 14,
  565. "pierce" : 6,
  566. "range" : 13,
  567. "dispersion" : 8,
  568. "recoil" : 6,
  569. "count" : 100,
  570. "stack_size" : 200,
  571. "effects" : ["COOKOFF"]
  572. },
  573. { "type" : "AMMO",
  574. "id" : "22_cb",
  575. "price" : 1800,
  576. "name" : ".22 CB",
  577. "name_plural" : ".22 CB",
  578. "symbol" : "=",
  579. "color" : "yellow",
  580. "description" : "Conical Ball .22 is a variety of .22 ammunition with a very small propellant charge and generally lacks gunpowder. The end result is a subsonic round. It is nearly silent, but is so weak as to be nearly useless.",
  581. "material" : "steel",
  582. "volume" : 1,
  583. "weight" : 2,
  584. "bashing" : 1,
  585. "cutting" : 0,
  586. "to_hit" : 0,
  587. "ammo_type" : "22",
  588. "casing" : "22_casing",
  589. "damage" : 5,
  590. "pierce" : 0,
  591. "range" : 10,
  592. "dispersion" : 10,
  593. "recoil" : 4,
  594. "count" : 100,
  595. "stack_size" : 200,
  596. "effects" : ["COOKOFF"]
  597. },
  598. { "type" : "AMMO",
  599. "id" : "22_ratshot",
  600. "price" : 2300,
  601. "name" : ".22 rat-shot",
  602. "symbol" : "=",
  603. "color" : "yellow",
  604. "description" : "Rat-shot is extremely weak ammunition, designed for killing rats, snakes, or other small vermin while being unable to damage walls. It has an extremely short range and is unable to injure all but the smallest creatures.",
  605. "material" : "steel",
  606. "volume" : 1,
  607. "weight" : 2,
  608. "bashing" : 1,
  609. "cutting" : 0,
  610. "to_hit" : 0,
  611. "ammo_type" : "22",
  612. "casing" : "22_casing",
  613. "damage" : 4,
  614. "pierce" : 0,
  615. "range" : 3,
  616. "dispersion" : 0,
  617. "recoil" : 4,
  618. "count" : 100,
  619. "stack_size" : 200,
  620. "flags" : ["NOGIB"],
  621. "effects" : ["COOKOFF", "SHOT"]
  622. },
  623. { "type" : "AMMO",
  624. "id" : "9mm",
  625. "price" : 2400,
  626. "name" : "9mm",
  627. "name_plural" : "9mm",
  628. "symbol" : "=",
  629. "color" : "yellow",
  630. "description" : "9 millimeter parabellum is generally regarded as the most popular handgun cartridge and used by the majority of US police forces. It is also a very popular round in sub-machine guns.",
  631. "material" : "steel",
  632. "volume" : 1,
  633. "weight" : 7,
  634. "bashing" : 1,
  635. "cutting" : 0,
  636. "to_hit" : 0,
  637. "ammo_type" : "9mm",
  638. "casing" : "9mm_casing",
  639. "damage" : 18,
  640. "pierce" : 2,
  641. "range" : 14,
  642. "dispersion" : 10,
  643. "recoil" : 13,
  644. "count" : 50,
  645. "effects" : ["COOKOFF"]
  646. },
  647. { "type" : "AMMO",
  648. "id" : "9mmP",
  649. "price" : 2700,
  650. "name" : "9mm +P",
  651. "name_plural" : "9mm +P",
  652. "symbol" : "=",
  653. "color" : "yellow",
  654. "description" : "Attempts to improve the ballistics of 9mm ammunition lead to high-pressure rounds. Increased velocity results in superior accuracy and damage.",
  655. "material" : "steel",
  656. "volume" : 1,
  657. "weight" : 8,
  658. "bashing" : 1,
  659. "cutting" : 0,
  660. "to_hit" : 0,
  661. "ammo_type" : "9mm",
  662. "casing" : "9mm_casing",
  663. "damage" : 20,
  664. "pierce" : 4,
  665. "range" : 14,
  666. "dispersion" : 9,
  667. "recoil" : 14,
  668. "count" : 25,
  669. "stack_size" : 50,
  670. "effects" : ["COOKOFF"]
  671. },
  672. { "type" : "AMMO",
  673. "id" : "9mmP2",
  674. "price" : 2700, "//" : "Same price as +P, but half the amount.",
  675. "name" : "9mm +P+",
  676. "name_plural" : "9mm +P+",
  677. "symbol" : "=",
  678. "color" : "yellow",
  679. "description" : "A step beyond the high-pressure 9mm +P round, the +P+ has an even higher internal pressure that offers a degree of armor-penetrating ability.",
  680. "material" : "steel",
  681. "volume" : 1,
  682. "weight" : 8,
  683. "bashing" : 1,
  684. "cutting" : 0,
  685. "to_hit" : 0,
  686. "ammo_type" : "9mm",
  687. "casing" : "9mm_casing",
  688. "damage" : 22,
  689. "pierce" : 12,
  690. "range" : 16,
  691. "dispersion" : 8,
  692. "recoil" : 15,
  693. "count" : 10,
  694. "stack_size" : 50,
  695. "effects" : ["COOKOFF"]
  696. },
  697.  
  698. { "type" : "AMMO",
  699. "id" : "9mmfmj",
  700. "price" : 2900,
  701. "name" : "9mm FMJ",
  702. "name_plural" : "9mm FMJ",
  703. "symbol" : "=",
  704. "color" : "yellow",
  705. "description" : "A brass-jacketed 9mm Parabellum round. This increases penetration slightly at the cost of reduced expansion.",
  706. "material" : "steel",
  707. "volume" : 1,
  708. "weight" : 8,
  709. "bashing" : 1,
  710. "cutting" : 0,
  711. "to_hit" : 0,
  712. "ammo_type" : "9mm",
  713. "casing" : "9mm_casing",
  714. "damage" : 20,
  715. "pierce" : 14,
  716. "range" : 14,
  717. "dispersion" : 10,
  718. "recoil" : 13,
  719. "count" : 50,
  720. "effects" : ["COOKOFF"]
  721. },
  722. { "type" : "AMMO",
  723. "id" : "38_special",
  724. "price" : 2200,
  725. "name" : ".38 Special",
  726. "name_plural" : ".38 Special",
  727. "symbol" : "=",
  728. "color" : "yellow",
  729. "description" : "The .38 Smith & Wesson Special enjoyed popularity among US police forces throughout the 20th century. It is most commonly used in revolvers.",
  730. "material" : "steel",
  731. "volume" : 1,
  732. "weight" : 10,
  733. "bashing" : 1,
  734. "cutting" : 0,
  735. "to_hit" : 0,
  736. "ammo_type" : "38",
  737. "casing" : "38_casing",
  738. "damage" : 20,
  739. "pierce" : 0,
  740. "range" : 14,
  741. "dispersion" : 10,
  742. "recoil" : 12,
  743. "count" : 50,
  744. "effects" : ["COOKOFF"]
  745. },
  746. { "type" : "AMMO",
  747. "id" : "38_super",
  748. "price" : 2700,
  749. "name" : ".38 Super",
  750. "name_plural" : ".38 Super",
  751. "symbol" : "=",
  752. "color" : "yellow",
  753. "description" : "The .38 Super is a high-pressure load of the .38 Special caliber. It is a popular choice in pistol competitions for its high accuracy, while its stopping power keeps it popular for self-defense.",
  754. "material" : "steel",
  755. "volume" : 1,
  756. "weight" : 13,
  757. "bashing" : 1,
  758. "cutting" : 0,
  759. "to_hit" : 0,
  760. "ammo_type" : "38",
  761. "casing" : "38_casing",
  762. "damage" : 25,
  763. "pierce" : 4,
  764. "range" : 16,
  765. "dispersion" : 8,
  766. "recoil" : 14,
  767. "count" : 25,
  768. "stack_size" : 50,
  769. "effects" : ["COOKOFF"]
  770. },
  771. { "type" : "AMMO",
  772. "id" : "38_fmj",
  773. "price" : 2300,
  774. "name" : ".38 FMJ",
  775. "name_plural" : ".38 FMJ",
  776. "symbol" : "=",
  777. "color" : "yellow",
  778. "description" : "A brass-jacketed .38 round. This increases penetration slightly at the cost of reduced expansion.",
  779. "material" : "steel",
  780. "volume" : 1,
  781. "weight" : 11,
  782. "bashing" : 1,
  783. "cutting" : 0,
  784. "to_hit" : 0,
  785. "ammo_type" : "38",
  786. "casing" : "38_casing",
  787. "damage" : 20,
  788. "pierce" : 8,
  789. "range" : 14,
  790. "dispersion" : 10,
  791. "recoil" : 12,
  792. "count" : 50,
  793. "effects" : ["COOKOFF"]
  794. },
  795. { "type" : "AMMO",
  796. "id" : "10mm",
  797. "price" : 2500,
  798. "name" : "10mm Auto",
  799. "name_plural" : "10mm Auto",
  800. "symbol" : "=",
  801. "color" : "yellow",
  802. "description" : "Originally used by the FBI, the organization eventually abandoned the round due to its high recoil. Although respected for its versatility and power, it has largely been supplanted by the downgraded .40 S&W.",
  803. "material" : "steel",
  804. "volume" : 1,
  805. "weight" : 17,
  806. "bashing" : 1,
  807. "cutting" : 0,
  808. "to_hit" : 0,
  809. "ammo_type" : "40",
  810. "casing" : "40_casing",
  811. "damage" : 26,
  812. "pierce" : 10,
  813. "range" : 14,
  814. "dispersion" : 12,
  815. "recoil" : 20,
  816. "count" : 50,
  817. "effects" : ["COOKOFF"]
  818. },
  819. { "type" : "AMMO",
  820. "id" : "40sw",
  821. "price" : 2800,
  822. "name" : ".40 S&W",
  823. "name_plural" : ".40 S&W",
  824. "symbol" : "=",
  825. "color" : "yellow",
  826. "description" : "The .40 Smith & Wesson round was developed as an alternative to 10mm Auto for the FBI after they complained of high recoil. It is as accurate as 9mm, but has greater stopping power, leading to widespread use in law enforcement.",
  827. "material" : "steel",
  828. "volume" : 1,
  829. "weight" : 9,
  830. "bashing" : 1,
  831. "cutting" : 0,
  832. "to_hit" : 0,
  833. "ammo_type" : "40",
  834. "casing" : "40_casing",
  835. "damage" : 22,
  836. "pierce" : 2,
  837. "range" : 14,
  838. "dispersion" : 9,
  839. "recoil" : 16,
  840. "count" : 50,
  841. "effects" : ["COOKOFF"]
  842. },
  843. { "type" : "AMMO",
  844. "id" : "40fmj",
  845. "price" : 3200,
  846. "name" : ".40 FMJ",
  847. "name_plural" : ".40 FMJ",
  848. "symbol" : "=",
  849. "color" : "yellow",
  850. "description" : "A brass-jacketed .40 Smith & Wesson round. This increases penetration slightly at the cost of reduced expansion.",
  851. "material" : "steel",
  852. "volume" : 1,
  853. "weight" : 12,
  854. "bashing" : 1,
  855. "cutting" : 0,
  856. "to_hit" : 0,
  857. "ammo_type" : "40",
  858. "casing" : "40_casing",
  859. "damage" : 20,
  860. "pierce" : 15,
  861. "range" : 14,
  862. "dispersion" : 9,
  863. "recoil" : 16,
  864. "count" : 50,
  865. "effects" : ["COOKOFF"]
  866. },
  867. { "type" : "AMMO",
  868. "id" : "44magnum",
  869. "price" : 2900,
  870. "name" : ".44 Magnum",
  871. "name_plural" : ".44 Magnum",
  872. "symbol" : "=",
  873. "color" : "light_gray",
  874. "description" : "Described (in 1971) by Dirty Harry as \"the most powerful handgun in the world,\" the .44 Magnum gained widespread popularity due to its depictions in the media. In reality, its intense recoil makes it unsuitable in most cases.",
  875. "material" : "steel",
  876. "volume" : 1,
  877. "weight" : 16,
  878. "bashing" : 1,
  879. "cutting" : 0,
  880. "to_hit" : 0,
  881. "ammo_type" : "44",
  882. "casing" : "44_casing",
  883. "damage" : 36,
  884. "pierce" : 2,
  885. "range" : 16,
  886. "dispersion" : 10,
  887. "recoil" : 22,
  888. "count" : 50,
  889. "effects" : ["COOKOFF"]
  890. },
  891. { "type" : "AMMO",
  892. "id" : "44fmj",
  893. "price" : 3400,
  894. "name" : ".44 FMJ",
  895. "name_plural" : ".44 FMJ",
  896. "symbol" : "=",
  897. "color" : "light_gray",
  898. "description" : "A brass-jacketed variant of the .44 Magnum round. This increases penetration slightly at the cost of reduced damage from expansion.",
  899. "material" : "steel",
  900. "volume" : 1,
  901. "weight" : 21,
  902. "bashing" : 1,
  903. "cutting" : 0,
  904. "to_hit" : 0,
  905. "ammo_type" : "44",
  906. "casing" : "44_casing",
  907. "damage" : 36,
  908. "pierce" : 8,
  909. "range" : 16,
  910. "dispersion" : 10,
  911. "recoil" : 22,
  912. "count" : 50,
  913. "effects" : ["COOKOFF"]
  914. },
  915. { "type" : "AMMO",
  916. "id" : "45_acp",
  917. "price" : 2000,
  918. "name" : ".45 ACP",
  919. "name_plural" : ".45 ACP",
  920. "symbol" : "=",
  921. "color" : "yellow",
  922. "description" : "The .45 round was one of the most popular and powerful handgun rounds through the 20th century. It features very good accuracy and stopping power, but suffers from moderate recoil and poor armor penetration.",
  923. "material" : "steel",
  924. "volume" : 1,
  925. "weight" : 12,
  926. "bashing" : 1,
  927. "cutting" : 0,
  928. "to_hit" : 0,
  929. "ammo_type" : "45",
  930. "casing" : "45_casing",
  931. "damage" : 32,
  932. "pierce" : 2,
  933. "range" : 16,
  934. "dispersion" : 12,
  935. "recoil" : 18,
  936. "count" : 50,
  937. "effects" : ["COOKOFF"]
  938. },
  939. { "type" : "AMMO",
  940. "id" : "45_jhp",
  941. "price" : 3000,
  942. "name" : ".45 FMJ",
  943. "name_plural" : ".45 FMJ",
  944. "symbol" : "=",
  945. "color" : "yellow",
  946. "description" : "Full Metal Jacket .45 rounds are designed to overcome the poor armor penetration of the standard ACP round. However, they are less likely to expand upon impact, resulting in reduced damage overall.",
  947. "material" : "steel",
  948. "volume" : 1,
  949. "weight" : 13,
  950. "bashing" : 1,
  951. "cutting" : 0,
  952. "to_hit" : 0,
  953. "ammo_type" : "45",
  954. "casing" : "45_casing",
  955. "damage" : 26,
  956. "pierce" : 20,
  957. "range" : 16,
  958. "dispersion" : 12,
  959. "recoil" : 18,
  960. "count" : 25,
  961. "stack_size" : 50,
  962. "effects" : ["COOKOFF"]
  963. },
  964. { "type" : "AMMO",
  965. "id" : "45_super",
  966. "price" : 3100,
  967. "name" : ".45 Super",
  968. "name_plural" : ".45 Super",
  969. "symbol" : "=",
  970. "color" : "yellow",
  971. "description" : "The .45 Super round is an updated variant of .45 ACP. It is overloaded, resulting in a great increase in muzzle velocity. This translates to higher accuracy and range, a minor armor piercing capability, and greater recoil.",
  972. "material" : "steel",
  973. "volume" : 1,
  974. "weight" : 15,
  975. "bashing" : 1,
  976. "cutting" : 0,
  977. "to_hit" : 0,
  978. "ammo_type" : "45",
  979. "casing" : "45_casing",
  980. "damage" : 34,
  981. "pierce" : 8,
  982. "range" : 18,
  983. "dispersion" : 10,
  984. "recoil" : 20,
  985. "count" : 10,
  986. "stack_size" : 50,
  987. "effects" : ["COOKOFF"]
  988. },
  989. { "type" : "AMMO",
  990. "id" : "454_Casull",
  991. "price" : 2400, "//" : "Extrapolated; .50AE apparently goes for $24/20 rds, MSRP circa 2011.",
  992. "name" : ".454 Casull",
  993. "name_plural" : ".454 Casull",
  994. "symbol" : "=",
  995. "color" : "light_gray",
  996. "description" : "The .454 Casull round is a very powerful revolver round capable of killing huge game, like elephants, with ease. It's designed to be used with the Taurus Raging Bull.",
  997. "material" : "steel",
  998. "volume" : 1,
  999. "weight" : 22,
  1000. "bashing" : 1,
  1001. "cutting" : 0,
  1002. "to_hit" : 0,
  1003. "ammo_type" : "454",
  1004. "casing" : "454_casing",
  1005. "damage" : 34,
  1006. "pierce" : 15,
  1007. "range" : 20,
  1008. "dispersion" : 8,
  1009. "recoil" : 34,
  1010. "count" : 10,
  1011. "stack_size" : 20,
  1012. "effects" : ["COOKOFF"]
  1013. },
  1014. { "type" : "AMMO",
  1015. "id" : "500_Magnum",
  1016. "price" : 3500,
  1017. "name" : ".500 S&W Magnum",
  1018. "name_plural" : ".500 S&W Magnum",
  1019. "symbol" : "=",
  1020. "color" : "light_gray",
  1021. "description" : "Claimed to be the world's most powerful handgun round, the .500 S&W Magnum was developed in tandem with the revolutionary S&W 500 Revolver.",
  1022. "material" : "steel",
  1023. "volume" : 1,
  1024. "weight" : 23,
  1025. "bashing" : 1,
  1026. "cutting" : 0,
  1027. "to_hit" : 0,
  1028. "ammo_type" : "500",
  1029. "casing" : "500_casing",
  1030. "damage" : 36,
  1031. "pierce" : 20,
  1032. "range" : 22,
  1033. "dispersion" : 6,
  1034. "recoil" : 30,
  1035. "count" : 10,
  1036. "stack_size" : 20,
  1037. "effects" : ["COOKOFF"]
  1038. },
  1039. { "type" : "AMMO",
  1040. "id" : "57mm",
  1041. "price" : 5000,
  1042. "name" : "5.7x28mm",
  1043. "name_plural" : "5.7x28mm",
  1044. "symbol" : "=",
  1045. "color" : "dark_gray",
  1046. "description" : "The 5.7x28mm round is a proprietary round developed by FN Herstal for use in their P90 SMG. While it is a very small round, comparable in power to .22, it features incredible armor-piercing capabilities and very low recoil.",
  1047. "material" : "steel",
  1048. "volume" : 1,
  1049. "weight" : 2,
  1050. "bashing" : 1,
  1051. "cutting" : 0,
  1052. "to_hit" : 0,
  1053. "ammo_type" : "57",
  1054. "casing" : "57mm_casing",
  1055. "damage" : 14,
  1056. "pierce" : 30,
  1057. "range" : 14,
  1058. "dispersion" : 6,
  1059. "recoil" : 6,
  1060. "count" : 100,
  1061. "effects" : ["COOKOFF"]
  1062. },
  1063. { "type" : "AMMO",
  1064. "id" : "46mm",
  1065. "price" : 5200,
  1066. "name" : "4.6x30mm",
  1067. "name_plural" : "4.6x30mm",
  1068. "symbol" : "=",
  1069. "color" : "dark_gray",
  1070. "description" : "Designed by Heckler & Koch to compete with the 5.7x28mm round, 4.6x30mm is, like the 5.7, designed to minimize weight and recoil while increasing penetration of body armor. Its low recoil makes it ideal for automatic fire.",
  1071. "material" : "steel",
  1072. "volume" : 1,
  1073. "weight" : 2,
  1074. "bashing" : 1,
  1075. "cutting" : 0,
  1076. "to_hit" : 0,
  1077. "ammo_type" : "46",
  1078. "casing" : "46mm_casing",
  1079. "damage" : 13,
  1080. "pierce" : 35,
  1081. "range" : 14,
  1082. "dispersion" : 6,
  1083. "recoil" : 6,
  1084. "count" : 100,
  1085. "effects" : ["COOKOFF"]
  1086. },
  1087. { "type" : "AMMO",
  1088. "id" : "762_m43",
  1089. "price" : 5200, "//" : "Extrapolated from IRL pricing for boxes of 20",
  1090. "name" : "7.62x39mm M43",
  1091. "name_plural" : "7.62x39mm M43",
  1092. "symbol" : "=",
  1093. "color" : "dark_gray",
  1094. "description" : "Designed during World War II by the Soviet Union, the popularity of the AK-47 and the SKS contributed to the widespread adoption of the 7.62x39mm rifle round. However, due to its lack of yaw, this round deals less damage than most.",
  1095. "material" : "steel",
  1096. "volume" : 1,
  1097. "weight" : 8,
  1098. "bashing" : 1,
  1099. "cutting" : 0,
  1100. "to_hit" : 0,
  1101. "ammo_type" : "762",
  1102. "casing" : "762_casing",
  1103. "damage" : 25,
  1104. "pierce" : 8,
  1105. "range" : 30,
  1106. "dispersion" : 13,
  1107. "recoil" : 24,
  1108. "count" : 80,
  1109. "effects" : ["COOKOFF", "NEVER_MISFIRES"]
  1110. },
  1111. { "type" : "AMMO",
  1112. "id" : "762_m87",
  1113. "price" : 6200,
  1114. "name" : "7.62x39mm M67",
  1115. "name_plural" : "7.62x39mm M67",
  1116. "symbol" : "=",
  1117. "color" : "dark_gray",
  1118. "description" : "The M67 variant of the popular 7.62x39mm rifle round was designed to improve yaw. This causes the round to tumble inside a target, causing significantly more damage. It is still outdone by shattering rounds.",
  1119. "material" : "steel",
  1120. "volume" : 1,
  1121. "weight" : 9,
  1122. "bashing" : 1,
  1123. "cutting" : 0,
  1124. "to_hit" : 0,
  1125. "ammo_type" : "762",
  1126. "casing" : "762_casing",
  1127. "damage" : 28,
  1128. "pierce" : 10,
  1129. "range" : 30,
  1130. "dispersion" : 11,
  1131. "recoil" : 25,
  1132. "count" : 80,
  1133. "effects" : ["COOKOFF", "NEVER_MISFIRES"]
  1134. },
  1135. { "type" : "AMMO",
  1136. "id" : "223",
  1137. "price" : 2800,
  1138. "name" : ".223 Remington",
  1139. "name_plural" : ".223 Remington",
  1140. "symbol" : "=",
  1141. "color" : "yellow",
  1142. "description" : "The .223 rifle round is a civilian variant of the 5.56 NATO round. It is designed to tumble or fragment inside a target, dealing devastating damage. The lower pressure of the .223 compared to the 5.56 results in lower accuracy.",
  1143. "material" : "steel",
  1144. "volume" : 1,
  1145. "weight" : 4,
  1146. "bashing" : 1,
  1147. "cutting" : 0,
  1148. "to_hit" : 0,
  1149. "ammo_type" : "223",
  1150. "casing" : "223_casing",
  1151. "damage" : 36,
  1152. "pierce" : 2,
  1153. "range" : 36,
  1154. "dispersion" : 7,
  1155. "recoil" : 30,
  1156. "count" : 40,
  1157. "effects" : ["COOKOFF"]
  1158. },
  1159. { "type" : "AMMO",
  1160. "id" : "556",
  1161. "price" : 3500,
  1162. "name" : "5.56 NATO",
  1163. "name_plural" : "5.56 NATO",
  1164. "symbol" : "=",
  1165. "color" : "yellow",
  1166. "description" : "This rifle round has enjoyed widespread use in NATO countries, thanks to its very light weight and high damage. It is designed to shatter inside a target, inflicting massive damage.",
  1167. "material" : "steel",
  1168. "volume" : 1,
  1169. "weight" : 4,
  1170. "bashing" : 1,
  1171. "cutting" : 0,
  1172. "to_hit" : 0,
  1173. "ammo_type" : "223",
  1174. "casing" : "223_casing",
  1175. "damage" : 40,
  1176. "pierce" : 8,
  1177. "range" : 38,
  1178. "dispersion" : 4,
  1179. "recoil" : 32,
  1180. "count" : 40,
  1181. "effects" : ["COOKOFF", "NEVER_MISFIRES"]
  1182. },
  1183. { "type" : "AMMO",
  1184. "id" : "556_incendiary",
  1185. "price" : 6400,
  1186. "name" : "5.56 incendiary",
  1187. "name_plural" : "5.56 incendiary",
  1188. "symbol" : "=",
  1189. "color" : "yellow",
  1190. "description" : "A variant of the widely-used 5.56 NATO round, incendiary rounds are designed to burn hotly upon impact, piercing armor and igniting flammable substances.",
  1191. "material" : "steel",
  1192. "volume" : 1,
  1193. "weight" : 5,
  1194. "bashing" : 1,
  1195. "cutting" : 0,
  1196. "to_hit" : 0,
  1197. "ammo_type" : "223",
  1198. "casing" : "223_casing",
  1199. "damage" : 28,
  1200. "pierce" : 18,
  1201. "range" : 36,
  1202. "dispersion" : 5,
  1203. "recoil" : 32,
  1204. "count" : 30,
  1205. "stack_size": 40,
  1206. "effects" : ["COOKOFF", "INCENDIARY", "NEVER_MISFIRES"]
  1207. },
  1208. { "type" : "AMMO",
  1209. "id" : "270",
  1210. "price" : 1700,
  1211. "name" : ".270 Winchester",
  1212. "name_plural" : ".270 Winchester",
  1213. "symbol" : "=",
  1214. "color" : "yellow",
  1215. "description" : "Based off the military .30-03 round, the .270 rifle round is compatible with most guns that fire .30-06 rounds. However, it is designed for hunting, and is less powerful than the military rounds, with nearly no armor penetration.",
  1216. "material" : "steel",
  1217. "volume" : 1,
  1218. "weight" : 9,
  1219. "bashing" : 1,
  1220. "cutting" : 0,
  1221. "to_hit" : 0,
  1222. "ammo_type" : "3006",
  1223. "casing" : "3006_casing",
  1224. "damage" : 42,
  1225. "pierce" : 4,
  1226. "range" : 80,
  1227. "dispersion" : 0,
  1228. "recoil" : 34,
  1229. "count" : 20,
  1230. "stack_size" : 20,
  1231. "effects" : ["COOKOFF"]
  1232. },
  1233. { "type" : "AMMO",
  1234. "id" : "3006",
  1235. "price" : 1200, "//" : "$23 for a 20-rd box IRL, so halved the price for 10-rd count.",
  1236. "name" : ".30-06 AP",
  1237. "name_plural" : ".30-06 AP",
  1238. "symbol" : "=",
  1239. "color" : "yellow",
  1240. "description" : "The .30-06 is a very powerful rifle round designed for long-range use. Its stupendous accuracy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise.",
  1241. "material" : "steel",
  1242. "volume" : 1,
  1243. "weight" : 13,
  1244. "bashing" : 1,
  1245. "cutting" : 0,
  1246. "to_hit" : 0,
  1247. "ammo_type" : "3006",
  1248. "casing" : "3006_casing",
  1249. "damage" : 50,
  1250. "pierce" : 30,
  1251. "range" : 90,
  1252. "dispersion" : 1,
  1253. "recoil" : 36,
  1254. "count" : 10,
  1255. "stack_size" : 20,
  1256. "effects" : ["COOKOFF"]
  1257. },
  1258. { "type" : "AMMO",
  1259. "id" : "3006fmj",
  1260. "price" : 1500,
  1261. "name" : ".30-06 FMJ",
  1262. "name_plural" : ".30-06 FMJ",
  1263. "symbol" : "=",
  1264. "color" : "yellow",
  1265. "description" : "A brass-jacketed variant of the .30-06 round. Both penetration and stopping power are between the military and other civilian versions of the round.",
  1266. "material" : "steel",
  1267. "volume" : 1,
  1268. "weight" : 14,
  1269. "bashing" : 1,
  1270. "cutting" : 0,
  1271. "to_hit" : 0,
  1272. "ammo_type" : "3006",
  1273. "casing" : "3006_casing",
  1274. "damage" : 60,
  1275. "pierce" : 20,
  1276. "range" : 90,
  1277. "dispersion" : 1,
  1278. "recoil" : 36,
  1279. "count" : 10,
  1280. "stack_size" : 20,
  1281. "effects" : ["COOKOFF"]
  1282. },
  1283. { "type" : "AMMO",
  1284. "id" : "3006_incendiary",
  1285. "price" : 1500,
  1286. "name" : ".30-06 incendiary",
  1287. "name_plural" : ".30-06 incendiary",
  1288. "symbol" : "=",
  1289. "color" : "yellow",
  1290. "description" : "A variant of the powerful .30-06 sniper round, incendiary rounds are designed to burn hotly upon impact, piercing armor and igniting flammable substances.",
  1291. "material" : "steel",
  1292. "volume" : 1,
  1293. "weight" : 14,
  1294. "bashing" : 1,
  1295. "cutting" : 0,
  1296. "to_hit" : 0,
  1297. "ammo_type" : "3006",
  1298. "casing" : "3006_casing",
  1299. "damage" : 35,
  1300. "pierce" : 50,
  1301. "range" : 90,
  1302. "dispersion" : 2,
  1303. "recoil" : 35,
  1304. "count" : 5,
  1305. "stack_size" : 20,
  1306. "effects" : ["COOKOFF", "INCENDIARY"]
  1307. },
  1308. { "type" : "AMMO",
  1309. "id" : "308",
  1310. "price" : 2200,
  1311. "name" : ".308 Winchester",
  1312. "name_plural" : ".308 Winchester",
  1313. "symbol" : "=",
  1314. "color" : "yellow",
  1315. "description" : "The .308 Winchester is a rifle round, the commercial equivalent of the military 7.62x51mm round. Its high accuracy and phenomenal damage have made it the most popular hunting round in the world.",
  1316. "material" : "steel",
  1317. "volume" : 1,
  1318. "weight" : 11,
  1319. "bashing" : 1,
  1320. "cutting" : 0,
  1321. "to_hit" : 0,
  1322. "ammo_type" : "308",
  1323. "casing" : "308_casing",
  1324. "damage" : 36,
  1325. "pierce" : 2,
  1326. "range" : 65,
  1327. "dispersion" : 1,
  1328. "recoil" : 33,
  1329. "count" : 20,
  1330. "stack_size" : 20,
  1331. "effects" : ["COOKOFF"]
  1332. },
  1333. { "type" : "AMMO",
  1334. "id" : "762_51",
  1335. "price" : 2700,
  1336. "name" : "7.62x51mm",
  1337. "name_plural" : "7.62x51mm",
  1338. "symbol" : "=",
  1339. "color" : "yellow",
  1340. "description" : "The 7.62x51mm largely replaced the .30-06 round as the standard military rifle round. It is lighter, but offers similar velocities, resulting in greater accuracy and reduced recoil.",
  1341. "material" : "steel",
  1342. "volume" : 1,
  1343. "weight" : 10,
  1344. "bashing" : 1,
  1345. "cutting" : 0,
  1346. "to_hit" : 0,
  1347. "ammo_type" : "308",
  1348. "casing" : "308_casing",
  1349. "damage" : 44,
  1350. "pierce" : 8,
  1351. "range" : 75,
  1352. "dispersion" : 0,
  1353. "recoil" : 34,
  1354. "count" : 20,
  1355. "stack_size" : 20,
  1356. "effects" : ["COOKOFF", "NEVER_MISFIRES"]
  1357. },
  1358. { "type" : "AMMO",
  1359. "id" : "762_51_incendiary",
  1360. "price" : 2800,
  1361. "name" : "7.62x51mm incendiary",
  1362. "name_plural" : "7.62x51mm incendiary",
  1363. "symbol" : "=",
  1364. "color" : "yellow",
  1365. "description" : "A variant of the powerful 7.62x51mm round, incendiary rounds are designed to burn hotly upon impact, piercing armor and igniting flammable substances.",
  1366. "material" : "steel",
  1367. "volume" : 1,
  1368. "weight" : 10,
  1369. "bashing" : 1,
  1370. "cutting" : 0,
  1371. "to_hit" : 0,
  1372. "ammo_type" : "308",
  1373. "casing" : "308_casing",
  1374. "damage" : 30,
  1375. "pierce" : 25,
  1376. "range" : 75,
  1377. "dispersion" : 0,
  1378. "recoil" : 32,
  1379. "count" : 10,
  1380. "stack_size" : 20,
  1381. "effects" : ["COOKOFF", "INCENDIARY", "NEVER_MISFIRES"]
  1382. },
  1383. { "type" : "AMMO",
  1384. "id" : "laser_pack",
  1385. "price" : 80000,
  1386. "name" : "fusion pack",
  1387. "symbol" : "=",
  1388. "color" : "light_green",
  1389. "description" : "In the middle of the 21st Century, military powers began to look towards energy based weapons. The result was the standard fusion pack, capable of delivering bolts of superheated gas at near light speed with no recoil.",
  1390. "material" : "plastic",
  1391. "flags": ["LEAK_RAD"],
  1392. "volume" : 1,
  1393. "weight" : 68,
  1394. "bashing" : 1,
  1395. "cutting" : 0,
  1396. "to_hit" : 0,
  1397. "ammo_type" : "fusion",
  1398. "damage" : 12,
  1399. "pierce" : 15,
  1400. "range" : 30,
  1401. "dispersion" : 0,
  1402. "recoil" : 0,
  1403. "stack_size" : 40,
  1404. "count" : 20,
  1405. "effects" : ["NEVER_MISFIRES"]
  1406. },
  1407. { "type" : "AMMO",
  1408. "id" : "40mm_concussive",
  1409. "price" : 40000,
  1410. "name" : "40mm concussive",
  1411. "name_plural" : "40mm concussive",
  1412. "symbol" : "=",
  1413. "color" : "dark_gray",
  1414. "description" : "A 40mm grenade with a concussive explosion load.",
  1415. "material" : "steel",
  1416. "volume" : 1,
  1417. "weight" : 238,
  1418. "bashing" : 1,
  1419. "cutting" : 0,
  1420. "to_hit" : 0,
  1421. "ammo_type" : "40mm",
  1422. "casing" : "40mm_casing",
  1423. "damage" : 5,
  1424. "pierce" : 0,
  1425. "range" : 40,
  1426. "dispersion" : 2,
  1427. "recoil" : 15,
  1428. "count" : 4,
  1429. "stack_size" : 4,
  1430. "effects" : ["COOKOFF", "EXPLOSIVE", "NEVER_MISFIRES"]
  1431. },
  1432. { "type" : "AMMO",
  1433. "id" : "40mm_frag",
  1434. "price" : 45000,
  1435. "name" : "40mm frag",
  1436. "name_plural" : "40mm frag",
  1437. "symbol" : "=",
  1438. "color" : "dark_gray",
  1439. "description" : "A 40mm grenade with a small explosive load and a high number of damaging fragments.",
  1440. "material" : "steel",
  1441. "volume" : 1,
  1442. "weight" : 239,
  1443. "bashing" : 1,
  1444. "cutting" : 0,
  1445. "to_hit" : 0,
  1446. "ammo_type" : "40mm",
  1447. "casing" : "40mm_casing",
  1448. "damage" : 5,
  1449. "pierce" : 0,
  1450. "range" : 40,
  1451. "dispersion" : 2,
  1452. "recoil" : 15,
  1453. "count" : 4,
  1454. "stack_size" : 4,
  1455. "effects" : ["COOKOFF", "FRAG", "NEVER_MISFIRES"]
  1456. },
  1457. { "type" : "AMMO",
  1458. "id" : "40mm_incendiary",
  1459. "price" : 50000,
  1460. "name" : "40mm incendiary",
  1461. "name_plural" : "40mm incendiary",
  1462. "symbol" : "=",
  1463. "color" : "dark_gray",
  1464. "description" : "A 40mm grenade with a small napalm load, designed to create a burst of flame.",
  1465. "material" : "steel",
  1466. "volume" : 1,
  1467. "weight" : 230,
  1468. "bashing" : 1,
  1469. "cutting" : 0,
  1470. "to_hit" : 0,
  1471. "ammo_type" : "40mm",
  1472. "casing" : "40mm_casing",
  1473. "damage" : 5,
  1474. "pierce" : 0,
  1475. "range" : 40,
  1476. "dispersion" : 2,
  1477. "recoil" : 15,
  1478. "count" : 4,
  1479. "stack_size" : 4,
  1480. "effects" : ["COOKOFF", "NAPALM", "NEVER_MISFIRES"]
  1481. },
  1482. { "type" : "AMMO",
  1483. "id" : "40mm_teargas",
  1484. "price" : 45000,
  1485. "name" : "40mm teargas",
  1486. "name_plural" : "40mm teargas",
  1487. "symbol" : "=",
  1488. "color" : "dark_gray",
  1489. "description" : "A 40mm grenade with a teargas load. It will burst in a cloud of highly incapacitating gas.",
  1490. "material" : "steel",
  1491. "volume" : 1,
  1492. "weight" : 220,
  1493. "bashing" : 1,
  1494. "cutting" : 0,
  1495. "to_hit" : 0,
  1496. "ammo_type" : "40mm",
  1497. "casing" : "40mm_casing",
  1498. "damage" : 5,
  1499. "pierce" : 0,
  1500. "range" : 40,
  1501. "dispersion" : 2,
  1502. "recoil" : 15,
  1503. "count" : 4,
  1504. "stack_size" : 4,
  1505. "effects" : ["COOKOFF", "TEARGAS", "NEVER_MISFIRES"]
  1506. },
  1507. { "type" : "AMMO",
  1508. "id" : "40mm_smoke",
  1509. "price" : 35000,
  1510. "name" : "40mm smoke cover",
  1511. "name_plural" : "40mm smoke cover",
  1512. "symbol" : "=",
  1513. "color" : "dark_gray",
  1514. "description" : "A 40mm grenade with a smoke load. It will burst in a cloud of harmless gas, and will also leave a streak of smoke cover in its wake.",
  1515. "material" : "steel",
  1516. "volume" : 1,
  1517. "weight" : 220,
  1518. "bashing" : 1,
  1519. "cutting" : 0,
  1520. "to_hit" : 0,
  1521. "ammo_type" : "40mm",
  1522. "casing" : "40mm_casing",
  1523. "damage" : 5,
  1524. "pierce" : 0,
  1525. "range" : 40,
  1526. "dispersion" : 2,
  1527. "recoil" : 15,
  1528. "count" : 4,
  1529. "stack_size" : 4,
  1530. "effects" : ["COOKOFF", "SMOKE", "TRAIL", "NEVER_MISFIRES"]
  1531. },
  1532. { "type" : "AMMO",
  1533. "id" : "40mm_flare",
  1534. "price" : 36000,
  1535. "name" : "40mm flare",
  1536. "symbol" : "=",
  1537. "color" : "dark_gray",
  1538. "description" : "A 40mm signal flare. It will burn brightly for up to a minute, and will also leave a streak of smoke cover in its wake.",
  1539. "material" : "steel",
  1540. "volume" : 1,
  1541. "weight" : 230,
  1542. "bashing" : 1,
  1543. "cutting" : 0,
  1544. "to_hit" : 0,
  1545. "ammo_type" : "40mm",
  1546. "casing" : "40mm_casing",
  1547. "damage" : 15,
  1548. "pierce" : 2,
  1549. "range" : 90,
  1550. "dispersion" : 2,
  1551. "recoil" : 17,
  1552. "count" : 4,
  1553. "stack_size" : 4,
  1554. "effects" : ["INCENDIARY", "SMOKE", "FLARE", "NEVER_MISFIRES"]
  1555. },
  1556. { "type" : "AMMO",
  1557. "id" : "40mm_flashbang",
  1558. "price" : 40000,
  1559. "name" : "40mm flashbang",
  1560. "symbol" : "=",
  1561. "color" : "dark_gray",
  1562. "description" : "A 40mm grenade with a flashbang load. It will detonate with a blast of light and sound, designed to blind, deafen, and disorient anyone nearby.",
  1563. "material" : "steel",
  1564. "volume" : 1,
  1565. "weight" : 220,
  1566. "bashing" : 1,
  1567. "cutting" : 0,
  1568. "to_hit" : 0,
  1569. "ammo_type" : "40mm",
  1570. "casing" : "40mm_casing",
  1571. "damage" : 5,
  1572. "pierce" : 0,
  1573. "range" : 40,
  1574. "dispersion" : 2,
  1575. "recoil" : 15,
  1576. "count" : 4,
  1577. "stack_size" : 4,
  1578. "effects" : ["COOKOFF", "FLASHBANG", "NEVER_MISFIRES"]
  1579. },
  1580. { "type" : "AMMO",
  1581. "id" : "40mm_acidbomb",
  1582. "price" : 50000,
  1583. "name" : "40mm acid bomb",
  1584. "symbol" : "=",
  1585. "color" : "light_green",
  1586. "description" : "A 40mm grenade with an acid bomb load.",
  1587. "material" : "steel",
  1588. "volume" : 1,
  1589. "weight" : 290,
  1590. "bashing" : 1,
  1591. "cutting" : 0,
  1592. "to_hit" : 0,
  1593. "ammo_type" : "40mm",
  1594. "casing" : "40mm_casing",
  1595. "damage" : 5,
  1596. "pierce" : 0,
  1597. "range" : 40,
  1598. "dispersion" : 2,
  1599. "recoil" : 15,
  1600. "count" : 1,
  1601. "stack_size" : 4,
  1602. "effects" : ["COOKOFF", "ACIDBOMB"]
  1603. },
  1604. { "type" : "AMMO",
  1605. "id" : "40mm_shot",
  1606. "price" : 40000,
  1607. "name" : "40mm buckshot",
  1608. "symbol" : "=",
  1609. "color" : "dark_gray",
  1610. "description" : "A 40mm grenade with a buckshot load.",
  1611. "material" : "steel",
  1612. "volume" : 1,
  1613. "weight" : 320,
  1614. "bashing" : 1,
  1615. "cutting" : 0,
  1616. "to_hit" : 0,
  1617. "ammo_type" : "40mm",
  1618. "casing" : "40mm_casing",
  1619. "damage" : 70,
  1620. "pierce" : 0,
  1621. "range" : 12,
  1622. "dispersion" : 0,
  1623. "recoil" : 35,
  1624. "count" : 4,
  1625. "stack_size" : 4,
  1626. "effects" : ["COOKOFF", "SHOT", "NEVER_MISFIRES"]
  1627. },
  1628. { "type" : "AMMO",
  1629. "id" : "40mm_flechette",
  1630. "price" : 70000,
  1631. "name" : "40mm flechette",
  1632. "symbol" : "=",
  1633. "color" : "dark_gray",
  1634. "description" : "A 40mm grenade with an armor-piercing flechette load.",
  1635. "material" : "steel",
  1636. "volume" : 1,
  1637. "weight" : 290,
  1638. "bashing" : 1,
  1639. "cutting" : 0,
  1640. "to_hit" : 0,
  1641. "ammo_type" : "40mm",
  1642. "casing" : "40mm_casing",
  1643. "damage" : 64,
  1644. "pierce" : 15,
  1645. "range" : 12,
  1646. "dispersion" : 0,
  1647. "recoil" : 35,
  1648. "count" : 4,
  1649. "stack_size" : 4,
  1650. "effects" : ["COOKOFF", "SHOT", "NEVER_MISFIRES"]
  1651. },
  1652. { "type" : "AMMO",
  1653. "id" : "66mm_HEAT",
  1654. "price" : 0,
  1655. "name" : "66mm HEAT",
  1656. "symbol" : "=",
  1657. "color" : "dark_gray",
  1658. "description" : "A 60mm High Explosive Anti Tank round. It could blow through up to two feet of concrete.",
  1659. "material" : "steel",
  1660. "volume" : 1,
  1661. "weight" : 1803,
  1662. "bashing" : 1,
  1663. "cutting" : 0,
  1664. "to_hit" : 0,
  1665. "ammo_type" : "66mm",
  1666. "casing" : "NULL",
  1667. "damage" : 2500,
  1668. "pierce" : 400,
  1669. "range" : 80,
  1670. "dispersion" : 2,
  1671. "recoil" : 15,
  1672. "count" : 1,
  1673. "effects" : ["COOKOFF", "EXPLOSIVE", "TRAIL"]
  1674. },
  1675. {
  1676. "type" : "AMMO",
  1677. "id" : "120mm_HEAT",
  1678. "price" : 999999,
  1679. "name" : "120mm HEAT",
  1680. "symbol" : "=",
  1681. "color" : "dark_gray",
  1682. "description" : "A 120mm High Explosive Anti Tank round. It could ruin anyone's whole day.",
  1683. "material" : "steel",
  1684. "volume" : 1,
  1685. "weight" : 1803,
  1686. "bashing" : 1,
  1687. "cutting" : 0,
  1688. "to_hit" : 0,
  1689. "ammo_type" : "120mm",
  1690. "casing" : "NULL",
  1691. "damage" : 4000,
  1692. "pierce" : 800,
  1693. "range" : 80,
  1694. "dispersion" : 5,
  1695. "recoil" : 30,
  1696. "count" : 1,
  1697. "effects" : ["COOKOFF", "EXPLOSIVE_BIG", "TRAIL"]
  1698. },
  1699. { "type" : "AMMO",
  1700. "id" : "12mm",
  1701. "price" : 50000,
  1702. "name" : "H&K 12mm",
  1703. "name_plural" : "H&K 12mm",
  1704. "symbol" : "=",
  1705. "color" : "blue",
  1706. "description" : "The Heckler & Koch 12mm projectiles are used in H&K railguns. It's made of a ferromagnetic metal, probably cobalt.",
  1707. "material" : "steel",
  1708. "volume" : 1,
  1709. "weight" : 11,
  1710. "bashing" : 1,
  1711. "cutting" : 0,
  1712. "to_hit" : 0,
  1713. "ammo_type" : "12mm",
  1714. "casing" : "NULL",
  1715. "damage" : 5,
  1716. "pierce" : 40,
  1717. "range" : 70,
  1718. "dispersion" : 3,
  1719. "recoil" : 7,
  1720. "count" : 20,
  1721. "stack_size" : 40,
  1722. "effects" : ["COOKOFF"]
  1723. },
  1724. { "type" : "AMMO",
  1725. "id" : "plasma",
  1726. "price" : 80000,
  1727. "name" : "hydrogen",
  1728. "name_plural" : "hydrogen",
  1729. "symbol" : "=",
  1730. "color" : "light_gray",
  1731. "description" : "A canister of hydrogen. With proper equipment, it could be heated to plasma.",
  1732. "material" : "steel",
  1733. "volume" : 10,
  1734. "weight" : 183,
  1735. "bashing" : 1,
  1736. "cutting" : 0,
  1737. "to_hit" : 0,
  1738. "ammo_type" : "plasma",
  1739. "casing" : "NULL",
  1740. "damage" : 35,
  1741. "pierce" : 14,
  1742. "range" : 12,
  1743. "dispersion" : 0,
  1744. "recoil" : 0,
  1745. "count" : 25,
  1746. "effects" : ["INCENDIARY"],
  1747. "flags" : ["UNRECOVERABLE"]
  1748. },
  1749. { "type" : "AMMO",
  1750. "id" : "charge_shot",
  1751. "price" : 0,
  1752. "name" : "charge",
  1753. "symbol" : "=",
  1754. "color" : "red",
  1755. "description" : "A weak plasma charge.",
  1756. "material" : "null",
  1757. "volume" : 0,
  1758. "weight" : 0,
  1759. "bashing" : 1,
  1760. "cutting" : 0,
  1761. "to_hit" : 0,
  1762. "ammo_type" : "NULL",
  1763. "casing" : "NULL",
  1764. "damage" : 5,
  1765. "pierce" : 0,
  1766. "range" : 30,
  1767. "dispersion" : 2,
  1768. "recoil" : 0,
  1769. "count" : 1
  1770. },
  1771. { "type" : "AMMO",
  1772. "id" : "shot_hull",
  1773. "category" : "spare_parts",
  1774. "price" : 800,
  1775. "name" : "shotgun hull",
  1776. "symbol" : "=",
  1777. "color" : "red",
  1778. "description" : "An empty hull from a shotgun round.",
  1779. "material" : "plastic",
  1780. "volume" : 1,
  1781. "weight" : 8,
  1782. "bashing" : 1,
  1783. "cutting" : 0,
  1784. "to_hit" : 0,
  1785. "ammo_type" : "components",
  1786. "damage" : 0,
  1787. "pierce" : 0,
  1788. "range" : 0,
  1789. "dispersion" : 0,
  1790. "recoil" : 0,
  1791. "count" : 200
  1792. },
  1793. { "type" : "AMMO",
  1794. "id" : "9mm_casing",
  1795. "category" : "spare_parts",
  1796. "price" : 5000,
  1797. "name" : "9mm casing",
  1798. "symbol" : "=",
  1799. "color" : "yellow",
  1800. "description" : "An empty casing from a 9mm round.",
  1801. "material" : "steel",
  1802. "volume" : 1,
  1803. "weight" : 4,
  1804. "bashing" : 1,
  1805. "cutting" : 0,
  1806. "to_hit" : 0,
  1807. "ammo_type" : "components",
  1808. "damage" : 0,
  1809. "pierce" : 0,
  1810. "range" : 0,
  1811. "dispersion" : 0,
  1812. "recoil" : 0,
  1813. "count" : 100
  1814. },
  1815. { "type" : "AMMO",
  1816. "id" : "22_casing",
  1817. "category" : "spare_parts",
  1818. "price" : 100,
  1819. "name" : ".22 casing",
  1820. "symbol" : "=",
  1821. "color" : "yellow",
  1822. "description" : "An empty casing from a .22 round. These can't be hand-reloaded.",
  1823. "material" : "steel",
  1824. "volume" : 1,
  1825. "weight" : 1,
  1826. "bashing" : 1,
  1827. "cutting" : 0,
  1828. "to_hit" : 0,
  1829. "ammo_type" : "components",
  1830. "damage" : 0,
  1831. "pierce" : 0,
  1832. "range" : 0,
  1833. "dispersion" : 0,
  1834. "recoil" : 0,
  1835. "count" : 200
  1836. },
  1837. { "type" : "AMMO",
  1838. "id" : "38_casing",
  1839. "category" : "spare_parts",
  1840. "price" : 10000,
  1841. "name" : ".38 casing",
  1842. "symbol" : "=",
  1843. "color" : "yellow",
  1844. "description" : "An empty casing from a .38 round.",
  1845. "material" : "steel",
  1846. "volume" : 1,
  1847. "weight" : 4,
  1848. "bashing" : 1,
  1849. "cutting" : 0,
  1850. "to_hit" : 0,
  1851. "ammo_type" : "components",
  1852. "damage" : 0,
  1853. "pierce" : 0,
  1854. "range" : 0,
  1855. "dispersion" : 0,
  1856. "recoil" : 0,
  1857. "count" : 200
  1858. },
  1859. { "type" : "AMMO",
  1860. "id" : "40_casing",
  1861. "category" : "spare_parts",
  1862. "price" : 10000,
  1863. "name" : ".40 casing",
  1864. "symbol" : "=",
  1865. "color" : "yellow",
  1866. "description" : "An empty casing from a .40 round.",
  1867. "material" : "steel",
  1868. "volume" : 1,
  1869. "weight" : 4,
  1870. "bashing" : 1,
  1871. "cutting" : 0,
  1872. "to_hit" : 0,
  1873. "ammo_type" : "components",
  1874. "damage" : 0,
  1875. "pierce" : 0,
  1876. "range" : 0,
  1877. "dispersion" : 0,
  1878. "recoil" : 0,
  1879. "count" : 200
  1880. },
  1881. { "type" : "AMMO",
  1882. "id" : "44_casing",
  1883. "category" : "spare_parts",
  1884. "price" : 10000,
  1885. "name" : ".44 casing",
  1886. "symbol" : "=",
  1887. "color" : "light_gray",
  1888. "description" : "An empty casing from a .44 round.",
  1889. "material" : "steel",
  1890. "volume" : 1,
  1891. "weight" : 7,
  1892. "bashing" : 1,
  1893. "cutting" : 0,
  1894. "to_hit" : 0,
  1895. "ammo_type" : "components",
  1896. "damage" : 0,
  1897. "pierce" : 0,
  1898. "range" : 0,
  1899. "dispersion" : 0,
  1900. "recoil" : 0,
  1901. "count" : 200
  1902. },
  1903. { "type" : "AMMO",
  1904. "id" : "45_casing",
  1905. "category" : "spare_parts",
  1906. "price" : 10000,
  1907. "name" : ".45 casing",
  1908. "symbol" : "=",
  1909. "color" : "yellow",
  1910. "description" : "An empty casing from a .45 round.",
  1911. "material" : "steel",
  1912. "volume" : 1,
  1913. "weight" : 6,
  1914. "bashing" : 1,
  1915. "cutting" : 0,
  1916. "to_hit" : 0,
  1917. "ammo_type" : "components",
  1918. "damage" : 0,
  1919. "pierce" : 0,
  1920. "range" : 0,
  1921. "dispersion" : 0,
  1922. "recoil" : 0,
  1923. "count" : 200
  1924. },
  1925. { "type" : "AMMO",
  1926. "id" : "454_casing",
  1927. "category" : "spare_parts",
  1928. "price" : 2500,
  1929. "name" : ".454 Casull casing",
  1930. "symbol" : "=",
  1931. "color" : "light_gray",
  1932. "description" : "An empty casing from a .454 Casull round.",
  1933. "material" : "steel",
  1934. "volume" : 1,
  1935. "weight" : 7,
  1936. "bashing" : 1,
  1937. "cutting" : 0,
  1938. "to_hit" : 0,
  1939. "ammo_type" : "components",
  1940. "damage" : 0,
  1941. "pierce" : 0,
  1942. "range" : 0,
  1943. "dispersion" : 0,
  1944. "recoil" : 0,
  1945. "count" : 50
  1946. },
  1947. { "type" : "AMMO",
  1948. "id" : "500_casing",
  1949. "category" : "spare_parts",
  1950. "price" : 2500,
  1951. "name" : ".500 S&W Magnum casing",
  1952. "symbol" : "=",
  1953. "color" : "light_gray",
  1954. "description" : "An empty casing from a .500 S&W Magnum round.",
  1955. "material" : "steel",
  1956. "volume" : 1,
  1957. "weight" : 7,
  1958. "bashing" : 1,
  1959. "cutting" : 0,
  1960. "to_hit" : 0,
  1961. "ammo_type" : "components",
  1962. "damage" : 0,
  1963. "pierce" : 0,
  1964. "range" : 0,
  1965. "dispersion" : 0,
  1966. "recoil" : 0,
  1967. "count" : 50
  1968. },
  1969. { "type" : "AMMO",
  1970. "id" : "57mm_casing",
  1971. "category" : "spare_parts",
  1972. "price" : 5000,
  1973. "name" : "5.7x28mm casing",
  1974. "symbol" : "=",
  1975. "color" : "dark_gray",
  1976. "description" : "An empty casing from a 5.7x28mm round.",
  1977. "material" : "steel",
  1978. "volume" : 1,
  1979. "weight" : 1,
  1980. "bashing" : 1,
  1981. "cutting" : 0,
  1982. "to_hit" : 0,
  1983. "ammo_type" : "components",
  1984. "damage" : 0,
  1985. "pierce" : 0,
  1986. "range" : 0,
  1987. "dispersion" : 0,
  1988. "recoil" : 0,
  1989. "count" : 200
  1990. },
  1991. { "type" : "AMMO",
  1992. "id" : "46mm_casing",
  1993. "category" : "spare_parts",
  1994. "price" : 5200,
  1995. "name" : "4.6x30mm casing",
  1996. "symbol" : "=",
  1997. "color" : "dark_gray",
  1998. "description" : "An empty casing from a 4.6x30mm round.",
  1999. "material" : "steel",
  2000. "volume" : 1,
  2001. "weight" : 1,
  2002. "bashing" : 1,
  2003. "cutting" : 0,
  2004. "to_hit" : 0,
  2005. "ammo_type" : "components",
  2006. "damage" : 0,
  2007. "pierce" : 0,
  2008. "range" : 0,
  2009. "dispersion" : 0,
  2010. "recoil" : 0,
  2011. "count" : 200
  2012. },
  2013. { "type" : "AMMO",
  2014. "id" : "762_casing",
  2015. "category" : "spare_parts",
  2016. "price" : 10000,
  2017. "name" : "7.62x39mm casing",
  2018. "symbol" : "=",
  2019. "color" : "dark_gray",
  2020. "description" : "An empty casing from a 7.62x39mm round.",
  2021. "material" : "steel",
  2022. "volume" : 1,
  2023. "weight" : 6,
  2024. "bashing" : 1,
  2025. "cutting" : 0,
  2026. "to_hit" : 0,
  2027. "ammo_type" : "components",
  2028. "damage" : 0,
  2029. "pierce" : 0,
  2030. "range" : 0,
  2031. "dispersion" : 0,
  2032. "recoil" : 0,
  2033. "count" : 200
  2034. },
  2035. { "type" : "AMMO",
  2036. "id" : "223_casing",
  2037. "category" : "spare_parts",
  2038. "price" : 10000,
  2039. "name" : ".223 casing",
  2040. "symbol" : "=",
  2041. "color" : "yellow",
  2042. "description" : "An empty casing from a .223 round.",
  2043. "material" : "steel",
  2044. "volume" : 1,
  2045. "weight" : 4,
  2046. "bashing" : 1,
  2047. "cutting" : 0,
  2048. "to_hit" : 0,
  2049. "ammo_type" : "components",
  2050. "damage" : 0,
  2051. "pierce" : 0,
  2052. "range" : 0,
  2053. "dispersion" : 0,
  2054. "recoil" : 0,
  2055. "count" : 200
  2056. },
  2057. { "type" : "AMMO",
  2058. "id" : "3006_casing",
  2059. "category" : "spare_parts",
  2060. "price" : 10000,
  2061. "name" : ".30-06 casing",
  2062. "symbol" : "=",
  2063. "color" : "yellow",
  2064. "description" : "An empty casing from a .30-06 round.",
  2065. "material" : "steel",
  2066. "volume" : 1,
  2067. "weight" : 6,
  2068. "bashing" : 1,
  2069. "cutting" : 0,
  2070. "to_hit" : 0,
  2071. "ammo_type" : "components",
  2072. "damage" : 0,
  2073. "pierce" : 0,
  2074. "range" : 0,
  2075. "dispersion" : 0,
  2076. "recoil" : 0,
  2077. "count" : 200
  2078. },
  2079. { "type" : "AMMO",
  2080. "id" : "308_casing",
  2081. "category" : "spare_parts",
  2082. "price" : 10000,
  2083. "name" : ".308 casing",
  2084. "symbol" : "=",
  2085. "color" : "yellow",
  2086. "description" : "An empty casing from a .308 round.",
  2087. "material" : "steel",
  2088. "volume" : 1,
  2089. "weight" : 5,
  2090. "bashing" : 1,
  2091. "cutting" : 0,
  2092. "to_hit" : 0,
  2093. "ammo_type" : "components",
  2094. "damage" : 0,
  2095. "pierce" : 0,
  2096. "range" : 0,
  2097. "dispersion" : 0,
  2098. "recoil" : 0,
  2099. "count" : 200
  2100. },
  2101. { "type" : "AMMO",
  2102. "id" : "40mm_casing",
  2103. "category" : "spare_parts",
  2104. "price" : 2000,
  2105. "name" : "40mm canister",
  2106. "symbol" : "=",
  2107. "color" : "dark_gray",
  2108. "description" : "A large canister from a spent 40mm grenade.",
  2109. "material" : "steel",
  2110. "volume" : 1,
  2111. "weight" : 22,
  2112. "bashing" : 1,
  2113. "cutting" : 0,
  2114. "to_hit" : 0,
  2115. "ammo_type" : "components",
  2116. "damage" : 0,
  2117. "pierce" : 0,
  2118. "range" : 0,
  2119. "dispersion" : 0,
  2120. "recoil" : 0,
  2121. "count" : 20
  2122. },
  2123. { "type" : "AMMO",
  2124. "id" : "gunpowder",
  2125. "category" : "chems",
  2126. "price" : 3000,
  2127. "name" : "gunpowder",
  2128. "name_plural" : "gunpowder",
  2129. "symbol" : "=",
  2130. "color" : "dark_gray",
  2131. "description" : "Firearm quality gunpowder.",
  2132. "container" : "bottle_plastic_small",
  2133. "material" : "powder",
  2134. "volume" : 1,
  2135. "weight" : 1,
  2136. "bashing" : 1,
  2137. "cutting" : 0,
  2138. "to_hit" : 0,
  2139. "ammo_type" : "components",
  2140. "casing" : "NULL",
  2141. "damage" : 0,
  2142. "pierce" : 0,
  2143. "range" : 0,
  2144. "dispersion" : 0,
  2145. "recoil" : 0,
  2146. "count" : 200,
  2147. "effects" : ["COOKOFF"]
  2148. },
  2149. { "type" : "AMMO",
  2150. "id" : "oxy_powder",
  2151. "category" : "chems",
  2152. "price" : 3000,
  2153. "name" : "oxidizer powder",
  2154. "name_plural" : "oxidizer powder",
  2155. "symbol" : "=",
  2156. "color" : "white",
  2157. "description" : "Volatile powdered chemical oxidizer.",
  2158. "container" : "bottle_plastic_small",
  2159. "material" : "powder",
  2160. "volume" : 1,
  2161. "weight" : 1,
  2162. "bashing" : 1,
  2163. "cutting" : 0,
  2164. "to_hit" : 0,
  2165. "ammo_type" : "components",
  2166. "casing" : "NULL",
  2167. "damage" : 0,
  2168. "pierce" : 0,
  2169. "range" : 0,
  2170. "dispersion" : 0,
  2171. "recoil" : 0,
  2172. "count" : 200,
  2173. "effects" : ["COOKOFF"]
  2174. },
  2175. { "type" : "AMMO",
  2176. "id" : "lye_powder",
  2177. "category" : "chems",
  2178. "price" : 3000,
  2179. "name" : "lye powder",
  2180. "name_plural" : "lye powder",
  2181. "symbol" : "=",
  2182. "color" : "white",
  2183. "description" : "Powdered caustic soda.",
  2184. "container" : "bottle_plastic_small",
  2185. "material" : "powder",
  2186. "volume" : 1,
  2187. "weight" : 1,
  2188. "bashing" : 1,
  2189. "cutting" : 0,
  2190. "to_hit" : 0,
  2191. "ammo_type" : "components",
  2192. "casing" : "NULL",
  2193. "damage" : 0,
  2194. "pierce" : 0,
  2195. "range" : 0,
  2196. "dispersion" : 0,
  2197. "recoil" : 0,
  2198. "count" : 200
  2199. },
  2200. { "type" : "AMMO",
  2201. "id" : "shotgun_primer",
  2202. "category" : "spare_parts",
  2203. "price" : 3000,
  2204. "name" : "shotgun primer",
  2205. "symbol" : "=",
  2206. "color" : "dark_gray",
  2207. "description" : "Primer from a shotgun round.",
  2208. "material" : "steel",
  2209. "volume" : 1,
  2210. "weight" : 1,
  2211. "bashing" : 1,
  2212. "cutting" : 0,
  2213. "to_hit" : 0,
  2214. "ammo_type" : "components",
  2215. "casing" : "NULL",
  2216. "damage" : 0,
  2217. "pierce" : 0,
  2218. "range" : 0,
  2219. "dispersion" : 0,
  2220. "recoil" : 0,
  2221. "count" : 200,
  2222. "effects" : ["COOKOFF"]
  2223. },
  2224. { "type" : "AMMO",
  2225. "id" : "smpistol_primer",
  2226. "category" : "spare_parts",
  2227. "price" : 4000,
  2228. "name" : "small pistol primer",
  2229. "symbol" : "=",
  2230. "color" : "dark_gray",
  2231. "description" : "Primer from a small caliber pistol round.",
  2232. "material" : "steel",
  2233. "volume" : 1,
  2234. "weight" : 1,
  2235. "bashing" : 1,
  2236. "cutting" : 0,
  2237. "to_hit" : 0,
  2238. "ammo_type" : "components",
  2239. "casing" : "NULL",
  2240. "damage" : 0,
  2241. "pierce" : 0,
  2242. "range" : 0,
  2243. "dispersion" : 0,
  2244. "recoil" : 0,
  2245. "count" : 200,
  2246. "effects" : ["COOKOFF"]
  2247. },
  2248. { "type" : "AMMO",
  2249. "id" : "lgpistol_primer",
  2250. "category" : "spare_parts",
  2251. "price" : 6000,
  2252. "name" : "large pistol primer",
  2253. "symbol" : "=",
  2254. "color" : "dark_gray",
  2255. "description" : "Primer from a large caliber pistol round.",
  2256. "material" : "steel",
  2257. "volume" : 1,
  2258. "weight" : 1,
  2259. "bashing" : 1,
  2260. "cutting" : 0,
  2261. "to_hit" : 0,
  2262. "ammo_type" : "components",
  2263. "casing" : "NULL",
  2264. "damage" : 0,
  2265. "pierce" : 0,
  2266. "range" : 0,
  2267. "dispersion" : 0,
  2268. "recoil" : 0,
  2269. "count" : 200,
  2270. "effects" : ["COOKOFF"]
  2271. },
  2272. { "type" : "AMMO",
  2273. "id" : "smrifle_primer",
  2274. "category" : "spare_parts",
  2275. "price" : 6000,
  2276. "name" : "small rifle primer",
  2277. "symbol" : "=",
  2278. "color" : "dark_gray",
  2279. "description" : "Primer from a small caliber rifle round.",
  2280. "material" : "steel",
  2281. "volume" : 1,
  2282. "weight" : 1,
  2283. "bashing" : 1,
  2284. "cutting" : 0,
  2285. "to_hit" : 0,
  2286. "ammo_type" : "components",
  2287. "casing" : "NULL",
  2288. "damage" : 0,
  2289. "pierce" : 0,
  2290. "range" : 0,
  2291. "dispersion" : 0,
  2292. "recoil" : 0,
  2293. "count" : 200,
  2294. "effects" : ["COOKOFF"]
  2295. },
  2296. { "type" : "AMMO",
  2297. "id" : "lgrifle_primer",
  2298. "category" : "spare_parts",
  2299. "price" : 8000,
  2300. "name" : "large rifle primer",
  2301. "symbol" : "=",
  2302. "color" : "dark_gray",
  2303. "description" : "Primer from a large caliber rifle round.",
  2304. "material" : "steel",
  2305. "volume" : 1,
  2306. "weight" : 1,
  2307. "bashing" : 1,
  2308. "cutting" : 0,
  2309. "to_hit" : 0,
  2310. "ammo_type" : "components",
  2311. "casing" : "NULL",
  2312. "damage" : 0,
  2313. "pierce" : 0,
  2314. "range" : 0,
  2315. "dispersion" : 0,
  2316. "recoil" : 0,
  2317. "count" : 200,
  2318. "effects" : ["COOKOFF"]
  2319. },
  2320. { "type" : "AMMO",
  2321. "id" : "rubber_slug",
  2322. "category" : "spare_parts",
  2323. "price" : 1000,
  2324. "name" : "rubber slug",
  2325. "symbol" : "=",
  2326. "color" : "dark_gray",
  2327. "description" : "Rubber slugs from a shotgun beanbag round. You could use them to make new beanbag rounds.",
  2328. "material" : "plastic",
  2329. "volume" : 1,
  2330. "weight" : 2,
  2331. "bashing" : 1,
  2332. "cutting" : 0,
  2333. "to_hit" : 0,
  2334. "ammo_type" : "components",
  2335. "casing" : "NULL",
  2336. "damage" : 0,
  2337. "pierce" : 0,
  2338. "range" : 0,
  2339. "dispersion" : 0,
  2340. "recoil" : 0,
  2341. "count" : 25
  2342. },
  2343. { "type" : "AMMO",
  2344. "id" : "copper",
  2345. "category" : "spare_parts",
  2346. "price" : 1000,
  2347. "name" : "copper",
  2348. "symbol" : "=",
  2349. "color" : "yellow",
  2350. "description" : "Copper scraps. Pretty much useless now, except for makeshift shotgun rounds.",
  2351. "material" : "steel",
  2352. "volume" : 1,
  2353. "weight" : 2,
  2354. "bashing" : 1,
  2355. "cutting" : 0,
  2356. "to_hit" : 0,
  2357. "ammo_type" : "components",
  2358. "casing" : "NULL",
  2359. "damage" : 0,
  2360. "pierce" : 0,
  2361. "range" : 0,
  2362. "dispersion" : 0,
  2363. "recoil" : 0,
  2364. "count" : 200
  2365. },
  2366. { "type" : "AMMO",
  2367. "id" : "lead",
  2368. "category" : "spare_parts",
  2369. "price" : 5000,
  2370. "name" : "lead",
  2371. "name_plural" : "lead",
  2372. "symbol" : "=",
  2373. "color" : "dark_gray",
  2374. "description" : "Assorted bullet materials, useful in constructing a variety of ammunition.",
  2375. "material" : "steel",
  2376. "volume" : 1,
  2377. "weight" : 4,
  2378. "bashing" : 1,
  2379. "cutting" : 0,
  2380. "to_hit" : 0,
  2381. "ammo_type" : "components",
  2382. "casing" : "NULL",
  2383. "damage" : 0,
  2384. "pierce" : 0,
  2385. "range" : 0,
  2386. "dispersion" : 0,
  2387. "recoil" : 0,
  2388. "count" : 200
  2389. },
  2390. { "type" : "AMMO",
  2391. "id" : "solder_wire",
  2392. "category" : "spare_parts",
  2393. "price" : 5000,
  2394. "name" : "solder",
  2395. "name_plural" : "solder",
  2396. "symbol" : "=",
  2397. "color" : "light_gray",
  2398. "description" : "A small spool of solder, able to be used in ammunition and electronics.",
  2399. "material" : "steel",
  2400. "volume" : 0,
  2401. "weight" : 3,
  2402. "bashing" : 1,
  2403. "cutting" : 0,
  2404. "to_hit" : 0,
  2405. "ammo_type" : "components",
  2406. "damage" : 0,
  2407. "pierce" : 0,
  2408. "range" : 0,
  2409. "dispersion" : 0,
  2410. "recoil" : 0,
  2411. "count" : 200
  2412. },
  2413. { "type" : "AMMO",
  2414. "id" : "silver_small",
  2415. "category" : "spare_parts",
  2416. "price" : 17500,
  2417. "name" : "silver",
  2418. "name_plural" : "silver",
  2419. "symbol" : "=",
  2420. "color" : "light_gray",
  2421. "description" : "Small silver bits. Before the cataclysm, these would have been worth quite a bit. Still usable in making ammunition.",
  2422. "material" : "silver",
  2423. "volume" : 0,
  2424. "weight" : 3,
  2425. "bashing" : 1,
  2426. "cutting" : 0,
  2427. "to_hit" : 0,
  2428. "ammo_type" : "components",
  2429. "damage" : 0,
  2430. "pierce" : 0,
  2431. "range" : 0,
  2432. "dispersion" : 0,
  2433. "recoil" : 0,
  2434. "count" : 200
  2435. },
  2436. { "type" : "AMMO",
  2437. "id" : "bismuth",
  2438. "category" : "spare_parts",
  2439. "price" : 1000,
  2440. "name" : "bismuth",
  2441. "name_plural" : "bismuth",
  2442. "symbol" : "=",
  2443. "color" : "light_gray",
  2444. "description" : "Bismuth fishing weights and scraps. Usable in making ammunition.",
  2445. "material" : "steel",
  2446. "volume" : 0,
  2447. "weight" : 3,
  2448. "bashing" : 1,
  2449. "cutting" : 0,
  2450. "to_hit" : 0,
  2451. "ammo_type" : "components",
  2452. "damage" : 0,
  2453. "pierce" : 0,
  2454. "range" : 0,
  2455. "dispersion" : 0,
  2456. "recoil" : 0,
  2457. "count" : 200
  2458. },
  2459. { "type" : "AMMO",
  2460. "id" : "tin",
  2461. "category" : "spare_parts",
  2462. "price" : 750,
  2463. "name" : "tin",
  2464. "name_plural" : "tin",
  2465. "symbol" : "=",
  2466. "color" : "light_gray",
  2467. "description" : "Tin and pewter scraps. Usable in making ammo.",
  2468. "material" : "steel",
  2469. "volume" : 0,
  2470. "weight" : 3,
  2471. "bashing" : 1,
  2472. "cutting" : 0,
  2473. "to_hit" : 0,
  2474. "ammo_type" : "components",
  2475. "damage" : 0,
  2476. "pierce" : 0,
  2477. "range" : 0,
  2478. "dispersion" : 0,
  2479. "recoil" : 0,
  2480. "count" : 200
  2481. },
  2482. { "type" : "AMMO",
  2483. "id" : "gold_small",
  2484. "category" : "spare_parts",
  2485. "price" : 50000,
  2486. "name" : "gold",
  2487. "name_plural" : "gold",
  2488. "symbol" : "=",
  2489. "color" : "yellow",
  2490. "description" : "Small gold bits. Before the cataclysm these would have been worth quite a bit. Still usable in making ammunition.",
  2491. "material" : "gold",
  2492. "volume" : 1,
  2493. "weight" : 4,
  2494. "bashing" : 1,
  2495. "cutting" : 0,
  2496. "to_hit" : 0,
  2497. "ammo_type" : "components",
  2498. "casing" : "NULL",
  2499. "damage" : 0,
  2500. "pierce" : 0,
  2501. "range" : 0,
  2502. "dispersion" : 0,
  2503. "recoil" : 0,
  2504. "count" : 200
  2505. },
  2506. { "type" : "AMMO",
  2507. "id" : "incendiary",
  2508. "category" : "chems",
  2509. "price" : 10000,
  2510. "name" : "incendiary",
  2511. "name_plural" : "incendiaries",
  2512. "symbol" : "=",
  2513. "color" : "dark_gray",
  2514. "description" : "Material from an incendiary round, useful in constructing incendiary ammunition.",
  2515. "material" : "steel",
  2516. "volume" : 1,
  2517. "weight" : 1,
  2518. "bashing" : 1,
  2519. "cutting" : 0,
  2520. "to_hit" : 0,
  2521. "ammo_type" : "components",
  2522. "casing" : "NULL",
  2523. "damage" : 0,
  2524. "pierce" : 0,
  2525. "range" : 0,
  2526. "dispersion" : 0,
  2527. "recoil" : 0,
  2528. "count" : 200,
  2529. "effects" : ["COOKOFF"]
  2530. },
  2531. { "type" : "AMMO",
  2532. "id" : "gasoline",
  2533. "category" : "chems",
  2534. "price" : 5000,
  2535. "name" : "gasoline",
  2536. "name_plural" : "gasoline",
  2537. "symbol" : "=",
  2538. "color" : "light_red",
  2539. "description" : "Gasoline is a highly flammable liquid. When under pressure, it has the potential for violent explosion.",
  2540. "material" : "null",
  2541. "volume" : 1,
  2542. "weight" : 1,
  2543. "phase" : "liquid",
  2544. "bashing" : 1,
  2545. "cutting" : 0,
  2546. "to_hit" : 0,
  2547. "ammo_type" : "gasoline",
  2548. "casing" : "NULL",
  2549. "damage" : 5,
  2550. "pierce" : 5,
  2551. "range" : 4,
  2552. "dispersion" : 0,
  2553. "recoil" : 0,
  2554. "count" : 200,
  2555. "effects" : ["FLAME", "STREAM", "INCENDIARY", "NEVER_MISFIRES"]
  2556. },
  2557. { "type" : "AMMO",
  2558. "id" : "diesel",
  2559. "category" : "chems",
  2560. "price" : 5000,
  2561. "name" : "diesel",
  2562. "name_plural" : "diesel",
  2563. "symbol" : "=",
  2564. "color" : "green",
  2565. "description" : "Diesel fuel. Made from a by-product of the gasoline making process.",
  2566. "material" : "null",
  2567. "volume" : 1,
  2568. "weight" : 1,
  2569. "phase" : "liquid",
  2570. "bashing" : 1,
  2571. "cutting" : 0,
  2572. "to_hit" : 0,
  2573. "ammo_type" : "diesel",
  2574. "casing" : "NULL",
  2575. "damage" : 5,
  2576. "pierce" : 5,
  2577. "range" : 4,
  2578. "dispersion" : 0,
  2579. "recoil" : 0,
  2580. "count" : 200,
  2581. "effects" : ["FLAME", "STREAM", "INCENDIARY", "NEVER_MISFIRES"]
  2582. },
  2583. { "type" : "AMMO",
  2584. "id" : "lamp_oil",
  2585. "category" : "chems",
  2586. "price" : 1000,
  2587. "name" : "lamp oil",
  2588. "name_plural" : "lamp oil",
  2589. "symbol" : "=",
  2590. "color" : "yellow",
  2591. "description" : "A thin and clean-burning oil made for use in oil lamps.",
  2592. "material" : "null",
  2593. "volume" : 0,
  2594. "weight" : 1,
  2595. "phase" : "liquid",
  2596. "bashing" : 1,
  2597. "cutting" : 0,
  2598. "to_hit" : 0,
  2599. "ammo_type" : "lamp_oil",
  2600. "container": "bottle_plastic",
  2601. "casing" : "NULL",
  2602. "damage" : 2,
  2603. "pierce" : 2,
  2604. "range" : 6,
  2605. "dispersion" : 0,
  2606. "recoil" : 0,
  2607. "count" : 400,
  2608. "effects" : ["FLAME", "STREAM"]
  2609. },
  2610. { "type" : "AMMO",
  2611. "id" : "medical_tape",
  2612. "category" : "spare_parts",
  2613. "price" : 2000,
  2614. "name" : "medical tape",
  2615. "symbol" : "=",
  2616. "color" : "white",
  2617. "description" : "A roll of medical tape, similar to duct tape.",
  2618. "material" : "plastic",
  2619. "volume" : 1,
  2620. "weight" : 3,
  2621. "bashing" : 0,
  2622. "cutting" : 0,
  2623. "to_hit" : 0,
  2624. "ammo_type" : "components",
  2625. "casing" : "NULL",
  2626. "damage" : 0,
  2627. "pierce" : 0,
  2628. "range" : 0,
  2629. "dispersion" : 0,
  2630. "recoil" : 0,
  2631. "count" : 35
  2632. },
  2633. { "type" : "AMMO",
  2634. "id" : "shot_beanbag",
  2635. "price" : 3500,
  2636. "name" : "shotgun beanbag",
  2637. "symbol" : "=",
  2638. "color" : "red",
  2639. "description" : "A beanbag round for shotguns, not deadly but designed to disable.",
  2640. "material" : "plastic",
  2641. "volume" : 1,
  2642. "weight" : 46,
  2643. "bashing" : 1,
  2644. "cutting" : 0,
  2645. "to_hit" : 0,
  2646. "ammo_type" : "shot",
  2647. "casing" : "shot_hull",
  2648. "damage" : 10,
  2649. "pierce" : 0,
  2650. "range" : 12,
  2651. "dispersion" : 8,
  2652. "recoil" : 20,
  2653. "count" : 25,
  2654. "effects" : ["COOKOFF", "BEANBAG"]
  2655. },
  2656. { "type" : "AMMO",
  2657. "id" : "40mm_beanbag",
  2658. "price" : 40000,
  2659. "name" : "40mm beanbag",
  2660. "symbol" : "=",
  2661. "color" : "light_gray",
  2662. "description" : "A 40mm beanbag that deals massive, but less-lethal, force.",
  2663. "material" : "steel",
  2664. "volume" : 1,
  2665. "weight" : 298,
  2666. "bashing" : 1,
  2667. "cutting" : 0,
  2668. "to_hit" : 0,
  2669. "ammo_type" : "40mm",
  2670. "casing" : "40mm_casing",
  2671. "damage" : 30,
  2672. "pierce" : 0,
  2673. "range" : 40,
  2674. "dispersion" : 2,
  2675. "recoil" : 15,
  2676. "count" : 4,
  2677. "effects" : ["COOKOFF", "LARGE_BEANBAG", "NEVER_MISFIRES"]
  2678. },
  2679. { "type" : "AMMO",
  2680. "id" : "8mm_caseless",
  2681. "price" : 12500, "//" : "Cased ammo tends to be roughly $1/shot, more or less. Rivtech ammo, being New and Proprietary and Expensive, $2-2.50 or so.",
  2682. "name" : "8x40mm caseless",
  2683. "name_plural" : "8x40mm caseless",
  2684. "symbol" : "=",
  2685. "color" : "pink",
  2686. "description" : "8x40mm caseless rounds. Proprietary ammunition for Rivtech firearms. Being caseless rounds, these cannot be disassembled or reloaded.",
  2687. "material" : "steel",
  2688. "volume" : 1,
  2689. "weight" : 6,
  2690. "bashing" : 1,
  2691. "cutting" : 0,
  2692. "to_hit" : 0,
  2693. "ammo_type" : "8x40mm",
  2694. "casing" : "NULL",
  2695. "damage" : 38,
  2696. "pierce" : 14,
  2697. "range" : 42,
  2698. "dispersion" : 5,
  2699. "recoil" : 20,
  2700. "count" : 50,
  2701. "effects" : ["COOKOFF", "NEVER_MISFIRES"]
  2702. },
  2703. { "type" : "AMMO",
  2704. "id" : "8mm_civilian",
  2705. "price" : 11000,
  2706. "name" : "8x40mm caseless sporting",
  2707. "name_plural" : "8x40mm caseless sporting",
  2708. "symbol" : "=",
  2709. "color" : "pink",
  2710. "description" : "8x40mm caseless rounds, light sporting load. Proprietary ammunition for Rivtech firearms. Being caseless rounds, these cannot be disassembled or reloaded.",
  2711. "material" : "steel",
  2712. "volume" : 1,
  2713. "weight" : 5,
  2714. "bashing" : 1,
  2715. "cutting" : 0,
  2716. "to_hit" : 0,
  2717. "ammo_type" : "8x40mm",
  2718. "casing" : "NULL",
  2719. "damage" : 30,
  2720. "pierce" : 6,
  2721. "range" : 42,
  2722. "dispersion" : 8,
  2723. "recoil" : 18,
  2724. "count" : 50,
  2725. "effects" : ["COOKOFF", "NEVER_MISFIRES"]
  2726. },
  2727. { "type" : "AMMO",
  2728. "id" : "8mm_bootleg",
  2729. "price" : 10000,
  2730. "name" : "handmade 8x40mm caseless",
  2731. "name_plural" : "handmade 8x40mm caseless",
  2732. "symbol" : "=",
  2733. "color" : "magenta",
  2734. "description" : "Handcrafted bootleg duplicates of Rivtech 8x40mm caseless rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
  2735. "material" : "steel",
  2736. "volume" : 1,
  2737. "weight" : 8,
  2738. "bashing" : 1,
  2739. "cutting" : 0,
  2740. "to_hit" : 0,
  2741. "ammo_type" : "8x40mm",
  2742. "casing" : "NULL",
  2743. "damage" : 37,
  2744. "pierce" : 13,
  2745. "range" : 42,
  2746. "dispersion" : 5,
  2747. "recoil" : 21,
  2748. "count" : 25,
  2749. "stack_size" : 50,
  2750. "effects" : ["COOKOFF"]
  2751. },
  2752. { "type" : "AMMO",
  2753. "id" : "8mm_bootleg_jsp",
  2754. "price" : 10000,
  2755. "name" : "handmade 8x40mm caseless JSP",
  2756. "name_plural" : "handmade 8x40mm caseless JSP",
  2757. "symbol" : "=",
  2758. "color" : "magenta",
  2759. "description" : "Handcrafted bootleg jacketed soft point duplicates of Rivtech 8x40mm caseless rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
  2760. "material" : "steel",
  2761. "volume" : 1,
  2762. "weight" : 9,
  2763. "bashing" : 1,
  2764. "cutting" : 0,
  2765. "to_hit" : 0,
  2766. "ammo_type" : "8x40mm",
  2767. "casing" : "NULL",
  2768. "damage" : 32,
  2769. "pierce" : 18,
  2770. "range" : 50,
  2771. "dispersion" : 3,
  2772. "recoil" : 18,
  2773. "count" : 25,
  2774. "stack_size" : 50,
  2775. "effects" : ["COOKOFF"]
  2776. },
  2777. { "type" : "AMMO",
  2778. "id" : "8mm_fmj",
  2779. "price" : 25000, "//" : "$5/shot.",
  2780. "name" : "8x40mm FMJ caseless",
  2781. "name_plural" : "8x40mm FMJ caseless",
  2782. "symbol" : "=",
  2783. "color" : "pink",
  2784. "description" : "8x40mm caseless rounds, full metal jacket. Military grade ammunition for Rivtech firearms. Being caseless rounds, these cannot be disassembled or reloaded.",
  2785. "material" : "steel",
  2786. "volume" : 1,
  2787. "weight" : 7,
  2788. "bashing" : 1,
  2789. "cutting" : 0,
  2790. "to_hit" : 0,
  2791. "ammo_type" : "8x40mm",
  2792. "casing" : "NULL",
  2793. "damage" : 30,
  2794. "pierce" : 26,
  2795. "range" : 50,
  2796. "dispersion" : 3,
  2797. "recoil" : 24,
  2798. "count" : 25,
  2799. "stack_size" : 50,
  2800. "effects" : ["COOKOFF", "NEVER_MISFIRES"]
  2801. },
  2802. {
  2803. "type" : "AMMO",
  2804. "id" : "8mm_jhp",
  2805. "price" : 25000,
  2806. "name" : "8x40mm JHP caseless",
  2807. "name_plural" : "8x40mm JHP caseless",
  2808. "symbol" : "=",
  2809. "color" : "pink",
  2810. "description" : "8x40mm caseless rounds, jacketed hollowpoint. Military grade ammunition for Rivtech firearms. Being caseless rounds, these cannot be disassembled or reloaded.",
  2811. "material" : "steel",
  2812. "volume" : 1,
  2813. "weight" : 7,
  2814. "bashing" : 1,
  2815. "cutting" : 0,
  2816. "to_hit" : 0,
  2817. "ammo_type" : "8x40mm",
  2818. "casing" : "NULL",
  2819. "damage" : 48,
  2820. "pierce" : 8,
  2821. "range" : 50,
  2822. "dispersion" : 3,
  2823. "recoil" : 24,
  2824. "count" : 25,
  2825. "stack_size" : 50,
  2826. "effects" : ["COOKOFF", "NEVER_MISFIRES"]
  2827. },
  2828. { "type" : "AMMO",
  2829. "id" : "8mm_inc",
  2830. "price" : 12500,
  2831. "name" : "8x40mm incendiary caseless",
  2832. "name_plural" : "8x40mm incendiary caseless",
  2833. "symbol" : "=",
  2834. "color" : "pink",
  2835. "description" : "8x40mm caseless rounds, incendiary type. Military grade ammunition for Rivtech firearms. Being caseless rounds, these cannot be disassembled or reloaded.",
  2836. "material" : "steel",
  2837. "volume" : 1,
  2838. "weight" : 7,
  2839. "bashing" : 1,
  2840. "cutting" : 0,
  2841. "to_hit" : 0,
  2842. "ammo_type" : "8x40mm",
  2843. "casing" : "NULL",
  2844. "damage" : 34,
  2845. "pierce" : 20,
  2846. "range" : 50,
  2847. "dispersion" : 3,
  2848. "recoil" : 22,
  2849. "count" : 25,
  2850. "stack_size" : 50,
  2851. "effects" : ["COOKOFF", "INCENDIARY", "NEVER_MISFIRES"]
  2852. },
  2853. { "type" : "AMMO",
  2854. "id" : "8mm_hvp",
  2855. "price" : 50000, "//" : "Premium ammo commanded a premium price. $10/shot.",
  2856. "name" : "8x40mm HVP",
  2857. "name_plural" : "8x40mm HVP",
  2858. "symbol" : "=",
  2859. "color" : "light_green",
  2860. "description" : "8x40mm caseless rounds, saboted high-velocity penetrator type. Advanced military grade, armor-piercing ammunition that fires a single depleted uranium flechette. Being caseless rounds, these cannot be disassembled or reloaded.",
  2861. "material" : "steel",
  2862. "volume" : 1,
  2863. "weight" : 61,
  2864. "bashing" : 1,
  2865. "cutting" : 0,
  2866. "to_hit" : 0,
  2867. "ammo_type" : "8x40mm",
  2868. "casing" : "NULL",
  2869. "damage" : 42,
  2870. "pierce" : 42,
  2871. "range" : 100,
  2872. "dispersion" : 0,
  2873. "recoil" : 26,
  2874. "count" : 25,
  2875. "stack_size" : 50,
  2876. "effects" : ["COOKOFF", "INCENDIARY", "NEVER_MISFIRES"]
  2877. },
  2878. { "type" : "AMMO",
  2879. "id" : "84x246mm_he",
  2880. "price" : 70000, "//" : "Milspec ammo such as grenades and rockets: not available to the general public, so Expensive.",
  2881. "name" : "FFV441B HE rocket",
  2882. "symbol" : "=",
  2883. "color" : "dark_gray",
  2884. "description" : "A 84x246mm High Explosive anti-personnel round for the Carl Gustav M3 recoilless rifle. Designed to be highly effective against personnel.",
  2885. "material" : "steel",
  2886. "volume" : 3,
  2887. "weight" : 3200,
  2888. "bashing" : 1,
  2889. "cutting" : 0,
  2890. "to_hit" : 0,
  2891. "ammo_type" : "84x246mm",
  2892. "casing" : "NULL",
  2893. "damage" : 60,
  2894. "pierce" : 10,
  2895. "range" : 120,
  2896. "dispersion" : 4,
  2897. "recoil" : 3,
  2898. "count" : 1,
  2899. "effects" : ["COOKOFF", "EXPLOSIVE_BIG", "FRAG", "NEVER_MISFIRES"]
  2900. },
  2901. { "type" : "AMMO",
  2902. "id" : "84x246mm_hedp",
  2903. "price" : 70000,
  2904. "name" : "FFV502 HEDP rocket",
  2905. "symbol" : "=",
  2906. "color" : "dark_gray",
  2907. "description" : "A 84x246mm High Explosive Dual Purpose anti-materiel round for the Carl Gustav M3 recoilless rifle. Designed to be highly effective against vehicles and structures.",
  2908. "material" : "steel",
  2909. "volume" : 3,
  2910. "weight" : 3300,
  2911. "bashing" : 1,
  2912. "cutting" : 0,
  2913. "to_hit" : 0,
  2914. "ammo_type" : "84x246mm",
  2915. "casing" : "NULL",
  2916. "damage" : 1000,
  2917. "pierce" : 225,
  2918. "range" : 100,
  2919. "dispersion" : 5,
  2920. "recoil" : 4,
  2921. "count" : 1,
  2922. "effects" : ["COOKOFF", "EXPLOSIVE_BIG", "NEVER_MISFIRES"]
  2923. },
  2924. { "type" : "AMMO",
  2925. "id" : "84x246mm_smoke",
  2926. "price" : 45000,
  2927. "name" : "FFV469 smoke rocket",
  2928. "symbol" : "=",
  2929. "color" : "dark_gray",
  2930. "description" : "A 84x246mm smoke marker round for the Carl Gustav M3 recoilless rifle. Commonly used for signalling, target designation, and for screening troop movements.",
  2931. "material" : "steel",
  2932. "volume" : 3,
  2933. "weight" : 3100,
  2934. "bashing" : 1,
  2935. "cutting" : 0,
  2936. "to_hit" : 0,
  2937. "ammo_type" : "84x246mm",
  2938. "casing" : "NULL",
  2939. "damage" : 60,
  2940. "pierce" : 10,
  2941. "range" : 140,
  2942. "dispersion" : 2,
  2943. "recoil" : 3,
  2944. "count" : 1,
  2945. "effects" : ["COOKOFF", "SMOKE_BIG", "NEVER_MISFIRES"]
  2946. },
  2947. {
  2948. "type" : "AMMO",
  2949. "id" : "RPG-7_ammo",
  2950. "price" : 60000,
  2951. "name" : "PG-7VL rocket",
  2952. "symbol" : "=",
  2953. "color" : "dark_gray",
  2954. "description" : "93mm single-stage high-explosive ammunition for the RPG-7.",
  2955. "material" : "steel",
  2956. "volume" : 7,
  2957. "weight" : 2600,
  2958. "bashing" : 10,
  2959. "cutting" : 0,
  2960. "to_hit" : 0,
  2961. "ammo_type" : "RPG-7",
  2962. "casing" : "NULL",
  2963. "damage" : 3000,
  2964. "pierce" : 750,
  2965. "range" : 60,
  2966. "dispersion" : 5,
  2967. "recoil" : 30,
  2968. "count" : 1,
  2969. "effects" : ["COOKOFF", "EXPLOSIVE", "TRAIL", "NEVER_MISFIRES"]
  2970. },
  2971. { "type" : "AMMO",
  2972. "id" : "m235tpa",
  2973. "price" : 200000, "//" : "$500 per. Cheap!",
  2974. "name" : "M235 TPA rocket",
  2975. "symbol" : "=",
  2976. "color" : "dark_gray",
  2977. "description" : "66mm incendiary rockets used in the M202 FLASH rocket launcher. Their warheads are filled with a thickened pyrophoric agent, which burns at 2200 degrees Fahrenheit.",
  2978. "material" : "steel",
  2979. "volume" : 8,
  2980. "weight" : 1140,
  2981. "bashing" : 1,
  2982. "cutting" : 0,
  2983. "to_hit" : 0,
  2984. "ammo_type" : "m235",
  2985. "casing" : "NULL",
  2986. "damage" : 60,
  2987. "pierce" : 10,
  2988. "range" : 70,
  2989. "dispersion" : 10,
  2990. "recoil" : 10,
  2991. "count" : 4,
  2992. "effects" : ["COOKOFF", "NAPALM_BIG", "TRAIL", "NEVER_MISFIRES"]
  2993. },
  2994. {
  2995. "type" : "AMMO",
  2996. "id" : "generic_no_ammo",
  2997. "price" : 0,
  2998. "name" : "placeholder ammunition",
  2999. "name_plural" : "placeholder ammunition",
  3000. "symbol" : "=",
  3001. "color" : "red",
  3002. "description" : "",
  3003. "material" : "null",
  3004. "volume" : 0,
  3005. "weight" : 0,
  3006. "bashing" : 0,
  3007. "cutting" : 0,
  3008. "to_hit" : 0,
  3009. "ammo_type" : "NULL",
  3010. "casing" : "NULL",
  3011. "damage" : 0,
  3012. "pierce" : 0,
  3013. "range" : 0,
  3014. "dispersion" : 0,
  3015. "recoil" : 0,
  3016. "count" : 1,
  3017. "flags" : ["UNRECOVERABLE"]
  3018. },
  3019. { "type" : "AMMO",
  3020. "id" : "5x50dart",
  3021. "price" : 50000,
  3022. "name" : "RA110 5x50mm flechette",
  3023. "symbol" : "=",
  3024. "color" : "green",
  3025. "description" : "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator.",
  3026. "material" : "steel",
  3027. "volume" : 1,
  3028. "weight" : 2,
  3029. "bashing" : 1,
  3030. "cutting" : 0,
  3031. "to_hit" : 0,
  3032. "ammo_type" : "5x50",
  3033. "casing" : "5x50_hull",
  3034. "damage" : 15,
  3035. "pierce" : 30,
  3036. "range" : 60,
  3037. "dispersion" : 10,
  3038. "recoil" : 7,
  3039. "count" : 100,
  3040. "stack_size" : 100,
  3041. "effects" : ["COOKOFF", "NEVER_MISFIRES"]
  3042. },
  3043. { "type" : "AMMO",
  3044. "id" : "5x50_hull",
  3045. "category" : "spare_parts",
  3046. "price" : 80000, "//" : "Should be $4 per.",
  3047. "name" : "5x50mm hull",
  3048. "symbol" : "=",
  3049. "color" : "light_green",
  3050. "description" : "An empty plastic hull from a 5x50mm flechette round.",
  3051. "material" : "plastic",
  3052. "volume" : 1,
  3053. "weight" : 1,
  3054. "bashing" : 1,
  3055. "cutting" : 0,
  3056. "to_hit" : 0,
  3057. "ammo_type" : "components",
  3058. "damage" : 0,
  3059. "pierce" : 0,
  3060. "range" : 0,
  3061. "dispersion" : 0,
  3062. "recoil" : 0,
  3063. "count" : 200
  3064. },
  3065. {
  3066. "type" : "AMMO",
  3067. "id" : "charcoal",
  3068. "category" : "spare_parts",
  3069. "price" : 1000,
  3070. "name" : "charcoal",
  3071. "name_plural" : "charcoal",
  3072. "symbol" : "=",
  3073. "color" : "dark_gray",
  3074. "description" : "Charcoal is a flammable carbon based material obtained by removing water and other volatile constituents from animal and vegetation substances. It is produced by slowly heating wood or other substances in the absence of oxygen.",
  3075. "material" : "wood",
  3076. "volume" : 5,
  3077. "weight" : 220,
  3078. "phase" : "solid",
  3079. "bashing" : 1,
  3080. "cutting" : 0,
  3081. "to_hit" : 0,
  3082. "ammo_type" : "charcoal",
  3083. "casing" : "NULL",
  3084. "damage" : 0,
  3085. "pierce" : 0,
  3086. "range" : 0,
  3087. "dispersion" : 0,
  3088. "recoil" : 0,
  3089. "count" : 10
  3090. },
  3091. { "type" : "AMMO",
  3092. "id" : "50bmg",
  3093. "price" : 32500,
  3094. "name" : ".50 BMG Ball",
  3095. "name_plural" : ".50 BMG Ball",
  3096. "symbol" : "=",
  3097. "color" : "dark_gray",
  3098. "description" : "The .50 BMG is a very powerful rifle round designed for long-range use. Its stupendous accuracy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise.",
  3099. "material" : "steel",
  3100. "volume" : 2,
  3101. "weight" : 118,
  3102. "bashing" : 1,
  3103. "cutting" : 0,
  3104. "to_hit" : 0,
  3105. "ammo_type" : "50",
  3106. "casing" : "50_casing",
  3107. "damage" : 70,
  3108. "pierce" : 30,
  3109. "range" : 90,
  3110. "dispersion" : 1,
  3111. "recoil" : 50,
  3112. "count" : 30,
  3113. "effects" : ["COOKOFF", "NEVER_MISFIRES"]
  3114. },
  3115. { "type" : "AMMO",
  3116. "id" : "50ss",
  3117. "price" : 15500,
  3118. "name" : ".50 BMG AP",
  3119. "name_plural" : ".50 BMG AP",
  3120. "symbol" : "=",
  3121. "color" : "dark_gray",
  3122. "description" : "Variant of the .50 BMG round that uses a core of very dense, hardened tungsten steel. Penetration is increased, but damage is reduced.",
  3123. "material" : "steel",
  3124. "volume" : 2,
  3125. "weight" : 110,
  3126. "bashing" : 1,
  3127. "cutting" : 0,
  3128. "to_hit" : 0,
  3129. "ammo_type" : "50",
  3130. "casing" : "50_casing",
  3131. "damage" : 60,
  3132. "pierce" : 40,
  3133. "range" : 90,
  3134. "dispersion" : 1,
  3135. "recoil" : 50,
  3136. "count" : 10,
  3137. "effects" : ["COOKOFF"]
  3138. },
  3139. { "type" : "AMMO",
  3140. "id" : "50_incendiary",
  3141. "price" : 20000,
  3142. "name" : ".50 BMG API",
  3143. "name_plural" : ".50 BMG API",
  3144. "symbol" : "=",
  3145. "color" : "dark_gray",
  3146. "description" : "An armor-piercing incendiary variant of the powerful .50 BMG sniper round. Incendiary rounds are designed to burn hotly upon impact, piercing armor and igniting flammable substances.",
  3147. "material" : "steel",
  3148. "volume" : 2,
  3149. "weight" : 120,
  3150. "bashing" : 1,
  3151. "cutting" : 0,
  3152. "to_hit" : 0,
  3153. "ammo_type" : "50",
  3154. "casing" : "50_casing",
  3155. "damage" : 55,
  3156. "pierce" : 50,
  3157. "range" : 90,
  3158. "dispersion" : 2,
  3159. "recoil" : 35,
  3160. "count" : 10,
  3161. "effects" : ["INCENDIARY"]
  3162. },
  3163. { "type" : "AMMO",
  3164. "id" : "signal_flare",
  3165. "price" : 2500,
  3166. "name" : "signal flare",
  3167. "symbol" : "=",
  3168. "color" : "red",
  3169. "description" : "A heavy plastic cartridge made for use in flare guns. It appears to be a modified 12 gauge shotgun shell.",
  3170. "material" : "plastic",
  3171. "volume" : 1,
  3172. "weight" : 26,
  3173. "bashing" : 1,
  3174. "cutting" : 0,
  3175. "to_hit" : 0,
  3176. "ammo_type" : "signal_flare",
  3177. "casing" : "shot_hull",
  3178. "damage" : 16,
  3179. "pierce" : 1,
  3180. "range" : 42,
  3181. "dispersion" : 14,
  3182. "recoil" : 14,
  3183. "count" : 4,
  3184. "stack_size" : 20,
  3185. "effects" : ["INCENDIARY", "FLARE", "NEVER_MISFIRES"]
  3186. },
  3187. { "type" : "AMMO",
  3188. "id" : "rebar_rail",
  3189. "price" : 1000,
  3190. "name" : "rebar rail",
  3191. "symbol" : "=",
  3192. "color" : "dark_gray",
  3193. "description" : "A short piece of rebar which has been straightened and sharpened on one end. Could be used as a projectile by a sufficiently powerful ferromagnetic weapon.",
  3194. "material" : "iron",
  3195. "volume" : 2,
  3196. "weight" : 712,
  3197. "bashing" : 5,
  3198. "cutting" : 1,
  3199. "to_hit" : 0,
  3200. "ammo_type" : "metal_rail",
  3201. "casing" : "NULL",
  3202. "damage" : 70,
  3203. "pierce" : 25,
  3204. "range" : 40,
  3205. "dispersion" : 10,
  3206. "recoil" : 20,
  3207. "count" : 3,
  3208. "effects" : ["RECYCLED"]
  3209. },
  3210. { "type" : "AMMO",
  3211. "id" : "steel_rail",
  3212. "price" : 1500,
  3213. "name" : "steel rail",
  3214. "symbol" : "=",
  3215. "color" : "light_gray",
  3216. "description" : "A short piece of steel which has been forged true and sharpened on one end. Could be used as a projectile by a sufficiently powerful ferromagnetic weapon.",
  3217. "material" : "steel",
  3218. "volume" : 2,
  3219. "weight" : 520,
  3220. "bashing" : 4,
  3221. "cutting" : 2,
  3222. "to_hit" : 0,
  3223. "ammo_type" : "metal_rail",
  3224. "casing" : "NULL",
  3225. "damage" : 65,
  3226. "pierce" : 40,
  3227. "range" : 50,
  3228. "dispersion" : 0,
  3229. "recoil" : 0,
  3230. "count" : 3,
  3231. "effects" : ["NEVER_MISFIRES"]
  3232. },
  3233. { "type" : "AMMO",
  3234. "id" : "mininuke_mod",
  3235. "price" : 180000, "//" : "Never marketed pre-Cataclysm.",
  3236. "name" : "modified mininuke",
  3237. "symbol" : "*",
  3238. "color" : "green",
  3239. "description" : "A heavy modified handheld nuclear device. Intended to be fired from a specialized launcher, its case has been cut down and it has been rigged to explode on impact. While it is now somewhat lighter than before, it can no longer be triggered manually.",
  3240. "material" : "plastic",
  3241. "flags": ["LEAK_RAD"],
  3242. "volume" : 3,
  3243. "weight" : 3816,
  3244. "bashing" : 8,
  3245. "cutting" : 0,
  3246. "to_hit" : 0,
  3247. "ammo_type" : "mininuke_mod",
  3248. "casing" : "NULL",
  3249. "damage" : 14,
  3250. "pierce" : 0,
  3251. "range" : 0,
  3252. "dispersion" : 0,
  3253. "recoil" : 0,
  3254. "count" : 1,
  3255. "stack_size" : 2,
  3256. "effects" : ["MININUKE_MOD", "NEVER_MISFIRES"]
  3257. },
  3258. { "type" : "AMMO",
  3259. "id" : "20x66_shot",
  3260. "price" : 9000, "//" : "2.5x the Generic Rate of $1/shot",
  3261. "name" : "20x66mm buckshot",
  3262. "symbol" : "=",
  3263. "color" : "pink",
  3264. "description" : "20x66mm caseless shotgun rounds, buckshot type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.",
  3265. "material" : "steel",
  3266. "volume" : 1,
  3267. "weight" : 56,
  3268. "bashing" : 1,
  3269. "cutting" : 0,
  3270. "to_hit" : 0,
  3271. "ammo_type" : "20x66mm",
  3272. "casing" : "NULL",
  3273. "damage" : 64,
  3274. "pierce" : 4,
  3275. "range" : 12,
  3276. "dispersion" : 0,
  3277. "recoil" : 38,
  3278. "count" : 40,
  3279. "stack_size" : 20,
  3280. "effects" : ["COOKOFF", "SHOT", "NEVER_MISFIRES"]
  3281. },
  3282. { "type" : "AMMO",
  3283. "id" : "20x66_flechette",
  3284. "price" : 55000,
  3285. "name" : "20x66mm flechette",
  3286. "symbol" : "=",
  3287. "color" : "pink",
  3288. "description" : "20x66mm caseless shotgun rounds, flechette type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.",
  3289. "material" : "steel",
  3290. "volume" : 1,
  3291. "weight" : 52,
  3292. "bashing" : 1,
  3293. "cutting" : 0,
  3294. "to_hit" : 0,
  3295. "ammo_type" : "20x66mm",
  3296. "casing" : "NULL",
  3297. "damage" : 46,
  3298. "pierce" : 14,
  3299. "range" : 18,
  3300. "dispersion" : 0,
  3301. "recoil" : 32,
  3302. "count" : 20,
  3303. "stack_size" : 20,
  3304. "effects" : ["COOKOFF", "SHOT", "NEVER_MISFIRES"]
  3305. },
  3306. { "type" : "AMMO",
  3307. "id" : "20x66_slug",
  3308. "price" : 9000,
  3309. "name" : "20x66mm slug",
  3310. "symbol" : "=",
  3311. "color" : "pink",
  3312. "description" : "20x66mm caseless shotgun rounds, solid projectile type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.",
  3313. "material" : "steel",
  3314. "volume" : 1,
  3315. "weight" : 60,
  3316. "bashing" : 1,
  3317. "cutting" : 0,
  3318. "to_hit" : 0,
  3319. "ammo_type" : "20x66mm",
  3320. "casing" : "NULL",
  3321. "damage" : 66,
  3322. "pierce" : 8,
  3323. "range" : 26,
  3324. "dispersion" : 6,
  3325. "recoil" : 42,
  3326. "count" : 40,
  3327. "stack_size" : 20,
  3328. "effects" : ["COOKOFF", "NEVER_MISFIRES"]
  3329. },
  3330. { "type" : "AMMO",
  3331. "id" : "20x66_exp",
  3332. "price" : 80000, "//" : "$40 per shot. Not illegal, just HEAVILY taxed!",
  3333. "name" : "20x66mm explosive",
  3334. "symbol" : "=",
  3335. "color" : "pink",
  3336. "description" : "20x66mm caseless shotgun rounds, explosive projectile type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.",
  3337. "material" : "steel",
  3338. "volume" : 1,
  3339. "weight" : 62,
  3340. "bashing" : 1,
  3341. "cutting" : 0,
  3342. "to_hit" : 0,
  3343. "ammo_type" : "20x66mm",
  3344. "casing" : "NULL",
  3345. "damage" : 16,
  3346. "pierce" : 4,
  3347. "range" : 20,
  3348. "dispersion" : 8,
  3349. "recoil" : 42,
  3350. "count" : 20,
  3351. "stack_size" : 20,
  3352. "effects" : ["COOKOFF", "EXPLOSIVE", "NEVER_MISFIRES"]
  3353. },
  3354. { "type" : "AMMO",
  3355. "id" : "20x66_frag",
  3356. "price" : 90000,
  3357. "name" : "20x66mm frag",
  3358. "symbol" : "=",
  3359. "color" : "pink",
  3360. "description" : "20x66mm caseless shotgun rounds, explosive fragmentation type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.",
  3361. "material" : "steel",
  3362. "volume" : 1,
  3363. "weight" : 64,
  3364. "bashing" : 1,
  3365. "cutting" : 0,
  3366. "to_hit" : 0,
  3367. "ammo_type" : "20x66mm",
  3368. "casing" : "NULL",
  3369. "damage" : 16,
  3370. "pierce" : 4,
  3371. "range" : 20,
  3372. "dispersion" : 8,
  3373. "recoil" : 42,
  3374. "count" : 20,
  3375. "stack_size" : 20,
  3376. "effects" : ["COOKOFF", "FRAG", "NEVER_MISFIRES"]
  3377. },
  3378. { "type" : "AMMO",
  3379. "id" : "20x66_flare",
  3380. "price" : 20000,
  3381. "name" : "20x66mm flare",
  3382. "symbol" : "=",
  3383. "color" : "pink",
  3384. "description" : "20x66mm caseless shotgun rounds, signal flare type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.",
  3385. "material" : "steel",
  3386. "volume" : 1,
  3387. "weight" : 44,
  3388. "bashing" : 1,
  3389. "cutting" : 0,
  3390. "to_hit" : 0,
  3391. "ammo_type" : "20x66mm",
  3392. "casing" : "NULL",
  3393. "damage" : 20,
  3394. "pierce" : 6,
  3395. "range" : 80,
  3396. "dispersion" : 4,
  3397. "recoil" : 34,
  3398. "count" : 20,
  3399. "stack_size" : 20,
  3400. "effects" : ["INCENDIARY", "FLARE", "NEVER_MISFIRES"]
  3401. },
  3402. { "type" : "AMMO",
  3403. "id" : "20x66_inc",
  3404. "price" : 100000,
  3405. "name" : "20x66mm incendiary",
  3406. "name_plural" : "20x66mm incendiaries",
  3407. "symbol" : "=",
  3408. "color" : "pink",
  3409. "description" : "20x66mm caseless shotgun rounds, incendiary type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.",
  3410. "material" : "steel",
  3411. "volume" : 1,
  3412. "weight" : 60,
  3413. "bashing" : 1,
  3414. "cutting" : 0,
  3415. "to_hit" : 0,
  3416. "ammo_type" : "20x66mm",
  3417. "casing" : "NULL",
  3418. "damage" : 54,
  3419. "pierce" : 12,
  3420. "range" : 30,
  3421. "dispersion" : 8,
  3422. "recoil" : 38,
  3423. "count" : 20,
  3424. "stack_size" : 20,
  3425. "effects" : ["INCENDIARY", "NEVER_MISFIRES"]
  3426. },
  3427. { "type" : "AMMO",
  3428. "id" : "20x66_beanbag",
  3429. "price" : 25000,
  3430. "name" : "20x66mm beanbag",
  3431. "symbol" : "=",
  3432. "color" : "pink",
  3433. "description" : "20x66mm caseless shotgun rounds, sublethal beanbag type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.",
  3434. "material" : "steel",
  3435. "volume" : 1,
  3436. "weight" : 66,
  3437. "bashing" : 1,
  3438. "cutting" : 0,
  3439. "to_hit" : 0,
  3440. "ammo_type" : "20x66mm",
  3441. "casing" : "NULL",
  3442. "damage" : 14,
  3443. "pierce" : 0,
  3444. "range" : 26,
  3445. "dispersion" : 8,
  3446. "recoil" : 40,
  3447. "count" : 20,
  3448. "stack_size" : 20,
  3449. "effects" : ["COOKOFF", "LARGE_BEANBAG", "NEVER_MISFIRES"]
  3450. },
  3451. { "type" : "AMMO",
  3452. "id" : "20x66_bootleg_shot",
  3453. "price" : 9000,
  3454. "name" : "handmade 20x66mm buckshot",
  3455. "symbol" : "=",
  3456. "color" : "pink",
  3457. "description" : "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless buckshot rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
  3458. "material" : "steel",
  3459. "volume" : 1,
  3460. "weight" : 64,
  3461. "bashing" : 1,
  3462. "cutting" : 0,
  3463. "to_hit" : 0,
  3464. "ammo_type" : "20x66mm",
  3465. "casing" : "NULL",
  3466. "damage" : 63,
  3467. "pierce" : 4,
  3468. "range" : 12,
  3469. "dispersion" : 0,
  3470. "recoil" : 39,
  3471. "count" : 40,
  3472. "stack_size" : 20,
  3473. "effects" : ["COOKOFF", "SHOT"]
  3474. },
  3475. { "type" : "AMMO",
  3476. "id" : "20x66_bootleg_flechette",
  3477. "price" : 20000,
  3478. "name" : "handmade 20x66mm flechette",
  3479. "symbol" : "=",
  3480. "color" : "pink",
  3481. "description" : "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flechette rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
  3482. "material" : "steel",
  3483. "volume" : 1,
  3484. "weight" : 60,
  3485. "bashing" : 1,
  3486. "cutting" : 0,
  3487. "to_hit" : 0,
  3488. "ammo_type" : "20x66mm",
  3489. "casing" : "NULL",
  3490. "damage" : 45,
  3491. "pierce" : 13,
  3492. "range" : 18,
  3493. "dispersion" : 0,
  3494. "recoil" : 33,
  3495. "count" : 40,
  3496. "stack_size" : 20,
  3497. "effects" : ["COOKOFF", "SHOT"]
  3498. },
  3499. { "type" : "AMMO",
  3500. "id" : "20x66_bootleg_slug",
  3501. "price" : 9000,
  3502. "name" : "handmade 20x66mm slug",
  3503. "symbol" : "=",
  3504. "color" : "pink",
  3505. "description" : "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless solid projectile rounds. Being caseless rounds, these cannot be disassembled or reloaded.",
  3506. "material" : "steel",
  3507. "volume" : 1,
  3508. "weight" : 68,
  3509. "bashing" : 1,
  3510. "cutting" : 0,
  3511. "to_hit" : 0,
  3512. "ammo_type" : "20x66mm",
  3513. "casing" : "NULL",
  3514. "damage" : 65,
  3515. "pierce" : 7,
  3516. "range" : 26,
  3517. "dispersion" : 7,
  3518. "recoil" : 43,
  3519. "count" : 40,
  3520. "stack_size" : 20,
  3521. "effects" : ["COOKOFF"]
  3522. },
  3523. { "type" : "AMMO",
  3524. "id" : "ampoule",
  3525. "category" : "drugs",
  3526. "price" : 50000,
  3527. "name" : "RA21E medical ampoule",
  3528. "symbol" : "=",
  3529. "color" : "cyan",
  3530. "description" : "A tiny glass vial filled with advanced fast-healing chemicals which can only be activated by a Rivtech jet injector device. A label on the side warns against using more than two doses per hour.",
  3531. "material" : "glass",
  3532. "volume" : 1,
  3533. "weight" : 1,
  3534. "bashing" : 0,
  3535. "cutting" : 0,
  3536. "to_hit" : 0,
  3537. "ammo_type" : "ampoule",
  3538. "casing" : "NULL",
  3539. "damage" : 0,
  3540. "pierce" : 0,
  3541. "range" : 0,
  3542. "dispersion" : 0,
  3543. "recoil" : 0,
  3544. "count" : 2,
  3545. "stack_size" : 20
  3546. },
  3547. { "type" : "AMMO",
  3548. "id" : "50_casing",
  3549. "category" : "spare_parts",
  3550. "price" : 9000, "//" : "$3 per casing; the rounds are $10 thanks to being a niche market.",
  3551. "name" : ".50 BMG casing",
  3552. "symbol" : "=",
  3553. "color" : "blue",
  3554. "description" : "An empty casing from a .50 BMG round. These are rare, so you might want to hold onto these.",
  3555. "material" : "steel",
  3556. "volume" : 2,
  3557. "weight" : 50,
  3558. "bashing" : 1,
  3559. "cutting" : 0,
  3560. "to_hit" : 0,
  3561. "ammo_type" : "components",
  3562. "damage" : 0,
  3563. "pierce" : 0,
  3564. "range" : 0,
  3565. "dispersion" : 0,
  3566. "recoil" : 0,
  3567. "count" : 30
  3568. },
  3569. { "type" : "AMMO",
  3570. "id" : "700nx",
  3571. "price" : 75000, "//" : "$25 a pop, as an extremely niche round.",
  3572. "name" : ".700 NX",
  3573. "name_plural" : ".700 NX",
  3574. "symbol" : "=",
  3575. "color" : "dark_gray",
  3576. "description" : "The .700 Nitro Express is a very powerful rifle round designed for long-range use. Its stupendous accuracy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise.",
  3577. "material" : "steel",
  3578. "volume" : 2,
  3579. "weight" : 169,
  3580. "bashing" : 1,
  3581. "cutting" : 0,
  3582. "to_hit" : 0,
  3583. "ammo_type" : "700nx",
  3584. "casing" : "700nx_casing",
  3585. "damage" : 70,
  3586. "pierce" : 30,
  3587. "range" : 90,
  3588. "dispersion" : 1,
  3589. "recoil" : 50,
  3590. "count" : 30,
  3591. "effects" : ["COOKOFF"]
  3592. },
  3593. { "type" : "AMMO",
  3594. "id" : "rebreather_filter",
  3595. "category" : "spare_parts",
  3596. "price" : 2500,
  3597. "name" : "rebreather filter cartridge",
  3598. "symbol" : "=",
  3599. "color" : "light_gray",
  3600. "description" : "A replacement filter cartridge for a rebreather.",
  3601. "material" : "aluminum",
  3602. "volume" : 1,
  3603. "weight" : 12,
  3604. "bashing" : 1,
  3605. "cutting" : 0,
  3606. "to_hit" : 0,
  3607. "ammo_type" : "rebreather_filter",
  3608. "casing" : "NULL",
  3609. "damage" : 0,
  3610. "pierce" : 0,
  3611. "range" : 0,
  3612. "dispersion" : 0,
  3613. "recoil" : 0,
  3614. "count" : 30
  3615. },
  3616. { "type" : "AMMO",
  3617. "id" : "700nx_casing",
  3618. "category" : "spare_parts",
  3619. "price" : 9000, "//" : "$3 per, again thanks to niche markets.",
  3620. "name" : ".700 NX casing",
  3621. "symbol" : "=",
  3622. "color" : "blue",
  3623. "description" : "An empty casing from a .700 NX round. These are rare, so you might want to hold onto these.",
  3624. "material" : "steel",
  3625. "volume" : 2,
  3626. "weight" : 50,
  3627. "bashing" : 1,
  3628. "cutting" : 0,
  3629. "to_hit" : 0,
  3630. "ammo_type" : "components",
  3631. "damage" : 0,
  3632. "pierce" : 0,
  3633. "range" : 0,
  3634. "dispersion" : 0,
  3635. "recoil" : 0,
  3636. "count" : 30
  3637. },
  3638. {
  3639. "type" : "AMMO",
  3640. "id" : "300_winmag",
  3641. "price": 2500,
  3642. "name" : ".300 Winchester Magnum",
  3643. "name_plural" : ".300 Winchester Magnum",
  3644. "symbol" : "=",
  3645. "color" : "yellow",
  3646. "description" : "The .300 Winchester Magnum is extremely versatile and has been adopted by many shooting disciplines. The cartridge has found use by hunters, military units, and law enforcement departments.",
  3647. "material" : "steel",
  3648. "volume" : 1,
  3649. "weight" : 15,
  3650. "bashing" : 1,
  3651. "cutting" : 0,
  3652. "to_hit" : 0,
  3653. "ammo_type" : "300",
  3654. "casing" : "300_casing",
  3655. "damage" : 65,
  3656. "pierce" : 15,
  3657. "range" : 90,
  3658. "dispersion" : 1,
  3659. "recoil" : 40,
  3660. "count" : 10,
  3661. "effects" : ["COOKOFF"]
  3662. },
  3663. {
  3664. "type" : "AMMO",
  3665. "id" : "300_casing",
  3666. "category" : "spare_parts",
  3667. "price" : 10000, "//" : "Sure, $0.50 per, but you're talking 200 of them.",
  3668. "name" : ".300 casing",
  3669. "symbol" : "=",
  3670. "color" : "yellow",
  3671. "description" : "An empty casing from a .300 Winchester Magnum round.",
  3672. "material" : "steel",
  3673. "volume" : 1,
  3674. "weight" : 8,
  3675. "bashing" : 1,
  3676. "cutting" : 0,
  3677. "to_hit" : 0,
  3678. "ammo_type" : "components",
  3679. "damage" : 0,
  3680. "pierce" : 0,
  3681. "range" : 0,
  3682. "dispersion" : 0,
  3683. "recoil" : 0,
  3684. "count" : 200
  3685. },
  3686. {
  3687. "type" : "AMMO",
  3688. "id" : "32_acp",
  3689. "price" : 1800,
  3690. "name" : ".32 ACP",
  3691. "name_plural" : ".32 ACP",
  3692. "symbol" : "=",
  3693. "color" : "yellow",
  3694. "description" : "The .32 ACP was a popular handgun cartridge in the 20th century. Not so powerful as the .38 or the 9mm though.",
  3695. "material" : "steel",
  3696. "volume" : 1,
  3697. "weight" : 4,
  3698. "bashing" : 1,
  3699. "cutting" : 0,
  3700. "to_hit" : 0,
  3701. "ammo_type" : "32",
  3702. "casing" : "32_casing",
  3703. "damage" : 15,
  3704. "pierce" : 2,
  3705. "range" : 12,
  3706. "dispersion" : 10,
  3707. "recoil" : 8,
  3708. "count" : 50,
  3709. "effects" : ["COOKOFF"]
  3710. },
  3711. {
  3712.  
  3713. "type" : "AMMO",
  3714. "id" : "762_25",
  3715. "price" : 20000, "//" : "Stopgap price of $1 per. Anti-China prejudice in the pre-Cataclysm US may have made this ammo tougher to come by.",
  3716. "name" : "7.62mm Type P",
  3717. "name_plural" : "7.62mm Type P",
  3718. "symbol" : "=",
  3719. "color" : "light_gray",
  3720. "description" : "This small caliber pistol round offers good armor penetration at the cost of slightly less damage. It is rarely used outside of the Chinese army.",
  3721. "material" : "steel",
  3722. "volume" : 1,
  3723. "weight" : 6,
  3724. "bashing" : 1,
  3725. "cutting" : 0,
  3726. "to_hit" : 0,
  3727. "ammo_type" : "762x25",
  3728. "casing" : "762_casing",
  3729. "damage" : 15,
  3730. "pierce" : 4,
  3731. "range" : 12,
  3732. "dispersion" : 8,
  3733. "recoil" : 10,
  3734. "count" : 200,
  3735. "effects" : ["COOKOFF"]
  3736. },
  3737. {
  3738. "type" : "AMMO",
  3739. "id" : "762_54R",
  3740. "price" : 2200,
  3741. "name" : "7.62x54mmR",
  3742. "name_plural" : "7.62x54mmR",
  3743. "symbol" : "=",
  3744. "color" : "yellow",
  3745. "description" : "The 7.62×54mmR is a rimmed rifle cartridge developed by the Russian Empire in 1891. It is still in service and has the longest service life of all military issued cartridges in the world.",
  3746. "material" : "steel",
  3747. "volume" : 1,
  3748. "weight" : 8,
  3749. "bashing" : 1,
  3750. "cutting" : 0,
  3751. "to_hit" : 0,
  3752. "ammo_type" : "762R",
  3753. "casing" : "762R_casing",
  3754. "damage" : 48,
  3755. "pierce" : 10,
  3756. "range" : 75,
  3757. "dispersion" : 1,
  3758. "recoil" : 35,
  3759. "count" : 20,
  3760. "effects" : ["COOKOFF"]
  3761. },
  3762. {
  3763. "type" : "AMMO",
  3764. "id" : "flintlock_ammo",
  3765. "price" : 5000,
  3766. "name" : "paper cartridge",
  3767. "symbol" : "=",
  3768. "color" : "white",
  3769. "description" : "A paper cartridge containing black powder and a metallic projectile. Historically used to reload muzzleloaders in a more reasonable time.",
  3770. "material" : "steel",
  3771. "volume" : 2,
  3772. "weight" : 70,
  3773. "bashing" : 1,
  3774. "cutting" : 0,
  3775. "to_hit" : 0,
  3776. "ammo_type" : "ammo_flintlock",
  3777. "casing" : "NULL",
  3778. "damage" : 40,
  3779. "pierce" : 0,
  3780. "range" : 12,
  3781. "dispersion" : 8,
  3782. "recoil" : 28,
  3783. "count" : 25,
  3784. "effects" : ["COOKOFF"]
  3785. },
  3786. {
  3787. "type" : "AMMO",
  3788. "id" : "36navy",
  3789. "price" : 5000,
  3790. "name" : ".36 paper cartridge",
  3791. "symbol" : "=",
  3792. "color" : "white",
  3793. "description" : "A paper cartridge containing a premeasured amount of black powder and a .36 projectile. Used by the Colt M1861 Navy.",
  3794. "material" : "steel",
  3795. "volume" : 1,
  3796. "weight" : 6,
  3797. "bashing" : 1,
  3798. "cutting" : 0,
  3799. "to_hit" : 0,
  3800. "ammo_type" : "36paper",
  3801. "casing" : "NULL",
  3802. "damage" : 17,
  3803. "pierce" : 0,
  3804. "range" : 15,
  3805. "dispersion" : 8,
  3806. "recoil" : 14,
  3807. "count" : 25,
  3808. "effects" : ["COOKOFF"]
  3809. },
  3810. {
  3811. "type" : "AMMO",
  3812. "id" : "44army",
  3813. "price" : 5000,
  3814. "name" : ".44 paper cartridge",
  3815. "symbol" : "=",
  3816. "color" : "white",
  3817. "description" : "A paper cartridge containing a premeasured amount of black powder and a .44 projectile. Used by the Colt M1860 Army.",
  3818. "material" : "steel",
  3819. "volume" : 1,
  3820. "weight" : 7,
  3821. "bashing" : 1,
  3822. "cutting" : 0,
  3823. "to_hit" : 0,
  3824. "ammo_type" : "44paper",
  3825. "casing" : "NULL",
  3826. "damage" : 26,
  3827. "pierce" : 0,
  3828. "range" : 18,
  3829. "dispersion" : 8,
  3830. "recoil" : 23,
  3831. "count" : 25,
  3832. "effects" : ["COOKOFF"]
  3833. },
  3834. {
  3835. "type" : "AMMO",
  3836. "id" : "762R_casing",
  3837. "category" : "spare_parts",
  3838. "price" : 10000,
  3839. "name" : "7.62x54mmR casing",
  3840. "symbol" : "=",
  3841. "color" : "yellow",
  3842. "description" : "An empty casing from a 7.62x54mmR round.",
  3843. "material" : "steel",
  3844. "volume" : 1,
  3845. "weight" : 8,
  3846. "bashing" : 1,
  3847. "cutting" : 0,
  3848. "to_hit" : 0,
  3849. "ammo_type" : "components",
  3850. "damage" : 0,
  3851. "pierce" : 0,
  3852. "range" : 0,
  3853. "dispersion" : 0,
  3854. "recoil" : 0,
  3855. "count" : 200
  3856. },
  3857. {
  3858. "type" : "AMMO",
  3859. "id" : "32_casing",
  3860. "category" : "spare_parts",
  3861. "price" : 10000,
  3862. "name" : ".32 casing",
  3863. "symbol" : "=",
  3864. "color" : "yellow",
  3865. "description" : "An empty casing from a .32 round.",
  3866. "material" : "steel",
  3867. "volume" : 1,
  3868. "weight" : 2,
  3869. "bashing" : 1,
  3870. "cutting" : 0,
  3871. "to_hit" : 0,
  3872. "ammo_type" : "components",
  3873. "damage" : 0,
  3874. "pierce" : 0,
  3875. "range" : 0,
  3876. "dispersion" : 0,
  3877. "recoil" : 0,
  3878. "count" : 200
  3879. },
  3880. { "type" : "AMMO",
  3881. "id" : "nicotine_liquid",
  3882. "category" : "spare_parts",
  3883. "price" : 1000,
  3884. "name" : "nicotine liquid",
  3885. "symbol" : "=",
  3886. "color" : "yellow",
  3887. "description" : "A small bottle of liquid. The liquid is made up of propylene glycol, vegetable glycerine, flavorings and nicotine.",
  3888. "material" : "plastic",
  3889. "volume" : 0,
  3890. "weight" : 2,
  3891. "bashing" : 0,
  3892. "cutting" : 0,
  3893. "to_hit" : 0,
  3894. "ammo_type" : "components",
  3895. "damage" : 0,
  3896. "pierce" : 0,
  3897. "range" : 0,
  3898. "dispersion" : 0,
  3899. "recoil" : 0,
  3900. "count" : 50
  3901. },
  3902. { "type" : "AMMO",
  3903. "id" : "fish_bait_meat",
  3904. "category" : "spare_parts",
  3905. "price" : 0,
  3906. "name" : "fish bait - meat",
  3907. "symbol" : "=",
  3908. "color" : "light_red",
  3909. "description" : "A bait made from raw meat, used in traps to lure fish.",
  3910. "material" : "flesh",
  3911. "volume" : 1,
  3912. "weight" : 1,
  3913. "bashing" : 1,
  3914. "cutting" : 0,
  3915. "to_hit" : 0,
  3916. "ammo_type" : "fish_bait",
  3917. "casing" : "NULL",
  3918. "damage" : 0,
  3919. "pierce" : 0,
  3920. "range" : 0,
  3921. "dispersion" : 0,
  3922. "recoil" : 0,
  3923. "count" : 20,
  3924. "stack_size" : 50
  3925. },
  3926. { "type" : "AMMO",
  3927. "id" : "fish_bait_fish",
  3928. "category" : "spare_parts",
  3929. "price" : 0,
  3930. "name" : "fish bait - fish",
  3931. "symbol" : "=",
  3932. "color" : "light_red",
  3933. "description" : "A bait made from raw fish, used in traps to lure fish.",
  3934. "material" : "flesh",
  3935. "volume" : 1,
  3936. "weight" : 1,
  3937. "bashing" : 1,
  3938. "cutting" : 0,
  3939. "to_hit" : 0,
  3940. "ammo_type" : "fish_bait",
  3941. "casing" : "NULL",
  3942. "damage" : 0,
  3943. "pierce" : 0,
  3944. "range" : 0,
  3945. "dispersion" : 0,
  3946. "recoil" : 0,
  3947. "count" : 20,
  3948. "stack_size" : 50
  3949. },
  3950. { "type" : "AMMO",
  3951. "id" : "fish_bait_veggy",
  3952. "category" : "spare_parts",
  3953. "price" : 0,
  3954. "name" : "fish bait - veggy",
  3955. "symbol" : "=",
  3956. "color" : "light_red",
  3957. "description" : "A bait made from vegetables, used in traps to lure fish.",
  3958. "material" : "veggy",
  3959. "volume" : 1,
  3960. "weight" : 1,
  3961. "bashing" : 1,
  3962. "cutting" : 0,
  3963. "to_hit" : 0,
  3964. "ammo_type" : "fish_bait",
  3965. "casing" : "NULL",
  3966. "damage" : 0,
  3967. "pierce" : 0,
  3968. "range" : 0,
  3969. "dispersion" : 0,
  3970. "recoil" : 0,
  3971. "count" : 10,
  3972. "stack_size" : 50
  3973. },
  3974. { "type" : "AMMO",
  3975. "id" : "fish_bait_bread",
  3976. "category" : "spare_parts",
  3977. "price" : 0,
  3978. "name" : "fish bait - bread",
  3979. "symbol" : "=",
  3980. "color" : "light_red",
  3981. "description" : "A bait made from breadcrumbs, used in traps to lure fish.",
  3982. "material" : "wheat",
  3983. "volume" : 1,
  3984. "weight" : 1,
  3985. "bashing" : 1,
  3986. "cutting" : 0,
  3987. "to_hit" : 0,
  3988. "ammo_type" : "fish_bait",
  3989. "casing" : "NULL",
  3990. "damage" : 0,
  3991. "pierce" : 0,
  3992. "range" : 0,
  3993. "dispersion" : 0,
  3994. "recoil" : 0,
  3995. "count" : 20,
  3996. "stack_size" : 50
  3997. },{
  3998. "type" : "AMMO",
  3999. "id" : "combatnail",
  4000. "price" : 6000,
  4001. "name" : "tiny steel bolt",
  4002. "symbol" : "=",
  4003. "color" : "cyan",
  4004. "description" : "A tiny pointy steel bolt. Can be fired from a nail gun or similar weapon. Its drawback is that it can't be used for construction like nails.",
  4005. "material" : "iron",
  4006. "volume" : 1,
  4007. "weight" : 6,
  4008. "bashing" : 1,
  4009. "cutting" : 0,
  4010. "to_hit" : 0,
  4011. "ammo_type" : "nail",
  4012. "casing" : "NULL",
  4013. "damage" : 6,
  4014. "pierce" : 3,
  4015. "range" : 3,
  4016. "dispersion" : 30,
  4017. "recoil" : 5,
  4018. "count" : 50
  4019. },
  4020. { "type" : "AMMO",
  4021. "id" : "oxygen",
  4022. "category" : "spare_parts",
  4023. "price" : 12000, "//" : "This seems like the larger medical tank, not an instant-use model with mask attached",
  4024. "name" : "oxygen",
  4025. "symbol" : "=",
  4026. "color" : "light_gray",
  4027. "description" : "A canister of oxygen.",
  4028. "material" : "steel",
  4029. "volume" : 10,
  4030. "weight" : 1183,
  4031. "bashing" : 1,
  4032. "cutting" : 0,
  4033. "to_hit" : 0,
  4034. "ammo_type" : "components",
  4035. "casing" : "NULL",
  4036. "damage" : 0,
  4037. "pierce" : 0,
  4038. "range" : 0,
  4039. "dispersion" : 0,
  4040. "recoil" : 0,
  4041. "count" : 10
  4042. },
  4043. { "type" : "AMMO",
  4044. "id" : "napalm",
  4045. "price" : 20000, "//" : "Napam is military-use, so not cheap.",
  4046. "name" : "napalm",
  4047. "name_plural" : "napalm",
  4048. "symbol" : "=",
  4049. "color" : "light_red",
  4050. "description" : "This is gasoline mixed with some other components to make it stick to the surface and increase burning temperature, meant to be used with a flamethrower.",
  4051. "material" : "null",
  4052. "volume" : 1,
  4053. "weight" : 1,
  4054. "phase" : "liquid",
  4055. "bashing" : 1,
  4056. "cutting" : 0,
  4057. "to_hit" : 0,
  4058. "ammo_type" : "gasoline",
  4059. "casing" : "NULL",
  4060. "damage" : 15,
  4061. "pierce" : 30,
  4062. "range" : 5,
  4063. "dispersion" : 0,
  4064. "recoil" : 0,
  4065. "count" : 200,
  4066. "effects" : ["FLAME", "STREAM", "INCENDIARY", "NEVER_MISFIRES"]
  4067. }
  4068. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement