Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.51 KB | None | 0 0
  1. {
  2. "guns": [
  3. {
  4. "itemType": "GOLDEN_AXE",
  5. "name": "AR-15",
  6. "accuracy": 0.2,
  7. "velocity": 47,
  8. "reloadTime": 40,
  9. "ammoType": "5.56×45mm NATO",
  10. "baseDamage": 3,
  11. "isAutomatic": false,
  12. "firingCooldown": 3,
  13. "maxAmmo": 30,
  14. "bulletsFired": 1,
  15. "description": [
  16. "§8Primary Weapon (Rifle)",
  17. " §7- Base Damage: §f3",
  18. " §7- Ammo Type: §f5.56×45mm NATO",
  19. " §7- Magazine Size: §f30",
  20. "",
  21. "§cAttachments: §7[]"
  22. ],
  23. "zoom": {
  24. "isEnabled": true,
  25. "zoomValue": 1.0
  26. },
  27. "boltAction": {
  28. "isEnabled": false
  29. },
  30. "reloadSound": {
  31. "sound": "BLOCK_PISTON_CONTRACT",
  32. "volume": 0.45,
  33. "pitch": 1
  34. },
  35. "fireSound": {
  36. "sound": "ENTITY_ZOMBIE_BREAK_WOODEN_DOOR",
  37. "volume": 0.45,
  38. "pitch": 1.25
  39. },
  40. "sneak": {
  41. "isEnabled": true,
  42. "accuracyMultiplier": 0.5
  43. },
  44. "explosive": {
  45. "isEnabled": false,
  46. "power": 5,
  47. "setFire": true
  48. },
  49. "noAmmoSound": {
  50. "sound": "UI_BUTTON_CLICK",
  51. "pitch": 2,
  52. "volume": 0.50
  53. },
  54. "projectileType": "EGG"
  55. },
  56. {
  57. "itemType": "DIAMOND_PICKAXE",
  58. "name": "RPG",
  59. "accuracy": 0.2,
  60. "velocity": 50,
  61. "reloadTime": 40,
  62. "ammoType": "5.56×45mm NATO",
  63. "baseDamage": 36,
  64. "isAutomatic": true,
  65. "firingCooldown": 3,
  66. "maxAmmo": 1,
  67. "bulletsFired": 1,
  68. "description": [
  69. "§8Primary Weapon (Rocket Launcher)",
  70. " §7- Base Damage: §f36",
  71. " §7- Ammo Type: §f5.56×45mm NATO",
  72. " §7- Magazine Size: §f1",
  73. "",
  74. "§cAttachments: §7[]"
  75. ],
  76. "zoom": {
  77. "isEnabled": true,
  78. "zoomValue": 1.0
  79. },
  80. "boltAction": {
  81. "isEnabled": true
  82. },
  83. "reloadSound": {
  84. "sound": "BLOCK_PISTON_CONTRACT",
  85. "volume": 0.45,
  86. "pitch": 1
  87. },
  88. "fireSound": {
  89. "sound": "ENTITY_GENERIC_EXTINGUISH_FIRE",
  90. "volume": 0.45,
  91. "pitch": 1
  92. },
  93. "sneak": {
  94. "isEnabled": true,
  95. "accuracyMultiplier": 0.5
  96. },
  97. "explosive": {
  98. "isEnabled": true,
  99. "power": 5,
  100. "setFire": false
  101. },
  102. "noAmmoSound": {
  103. "sound": "UI_BUTTON_CLICK",
  104. "pitch": 2,
  105. "volume": 0.50
  106. },
  107. "projectileType": "FIREBALL"
  108. },
  109. {
  110. "itemType": "GOLDEN_HOE",
  111. "name": "UMP45",
  112. "accuracy": 0.42,
  113. "velocity": 40,
  114. "reloadTime": 40,
  115. "ammoType": "5.56×45mm NATO",
  116. "baseDamage": 3,
  117. "isAutomatic": true,
  118. "firingCooldown": 3,
  119. "maxAmmo": 30,
  120. "bulletsFired": 1,
  121. "description": [
  122. "§8Primary Weapon (SMG)",
  123. " §7- Base Damage: §f3",
  124. " §7- Ammo Type: §f.45 ACP",
  125. " §7- Magazine Size: §f30",
  126. "",
  127. "§cAttachments: §7[]"
  128. ],
  129. "zoom": {
  130. "isEnabled": true,
  131. "zoomValue": 1
  132. },
  133. "boltAction": {
  134. "isEnabled": false
  135. },
  136. "reloadSound": {
  137. "sound": "BLOCK_PISTON_CONTRACT",
  138. "volume": 0.45,
  139. "pitch": 1
  140. },
  141. "fireSound": {
  142. "sound": "ENTITY_PLAYER_BIG_FALL",
  143. "volume": 0.45,
  144. "pitch": 0.45
  145. },
  146. "sneak": {
  147. "isEnabled": true,
  148. "accuracyMultiplier": 0.5
  149. },
  150. "explosive": {
  151. "isEnabled": false,
  152. "power": 1,
  153. "setFire": false
  154. },
  155. "noAmmoSound": {
  156. "sound": "UI_BUTTON_CLICK",
  157. "pitch": 2,
  158. "volume": 0.50
  159. },
  160. "projectileType": "EGG"
  161. },
  162. {
  163. "itemType": "STONE_HOE",
  164. "name": "MP5",
  165. "accuracy": 0.4,
  166. "velocity": 32,
  167. "reloadTime": 40,
  168. "ammoType": "5.56×45mm NATO",
  169. "baseDamage": 2,
  170. "isAutomatic": true,
  171. "firingCooldown": 2,
  172. "maxAmmo": 30,
  173. "bulletsFired": 1,
  174. "description": [
  175. "§8Primary Weapon (SMG)",
  176. " §7- Base Damage: §f2",
  177. " §7- Ammo Type: §f9mm",
  178. " §7- Magazine Size: §f30",
  179. "",
  180. "§cAttachments: §7[]"
  181. ],
  182. "zoom": {
  183. "isEnabled": true,
  184. "zoomValue": 1
  185. },
  186. "boltAction": {
  187. "isEnabled": false
  188. },
  189. "reloadSound": {
  190. "sound": "BLOCK_PISTON_CONTRACT",
  191. "volume": 0.45,
  192. "pitch": 1
  193. },
  194. "fireSound": {
  195. "sound": "ENTITY_PLAYER_BIG_FALL",
  196. "volume": 0.45,
  197. "pitch": 1
  198. },
  199. "sneak": {
  200. "isEnabled": true,
  201. "accuracyMultiplier": 0.5
  202. },
  203. "explosive": {
  204. "isEnabled": false,
  205. "power": 5,
  206. "setFire": true
  207. },
  208. "noAmmoSound": {
  209. "sound": "UI_BUTTON_CLICK",
  210. "pitch": 2,
  211. "volume": 0.50
  212. },
  213. "projectileType": "EGG"
  214. },
  215. {
  216. "itemType": "WOODEN_SWORD",
  217. "name": "Thompson",
  218. "accuracy": 0.40,
  219. "velocity": 36,
  220. "reloadTime": 40,
  221. "ammoType": "5.56×45mm NATO",
  222. "baseDamage": 3,
  223. "isAutomatic": true,
  224. "firingCooldown": 2,
  225. "maxAmmo": 20,
  226. "bulletsFired": 1,
  227. "description": [
  228. "§8Primary Weapon (SMG)",
  229. " §7- Base Damage: §f3",
  230. " §7- Ammo Type: §f9mm",
  231. " §7- Magazine Size: §f20",
  232. "",
  233. "§cAttachments: §7[]"
  234. ],
  235. "zoom": {
  236. "isEnabled": true,
  237. "zoomValue": 1
  238. },
  239. "boltAction": {
  240. "isEnabled": false
  241. },
  242. "reloadSound": {
  243. "sound": "BLOCK_PISTON_CONTRACT",
  244. "volume": 0.45,
  245. "pitch": 1
  246. },
  247. "fireSound": {
  248. "sound": "ENTITY_GENERIC_SMALL_FALL",
  249. "volume": 0.45,
  250. "pitch": 2
  251. },
  252. "sneak": {
  253. "isEnabled": true,
  254. "accuracyMultiplier": 0.5
  255. },
  256. "explosive": {
  257. "isEnabled": false,
  258. "power": 5,
  259. "setFire": true
  260. },
  261. "noAmmoSound": {
  262. "sound": "UI_BUTTON_CLICK",
  263. "pitch": 2,
  264. "volume": 0.50
  265. },
  266. "projectileType": "EGG"
  267. },
  268. {
  269. "itemType": "BOW",
  270. "name": "Compound Crossbow",
  271. "accuracy": 0.1,
  272. "velocity": 40,
  273. "reloadTime": 40,
  274. "ammoType": "5.56×45mm NATO",
  275. "baseDamage": 10,
  276. "isAutomatic": true,
  277. "firingCooldown": 2,
  278. "maxAmmo": 1,
  279. "bulletsFired": 1,
  280. "description": [
  281. "§8Primary Weapon (Bow)",
  282. " §7- Base Damage: §f10",
  283. " §7- Ammo Type: §fArrow",
  284. " §7- Magazine Size: §f1",
  285. "",
  286. "§cAttachments: §7[]"
  287. ],
  288. "zoom": {
  289. "isEnabled": true,
  290. "zoomValue": 1
  291. },
  292. "boltAction": {
  293. "isEnabled": true
  294. },
  295. "reloadSound": {
  296. "sound": "ENTITY_SKELETON_HORSE_AMBIENT",
  297. "volume": 0.45,
  298. "pitch": 2.0
  299. },
  300. "fireSound": {
  301. "sound": "ENTITY_ARROW_SHOOT",
  302. "volume": 0.45,
  303. "pitch": 1.8
  304. },
  305. "sneak": {
  306. "isEnabled": true,
  307. "accuracyMultiplier": 0.5
  308. },
  309. "explosive": {
  310. "isEnabled": false,
  311. "power": 5,
  312. "setFire": true
  313. },
  314. "noAmmoSound": {
  315. "sound": "UI_BUTTON_CLICK",
  316. "pitch": 2,
  317. "volume": 0.50
  318. },
  319. "projectileType": "ARROW"
  320. },
  321. {
  322. "itemType": "IRON_SHOVEL",
  323. "name": "MK23 Socom",
  324. "accuracy": 0.15,
  325. "velocity": 50,
  326. "reloadTime": 20,
  327. "ammoType": "5.56×45mm NATO",
  328. "baseDamage": 7,
  329. "isAutomatic": false,
  330. "firingCooldown": 5,
  331. "maxAmmo": 13,
  332. "bulletsFired": 1,
  333. "description": [
  334. "§8Secondary Weapon (Pistol)",
  335. " §7- Base Damage: §f7",
  336. " §7- Ammo Type: §f.45 ACP",
  337. " §7- Magazine Size: §f13",
  338. "",
  339. "§cAttachments: §7[]"
  340. ],
  341. "zoom": {
  342. "isEnabled": true,
  343. "zoomValue": 1
  344. },
  345. "boltAction": {
  346. "isEnabled": false
  347. },
  348. "reloadSound": {
  349. "sound": "BLOCK_PISTON_CONTRACT",
  350. "volume": 0.45,
  351. "pitch": 1
  352. },
  353. "fireSound": {
  354. "sound": "ENTITY_BLAZE_HURT",
  355. "volume": 0.45,
  356. "pitch": 1.5
  357. },
  358. "sneak": {
  359. "isEnabled": true,
  360. "accuracyMultiplier": 0.5
  361. },
  362. "explosive": {
  363. "isEnabled": false,
  364. "power": 5,
  365. "setFire": true
  366. },
  367. "noAmmoSound": {
  368. "sound": "UI_BUTTON_CLICK",
  369. "pitch": 2,
  370. "volume": 0.50
  371. },
  372. "projectileType": "EGG"
  373. },
  374. {
  375. "itemType": "GOLDEN_SHOVEL",
  376. "name": "M1216",
  377. "accuracy": 0.55,
  378. "velocity": 25,
  379. "reloadTime": 40,
  380. "ammoType": "5.56×45mm NATO",
  381. "baseDamage": 3,
  382. "isAutomatic": false,
  383. "firingCooldown": 10,
  384. "maxAmmo": 16,
  385. "bulletsFired": 4,
  386. "description": [
  387. "§8Primary Weapon (Shotgun)",
  388. " §7- Base Damage: §f3-12",
  389. " §7- Ammo Type: §f12 Gauge Shotgun Shells",
  390. " §7- Magazine Size: §f16",
  391. "",
  392. "§cAttachments: §7[]"
  393. ],
  394. "zoom": {
  395. "isEnabled": true,
  396. "zoomValue": 1
  397. },
  398. "boltAction": {
  399. "isEnabled": true
  400. },
  401. "reloadSound": {
  402. "sound": "BLOCK_PISTON_CONTRACT",
  403. "volume": 5,
  404. "pitch": 1
  405. },
  406. "fireSound": {
  407. "sound": "ENTITY_DRAGON_FIREBALL_EXPLODE",
  408. "volume": 50,
  409. "pitch": 1.5
  410. },
  411. "sneak": {
  412. "isEnabled": true,
  413. "accuracyMultiplier": 0.5
  414. },
  415. "explosive": {
  416. "isEnabled": false,
  417. "power": 5,
  418. "setFire": true
  419. },
  420. "noAmmoSound": {
  421. "sound": "UI_BUTTON_CLICK",
  422. "pitch": 2,
  423. "volume": 0.50
  424. },
  425. "projectileType": "EGG"
  426. },
  427. {
  428. "itemType": "STONE_SHOVEL",
  429. "name": "Remington M870",
  430. "accuracy": 0.35,
  431. "velocity": 30,
  432. "reloadTime": 35,
  433. "ammoType": "5.56×45mm NATO",
  434. "baseDamage": 6,
  435. "isAutomatic": false,
  436. "firingCooldown": 22,
  437. "maxAmmo": 7,
  438. "bulletsFired": 3,
  439. "description": [
  440. "§8Primary Weapon (Shotgun)",
  441. " §7- Base Damage: §f3-18",
  442. " §7- Ammo Type: §f12-Gauge Shotgun Shells",
  443. " §7- Magazine Size: §f7",
  444. "",
  445. "§cAttachments: §7[]"
  446. ],
  447. "zoom": {
  448. "isEnabled": true,
  449. "zoomValue": 1
  450. },
  451. "boltAction": {
  452. "isEnabled": true
  453. },
  454. "reloadSound": {
  455. "sound": "BLOCK_PISTON_CONTRACT",
  456. "volume": 0.45,
  457. "pitch": 1
  458. },
  459. "fireSound": {
  460. "sound": "ENTITY_ENDER_DRAGON_HURT",
  461. "volume": 0.45,
  462. "pitch": 2.00
  463. },
  464. "sneak": {
  465. "isEnabled": true,
  466. "accuracyMultiplier": 0.5
  467. },
  468. "explosive": {
  469. "isEnabled": false,
  470. "power": 5,
  471. "setFire": true
  472. },
  473. "noAmmoSound": {
  474. "sound": "UI_BUTTON_CLICK",
  475. "pitch": 2,
  476. "volume": 0.50
  477. },
  478. "projectileType": "EGG"
  479. },
  480. {
  481. "itemType": "WOODEN_SHOVEL",
  482. "name": "FN TPS",
  483. "accuracy": 0.65,
  484. "velocity": 27,
  485. "reloadTime": 35,
  486. "ammoType": "5.56×45mm NATO",
  487. "baseDamage": 2,
  488. "isAutomatic": false,
  489. "firingCooldown": 18,
  490. "maxAmmo": 8,
  491. "bulletsFired": 8,
  492. "description": [
  493. "§8Primary Weapon (Shotgun)",
  494. " §7- Base Damage: §f2-16",
  495. " §7- Ammo Type: §f12-Gauge Shotgun Shells",
  496. " §7- Magazine Size: §f8",
  497. "",
  498. "§cAttachments: §7[]"
  499. ],
  500. "zoom": {
  501. "isEnabled": true,
  502. "zoomValue": 1
  503. },
  504. "boltAction": {
  505. "isEnabled": true
  506. },
  507. "reloadSound": {
  508. "sound": "BLOCK_PISTON_CONTRACT",
  509. "volume": 0.45,
  510. "pitch": 1
  511. },
  512. "fireSound": {
  513. "sound": "ENTITY_ENDER_DRAGON_HURT",
  514. "volume": 2,
  515. "pitch": 1.5
  516. },
  517. "sneak": {
  518. "isEnabled": true,
  519. "accuracyMultiplier": 0.5
  520. },
  521. "explosive": {
  522. "isEnabled": false,
  523. "power": 5,
  524. "setFire": true
  525. },
  526. "noAmmoSound": {
  527. "sound": "UI_BUTTON_CLICK",
  528. "pitch": 2,
  529. "volume": 0.50
  530. },
  531. "projectileType": "EGG"
  532. },
  533. {
  534. "itemType": "WOODEN_HOE",
  535. "name": "Glock-17",
  536. "accuracy": 0.2,
  537. "velocity": 30,
  538. "reloadTime": 40,
  539. "ammoType": "9mm",
  540. "baseDamage": 4,
  541. "isAutomatic": false,
  542. "firingCooldown": 8,
  543. "maxAmmo": 15,
  544. "bulletsFired": 1,
  545. "description": [
  546. "§8Secondary Weapon (Pistol)",
  547. " §7- Base Damage: §f4",
  548. " §7- Ammo Type: §f9mm",
  549. " §7- Magazine Size: §f14",
  550. "",
  551. "§cAttachments: §7[]"
  552. ],
  553. "zoom": {
  554. "isEnabled": true,
  555. "zoomValue": 1
  556. },
  557. "boltAction": {
  558. "isEnabled": false
  559. },
  560. "reloadSound": {
  561. "sound": "BLOCK_PISTON_CONTRACT",
  562. "volume": 0.45,
  563. "pitch": 1
  564. },
  565. "fireSound": {
  566. "sound": "BLOCK_SHULKER_BOX_OPEN",
  567. "volume": 0.45,
  568. "pitch": 1
  569. },
  570. "sneak": {
  571. "isEnabled": true,
  572. "accuracyMultiplier": 0.5
  573. },
  574. "explosive": {
  575. "isEnabled": false,
  576. "power": 5,
  577. "setFire": true
  578. },
  579. "noAmmoSound": {
  580. "sound": "UI_BUTTON_CLICK",
  581. "pitch": 2,
  582. "volume": 0.50
  583. },
  584. "projectileType": "EGG"
  585. },
  586. {
  587. "itemType": "WOODEN_PICKAXE",
  588. "name": "APB",
  589. "accuracy": 0.25,
  590. "velocity": 28,
  591. "reloadTime": 40,
  592. "ammoType": "5.56×45mm NATO",
  593. "baseDamage": 5,
  594. "isAutomatic": false,
  595. "firingCooldown": 3,
  596. "maxAmmo": 20,
  597. "bulletsFired": 1,
  598. "description": [
  599. "§8Secondary Weapon (Pistol)",
  600. " §7- Base Damage: §f5",
  601. " §7- Ammo Type: §f9mm",
  602. " §7- Magazine Size: §f20",
  603. "",
  604. "§cAttachments: §7[]"
  605. ],
  606. "zoom": {
  607. "isEnabled": true,
  608. "zoomValue": 1
  609. },
  610. "boltAction": {
  611. "isEnabled": false
  612. },
  613. "reloadSound": {
  614. "sound": "BLOCK_PISTON_CONTRACT",
  615. "volume": 0.45,
  616. "pitch": 1
  617. },
  618. "fireSound": {
  619. "sound": "BLOCK_SHULKER_BOX_OPEN",
  620. "volume": 0.45,
  621. "pitch": 2
  622. },
  623. "sneak": {
  624. "isEnabled": true,
  625. "accuracyMultiplier": 0.5
  626. },
  627. "explosive": {
  628. "isEnabled": false,
  629. "power": 5,
  630. "setFire": true
  631. },
  632. "noAmmoSound": {
  633. "sound": "UI_BUTTON_CLICK",
  634. "pitch": 2,
  635. "volume": 0.50
  636. },
  637. "projectileType": "EGG"
  638. },
  639. {
  640. "itemType": "WOODEN_AXE",
  641. "name": "P228",
  642. "accuracy": 0.35,
  643. "velocity": 37,
  644. "reloadTime": 40,
  645. "ammoType": "5.56×45mm NATO",
  646. "baseDamage": 5,
  647. "isAutomatic": false,
  648. "firingCooldown": 6,
  649. "maxAmmo": 13,
  650. "bulletsFired": 1,
  651. "description": [
  652. "§8Secondary Weapon (Pistol)",
  653. " §7- Base Damage: §f5",
  654. " §7- Ammo Type: §f9mm",
  655. " §7- Magazine Size: §f13",
  656. "",
  657. "§cAttachments: §7[]"
  658. ],
  659. "zoom": {
  660. "isEnabled": true,
  661. "zoomValue": 1
  662. },
  663. "boltAction": {
  664. "isEnabled": false
  665. },
  666. "reloadSound": {
  667. "sound": "BLOCK_PISTON_CONTRACT",
  668. "volume": 0.45,
  669. "pitch": 1
  670. },
  671. "fireSound": {
  672. "sound": "BLOCK_SHULKER_BOX_CLOSE",
  673. "volume": 0.45,
  674. "pitch": 1.5
  675. },
  676. "sneak": {
  677. "isEnabled": true,
  678. "accuracyMultiplier": 0.5
  679. },
  680. "explosive": {
  681. "isEnabled": false,
  682. "power": 5,
  683. "setFire": true
  684. },
  685. "noAmmoSound": {
  686. "sound": "UI_BUTTON_CLICK",
  687. "pitch": 2,
  688. "volume": 0.50
  689. },
  690. "projectileType": "EGG"
  691. },
  692. {
  693. "itemType": "DIAMOND_SHOVEL",
  694. "name": "M249",
  695. "accuracy": 0.55,
  696. "velocity": 56,
  697. "reloadTime": 40,
  698. "ammoType": "5.56×45mm NATO",
  699. "baseDamage": 3,
  700. "isAutomatic": true,
  701. "firingCooldown": 2,
  702. "maxAmmo": 100,
  703. "bulletsFired": 1,
  704. "description": [
  705. "§8Primary Weapon (MG)",
  706. " §7- Base Damage: §f3",
  707. " §7- Ammo Type: §f5.56×45mm NATO",
  708. " §7- Magazine Size: §f100",
  709. "",
  710. "§cAttachments: §7[]"
  711. ],
  712. "zoom": {
  713. "isEnabled": true,
  714. "zoomValue": 1
  715. },
  716. "boltAction": {
  717. "isEnabled": false
  718. },
  719. "reloadSound": {
  720. "sound": "BLOCK_PISTON_CONTRACT",
  721. "volume": 0.45,
  722. "pitch": 1
  723. },
  724. "fireSound": {
  725. "sound": "ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR",
  726. "volume": 0.45,
  727. "pitch": 0.80
  728. },
  729. "sneak": {
  730. "isEnabled": true,
  731. "accuracyMultiplier": 0.5
  732. },
  733. "explosive": {
  734. "isEnabled": false,
  735. "power": 5,
  736. "setFire": true
  737. },
  738. "noAmmoSound": {
  739. "sound": "UI_BUTTON_CLICK",
  740. "pitch": 2,
  741. "volume": 0.50
  742. },
  743. "projectileType": "EGG"
  744. },
  745. {
  746. "itemType": "DIAMOND_SWORD",
  747. "name": "MG42",
  748. "accuracy": 0.70,
  749. "velocity": 50,
  750. "reloadTime": 40,
  751. "ammoType": "5.56×45mm NATO",
  752. "baseDamage": 2,
  753. "isAutomatic": true,
  754. "firingCooldown": 1,
  755. "maxAmmo": 100,
  756. "bulletsFired": 1,
  757. "description": [
  758. "§8Primary Weapon (MG)",
  759. " §7- Base Damage: §f2",
  760. " §7- Ammo Type: §f7.62x51mm NATO",
  761. " §7- Magazine Size: §f100",
  762. "",
  763. "§cAttachments: §7[]"
  764. ],
  765. "zoom": {
  766. "isEnabled": true,
  767. "zoomValue": 1
  768. },
  769. "boltAction": {
  770. "isEnabled": false
  771. },
  772. "reloadSound": {
  773. "sound": "BLOCK_PISTON_CONTRACT",
  774. "volume": 0.45,
  775. "pitch": 1
  776. },
  777. "fireSound": {
  778. "sound": "ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR",
  779. "volume": 0.45,
  780. "pitch": 1.25
  781. },
  782. "sneak": {
  783. "isEnabled": true,
  784. "accuracyMultiplier": 0.5
  785. },
  786. "explosive": {
  787. "isEnabled": false,
  788. "power": 5,
  789. "setFire": true
  790. },
  791. "noAmmoSound": {
  792. "sound": "UI_BUTTON_CLICK",
  793. "pitch": 2,
  794. "volume": 0.50
  795. },
  796. "projectileType": "EGG"
  797. },
  798. {
  799. "itemType": "STONE_SWORD",
  800. "name": "KAC Chainsaw",
  801. "accuracy": 0.45,
  802. "velocity": 55,
  803. "reloadTime": 40,
  804. "ammoType": "5.56×45mm NATO",
  805. "baseDamage": 1,
  806. "isAutomatic": true,
  807. "firingCooldown": 2,
  808. "maxAmmo": 100,
  809. "bulletsFired": 1,
  810. "description": [
  811. "§8Primary Weapon (MG)",
  812. " §7- Base Damage: §f1",
  813. " §7- Ammo Type: §f5.56×45mm NATO",
  814. " §7- Magazine Size: §f100",
  815. "",
  816. "§cAttachments: §7[]"
  817. ],
  818. "zoom": {
  819. "isEnabled": true,
  820. "zoomValue": 1
  821. },
  822. "boltAction": {
  823. "isEnabled": false
  824. },
  825. "reloadSound": {
  826. "sound": "BLOCK_PISTON_CONTRACT",
  827. "volume": 0.45,
  828. "pitch": 1
  829. },
  830. "fireSound": {
  831. "sound": "ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR",
  832. "volume": 0.45,
  833. "pitch": 2.5
  834. },
  835. "sneak": {
  836. "isEnabled": true,
  837. "accuracyMultiplier": 0.5
  838. },
  839. "explosive": {
  840. "isEnabled": false,
  841. "power": 5,
  842. "setFire": true
  843. },
  844. "noAmmoSound": {
  845. "sound": "UI_BUTTON_CLICK",
  846. "pitch": 2,
  847. "volume": 0.50
  848. },
  849. "projectileType": "EGG"
  850. },
  851. {
  852. "itemType": "STONE_AXE",
  853. "name": "AKM",
  854. "accuracy": 0.25,
  855. "velocity": 55,
  856. "reloadTime": 40,
  857. "ammoType": "5.56×45mm NATO",
  858. "baseDamage": 4,
  859. "isAutomatic": true,
  860. "firingCooldown": 3,
  861. "maxAmmo": 30,
  862. "bulletsFired": 1,
  863. "description": [
  864. "§8Primary Weapon (Rifle)",
  865. " §7- Base Damage: §f4",
  866. " §7- Ammo Type: §f7.62×39mm NATO",
  867. " §7- Magazine Size: §f30",
  868. "",
  869. "§cAttachments: §7[]"
  870. ],
  871. "zoom": {
  872. "isEnabled": true,
  873. "zoomValue": 1
  874. },
  875. "boltAction": {
  876. "isEnabled": false
  877. },
  878. "reloadSound": {
  879. "sound": "BLOCK_PISTON_CONTRACT",
  880. "volume": 0.45,
  881. "pitch": 1
  882. },
  883. "fireSound": {
  884. "sound": "ENTITY_ZOMBIE_BREAK_WOODEN_DOOR",
  885. "volume": 0.45,
  886. "pitch": 0.90
  887. },
  888. "sneak": {
  889. "isEnabled": true,
  890. "accuracyMultiplier": 0.5
  891. },
  892. "explosive": {
  893. "isEnabled": false,
  894. "power": 5,
  895. "setFire": true
  896. },
  897. "noAmmoSound": {
  898. "sound": "UI_BUTTON_CLICK",
  899. "pitch": 2,
  900. "volume": 0.50
  901. },
  902. "projectileType": "EGG"
  903. },
  904. {
  905. "itemType": "IRON_AXE",
  906. "name": "SCAR-H",
  907. "accuracy": 0.20,
  908. "velocity": 45,
  909. "reloadTime": 40,
  910. "ammoType": "5.56×45mm NATO",
  911. "baseDamage": 5,
  912. "isAutomatic": false,
  913. "firingCooldown": 2,
  914. "maxAmmo": 30,
  915. "bulletsFired": 1,
  916. "description": [
  917. "§8Primary Weapon (Rifle)",
  918. " §7- Base Damage: §f5",
  919. " §7- Ammo Type: §f7.62×39mm NATO",
  920. " §7- Magazine Size: §f30",
  921. "",
  922. "§cAttachments: §7[]"
  923. ],
  924. "zoom": {
  925. "isEnabled": true,
  926. "zoomValue": 1
  927. },
  928. "boltAction": {
  929. "isEnabled": false
  930. },
  931. "reloadSound": {
  932. "sound": "BLOCK_PISTON_CONTRACT",
  933. "volume": 0.45,
  934. "pitch": 1
  935. },
  936. "fireSound": {
  937. "sound": "ENTITY_ZOMBIE_BREAK_WOODEN_DOOR",
  938. "volume": 0.45,
  939. "pitch": 0.85
  940. },
  941. "sneak": {
  942. "isEnabled": true,
  943. "accuracyMultiplier": 0.5
  944. },
  945. "explosive": {
  946. "isEnabled": false,
  947. "power": 5,
  948. "setFire": true
  949. },
  950. "noAmmoSound": {
  951. "sound": "UI_BUTTON_CLICK",
  952. "pitch": 2,
  953. "volume": 0.50
  954. },
  955. "projectileType": "EGG"
  956. },
  957. {
  958. "itemType": "IRON_HOE",
  959. "name": "KRISS Vector",
  960. "accuracy": 0.4,
  961. "velocity": 32,
  962. "reloadTime": 40,
  963. "ammoType": "5.56×45mm NATO",
  964. "baseDamage": 2,
  965. "isAutomatic": true,
  966. "firingCooldown": 2,
  967. "maxAmmo": 25,
  968. "bulletsFired": 1,
  969. "description": [
  970. "§8Primary Weapon (SMG)",
  971. " §7- Base Damage: §f2",
  972. " §7- Ammo Type: §f9mm",
  973. " §7- Magazine Size: §f25",
  974. "",
  975. "§cAttachments: §7[]"
  976. ],
  977. "zoom": {
  978. "isEnabled": true,
  979. "zoomValue": 1
  980. },
  981. "boltAction": {
  982. "isEnabled": false
  983. },
  984. "reloadSound": {
  985. "sound": "BLOCK_PISTON_CONTRACT",
  986. "volume": 0.45,
  987. "pitch": 1
  988. },
  989. "fireSound": {
  990. "sound": "BLOCK_IRON_DOOR_CLOSE",
  991. "volume": 2,
  992. "pitch": 2.0
  993. },
  994. "sneak": {
  995. "isEnabled": true,
  996. "accuracyMultiplier": 0.5
  997. },
  998. "explosive": {
  999. "isEnabled": false,
  1000. "power": 5,
  1001. "setFire": true
  1002. },
  1003. "noAmmoSound": {
  1004. "sound": "UI_BUTTON_CLICK",
  1005. "pitch": 2,
  1006. "volume": 0.50
  1007. },
  1008. "projectileType": "EGG"
  1009. },
  1010. {
  1011. "itemType": "IRON_PICKAXE",
  1012. "name": "G36",
  1013. "accuracy": 0.15,
  1014. "velocity": 52,
  1015. "reloadTime": 40,
  1016. "ammoType": "5.56×45mm NATO",
  1017. "baseDamage": 3,
  1018. "isAutomatic": true,
  1019. "firingCooldown": 4,
  1020. "maxAmmo": 30,
  1021. "bulletsFired": 1,
  1022. "description": [
  1023. "§8Primary Weapon (Rifle)",
  1024. " §7- Base Damage: §f3",
  1025. " §7- Ammo Type: §f5.56×45mm NATO",
  1026. " §7- Magazine Size: §f30",
  1027. "",
  1028. "§cAttachments: §7[]"
  1029. ],
  1030. "zoom": {
  1031. "isEnabled": true,
  1032. "zoomValue": 1
  1033. },
  1034. "boltAction": {
  1035. "isEnabled": false
  1036. },
  1037. "reloadSound": {
  1038. "sound": "BLOCK_PISTON_CONTRACT",
  1039. "volume": 0.45,
  1040. "pitch": 1
  1041. },
  1042. "fireSound": {
  1043. "sound": "ENTITY_ZOMBIE_BREAK_WOODEN_DOOR",
  1044. "volume": 0.45,
  1045. "pitch": 1.85
  1046. },
  1047. "sneak": {
  1048. "isEnabled": true,
  1049. "accuracyMultiplier": 0.5
  1050. },
  1051. "explosive": {
  1052. "isEnabled": false,
  1053. "power": 5,
  1054. "setFire": true
  1055. },
  1056. "noAmmoSound": {
  1057. "sound": "UI_BUTTON_CLICK",
  1058. "pitch": 2,
  1059. "volume": 0.50
  1060. },
  1061. "projectileType": "EGG"
  1062. },
  1063. {
  1064. "itemType": "STONE_PICKAXE",
  1065. "name": "Dragunov",
  1066. "accuracy": 0.1,
  1067. "velocity": 65,
  1068. "reloadTime": 40,
  1069. "ammoType": "5.56×45mm NATO",
  1070. "baseDamage": 14,
  1071. "isAutomatic": false,
  1072. "firingCooldown": 24,
  1073. "maxAmmo": 10,
  1074. "bulletsFired": 1,
  1075. "description": [
  1076. "§8Primary Weapon (Sniper Rifle)",
  1077. " §7- Base Damage: §f14",
  1078. " §7- Ammo Type: §f7.62x54mm NATO",
  1079. " §7- Magazine Size: §f10",
  1080. "",
  1081. "§cAttachments: §7[]"
  1082. ],
  1083. "zoom": {
  1084. "isEnabled": true,
  1085. "zoomValue": 1
  1086. },
  1087. "boltAction": {
  1088. "isEnabled": true
  1089. },
  1090. "reloadSound": {
  1091. "sound": "BLOCK_PISTON_CONTRACT",
  1092. "volume": 0.45,
  1093. "pitch": 1
  1094. },
  1095. "fireSound": {
  1096. "sound": "ENTITY_WITHER_BREAK_BLOCK",
  1097. "volume": 0.45,
  1098. "pitch": 0.6
  1099. },
  1100. "sneak": {
  1101. "isEnabled": true,
  1102. "accuracyMultiplier": 0.5
  1103. },
  1104. "explosive": {
  1105. "isEnabled": false,
  1106. "power": 5,
  1107. "setFire": true
  1108. },
  1109. "noAmmoSound": {
  1110. "sound": "UI_BUTTON_CLICK",
  1111. "pitch": 2,
  1112. "volume": 0.50
  1113. },
  1114. "projectileType": "EGG"
  1115. },
  1116. {
  1117. "itemType": "IRON_SWORD",
  1118. "name": "DSR-50",
  1119. "accuracy": 0.1,
  1120. "velocity": 70,
  1121. "reloadTime": 40,
  1122. "ammoType": "5.56×45mm NATO",
  1123. "baseDamage": 24,
  1124. "isAutomatic": false,
  1125. "firingCooldown": 34,
  1126. "maxAmmo": 5,
  1127. "bulletsFired": 1,
  1128. "description": [
  1129. "§8Primary Weapon (Sniper Rifle)",
  1130. " §7- Base Damage: §f24",
  1131. " §7- Ammo Type: §f.50 BMG",
  1132. " §7- Magazine Size: §f5",
  1133. "",
  1134. "§cAttachments: §7[]"
  1135. ],
  1136. "zoom": {
  1137. "isEnabled": true,
  1138. "zoomValue": 1
  1139. },
  1140. "boltAction": {
  1141. "isEnabled": true
  1142. },
  1143. "reloadSound": {
  1144. "sound": "BLOCK_PISTON_CONTRACT",
  1145. "volume": 0.45,
  1146. "pitch": 1
  1147. },
  1148. "fireSound": {
  1149. "sound": "ENTITY_WITHER_BREAK_BLOCK",
  1150. "volume": 0.45,
  1151. "pitch": 0.5
  1152. },
  1153. "sneak": {
  1154. "isEnabled": true,
  1155. "accuracyMultiplier": 0.5
  1156. },
  1157. "explosive": {
  1158. "isEnabled": false,
  1159. "power": 5,
  1160. "setFire": true
  1161. },
  1162. "noAmmoSound": {
  1163. "sound": "UI_BUTTON_CLICK",
  1164. "pitch": 2,
  1165. "volume": 0.50
  1166. },
  1167. "projectileType": "EGG"
  1168. },
  1169. {
  1170. "itemType": "DIAMOND_HOE",
  1171. "name": "RSH-12",
  1172. "accuracy": 0.25,
  1173. "velocity": 30,
  1174. "reloadTime": 40,
  1175. "ammoType": "5.56×45mm NATO",
  1176. "baseDamage": 10,
  1177. "isAutomatic": false,
  1178. "firingCooldown": 18,
  1179. "maxAmmo": 5,
  1180. "bulletsFired": 1,
  1181. "description": [
  1182. "§8Secondary Weapon (Pistol)",
  1183. " §7- Base Damage: §f10",
  1184. " §7- Ammo Type: §f12.7x55mm",
  1185. " §7- Magazine Size: §f5",
  1186. "",
  1187. "§cAttachments: §7[]"
  1188. ],
  1189. "zoom": {
  1190. "isEnabled": true,
  1191. "zoomValue": 1
  1192. },
  1193. "boltAction": {
  1194. "isEnabled": true
  1195. },
  1196. "reloadSound": {
  1197. "sound": "BLOCK_PISTON_CONTRACT",
  1198. "volume": 0.45,
  1199. "pitch": 1
  1200. },
  1201. "fireSound": {
  1202. "sound": "ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR",
  1203. "volume": 1.75,
  1204. "pitch": .60
  1205. },
  1206. "sneak": {
  1207. "isEnabled": true,
  1208. "accuracyMultiplier": 0.5
  1209. },
  1210. "explosive": {
  1211. "isEnabled": false,
  1212. "power": 5,
  1213. "setFire": true
  1214. },
  1215. "noAmmoSound": {
  1216. "sound": "UI_BUTTON_CLICK",
  1217. "pitch": 2,
  1218. "volume": 0.50
  1219. },
  1220. "projectileType": "EGG"
  1221. }
  1222. ],
  1223. "ammo": [
  1224. {
  1225. "maxCapacity": 30,
  1226. "name": "5.56×45mm NATO",
  1227. "description": [],
  1228. "itemType": "PURPLE_DYE"
  1229. },
  1230. {
  1231. "maxCapacity": 15,
  1232. "name": "9mm",
  1233. "description": [],
  1234. "itemType": "COCOA_BEANS"
  1235. }
  1236. ],
  1237. "medical": [
  1238. {
  1239. "healAmount": 4.0,
  1240. "healTicks": 60,
  1241. "name": "Bandage",
  1242. "description": [
  1243. "§8Medical Item",
  1244. "§7Heal Amount: §f4",
  1245. ],
  1246. "itemType": "PAPER"
  1247. },
  1248. {
  1249. "healAmount": 12.0,
  1250. "healTicks": 120,
  1251. "name": "Large Medkit",
  1252. "description": [
  1253. "§8Medical Item",
  1254. "§7Heal Amount: §f12",
  1255. ],
  1256. "itemType": "CHORUS_PLANT"
  1257. }
  1258. ],
  1259. "throwable": [
  1260. {
  1261. "explosionRadius": 4.0,
  1262. "incendiary": false,
  1263. "fuse": 40.0,
  1264. "name": "HE Grenade",
  1265. "description": [
  1266. "§8Throwable Item",
  1267. "§7Base Damage: §f16",
  1268. ],
  1269. "itemType": "FIREWORK_STAR"
  1270. }
  1271. ]
  1272. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement