Advertisement
Profile_Name_Pending

Untitled

Nov 19th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.26 KB | None | 0 0
  1. /spawnitem violiumbroadsword 1
  2. '{
  3. "itemName": "violiumbroadsword",
  4. "price": 960,
  5. "level": 6,
  6. "maxStack": 1,
  7. "rarity": "Legendary",
  8. "description": "This hardened violium hilt houses the projector for a wicked energy blade.",
  9. "shortdescription": "Violium Broadsword",
  10. "tooltipKind": "sword",
  11. "category": "broadsword",
  12. "twoHanded": true,
  13. "itemTags": [
  14. "weapon",
  15. "melee",
  16. "broadsword"
  17. ],
  18. "inventoryIcon": [
  19. {
  20. "image": "/items/active/weapons/protectorate/violiumshortsword/blade.png:active.1?scalenearest=0.6;1.5?hueshift=75",
  21. "position": [
  22. 0,
  23. 0.9
  24. ]
  25. },
  26. {
  27. "image": "/items/active/weapons/melee/pickaxe/energypickaxehandle.png?replace;24232F=727272;3D3D51=979997;676F83=CCC9C9;9DA8AF=CCCAC9",
  28. "position": [
  29. 0,
  30. 0.9
  31. ]
  32. }
  33. ],
  34. "animation": "/items/active/weapons/melee/broadsword/energybroadsword.animation",
  35. "animationParts": {
  36. "handle": "handle.png",
  37. "handleFullbright": "handlefullbright.png",
  38. "blade": "blade.png"
  39. },
  40. "animationCustom": {
  41. "animatedParts": {
  42. "stateTypes": {
  43. "swoosh": {
  44. "default": "idle",
  45. "states": {
  46. "idle": {},
  47. "fire": {
  48. "frames": 3,
  49. "cycle": 0.1,
  50. "mode": "transition",
  51. "transition": "idle"
  52. },
  53. "fire2": {
  54. "frames": 3,
  55. "cycle": 0.1,
  56. "mode": "transition",
  57. "transition": "idle"
  58. },
  59. "fire3": {
  60. "frames": 3,
  61. "cycle": 0.1,
  62. "mode": "transition",
  63. "transition": "idle"
  64. },
  65. "fire4": {
  66. "frames": 3,
  67. "cycle": 0.1,
  68. "mode": "transition",
  69. "transition": "idle"
  70. },
  71. "fire5": {
  72. "frames": 3,
  73. "cycle": 0.1,
  74. "mode": "transition",
  75. "transition": "idle"
  76. },
  77. "fire6": {
  78. "frames": 3,
  79. "cycle": 2,
  80. "mode": "transition",
  81. "transition": "idle"
  82. },
  83. "fire7": {
  84. "frames": 3,
  85. "cycle": 0.1,
  86. "mode": "transition",
  87. "transition": "idle"
  88. },
  89. "fire8": {
  90. "frames": 3,
  91. "cycle": 0.1,
  92. "mode": "transition",
  93. "transition": "idle"
  94. },
  95. "fire9": {
  96. "frames": 3,
  97. "cycle": 0.1,
  98. "mode": "transition",
  99. "transition": "idle"
  100. },
  101. "fire10": {
  102. "frames": 3,
  103. "cycle": 0.1,
  104. "mode": "transition",
  105. "transition": "idle"
  106. },
  107. "fire11": {
  108. "frames": 3,
  109. "cycle": 0.3,
  110. "mode": "transition",
  111. "transition": "idle"
  112. }
  113. }
  114. },
  115. "blade": {
  116. "default": "inactive",
  117. "states": {
  118. "inactive": {
  119. "properties": {
  120. "lightsOff": [
  121. "glow"
  122. ],
  123. "particleEmittersOff": [
  124. "blade"
  125. ]
  126. }
  127. },
  128. "extend": {
  129. "frames": 5,
  130. "cycle": 0.15,
  131. "mode": "transition",
  132. "transition": "active",
  133. "properties": {
  134. "lightsOn": [
  135. "glow"
  136. ],
  137. "particleEmittersOn": [
  138. "blade"
  139. ],
  140. "immediateSound": "/sfx/tools/energypickaxe_start.ogg"
  141. }
  142. },
  143. "active": {
  144. "frames": 8,
  145. "cycle": 0.5,
  146. "mode": "loop",
  147. "properties": {
  148. "lightsOn": [
  149. "glow"
  150. ],
  151. "particleEmittersOn": [
  152. "blade"
  153. ],
  154. "persistentSound": "/sfx/tools/energypickaxe_idle.ogg"
  155. }
  156. },
  157. "retract": {
  158. "frames": 5,
  159. "cycle": 0.15,
  160. "mode": "transition",
  161. "transition": "inactive",
  162. "properties": {
  163. "lightsOn": [
  164. "glow"
  165. ],
  166. "particleEmittersOn": [
  167. "blade"
  168. ],
  169. "immediateSound": "/sfx/tools/energypickaxe_stop2.ogg"
  170. }
  171. }
  172. }
  173. }
  174. },
  175. "parts": {
  176. "blade": {
  177. "properties": {
  178. "zLevel": 0,
  179. "centered": true,
  180. "fullbright": true,
  181. "offset": [
  182. 0,
  183. 0.9
  184. ],
  185. "transformationGroups": [
  186. "weapon"
  187. ],
  188. "rotationCenter": [
  189. 0,
  190. 0
  191. ],
  192. "damageArea": [
  193. [
  194. -0.7,
  195. -1
  196. ],
  197. [
  198. -0.7,
  199. 2.5
  200. ],
  201. [
  202. 0.5,
  203. 2.5
  204. ],
  205. [
  206. 0.5,
  207. -1
  208. ]
  209. ]
  210. },
  211. "partStates": {
  212. "blade": {
  213. "inactive": {
  214. "properties": {
  215. "image": ""
  216. }
  217. },
  218. "extend": {
  219. "properties": {
  220. "image": "/items/active/weapons/protectorate/violiumshortsword/blade.png:extend.<frame>?scalenearest=0.6;1.5?hueshift=75?<bladeDirectives>"
  221. }
  222. },
  223. "active": {
  224. "properties": {
  225. "image": "/items/active/weapons/protectorate/violiumshortsword/blade.png:active.<frame>?scalenearest=0.6;1.5?hueshift=75?<bladeDirectives>"
  226. }
  227. },
  228. "retract": {
  229. "properties": {
  230. "image": "/items/active/weapons/protectorate/violiumshortsword/blade.png:retract.<frame>?scalenearest=0.6;1.5?hueshift=75?<bladeDirectives>"
  231. }
  232. }
  233. }
  234. }
  235. },
  236. "handle": {
  237. "properties": {
  238. "zLevel": 1,
  239. "centered": true,
  240. "image": "/items/active/weapons/melee/pickaxe/energypickaxehandle.png?replace;24232F=727272;3D3D51=979997;676F83=CCC9C9;9DA8AF=CCCAC9",
  241. "offset": [
  242. 0,
  243. 0.9
  244. ],
  245. "transformationGroups": [
  246. "weapon"
  247. ],
  248. "rotationCenter": [
  249. 0,
  250. 0
  251. ]
  252. }
  253. },
  254. "handleFullbright": {
  255. "properties": {
  256. "zLevel": 2,
  257. "centered": true,
  258. "fullbright": true,
  259. "image": "/assetmissing.png",
  260. "offset": [
  261. 0,
  262. 0
  263. ],
  264. "transformationGroups": [
  265. "weapon"
  266. ],
  267. "rotationCenter": [
  268. 0,
  269. 0
  270. ]
  271. }
  272. },
  273. "swoosh": {
  274. "properties": {
  275. "zLevel": -1,
  276. "centered": true,
  277. "fullbright": true,
  278. "transformationGroups": [
  279. "swoosh"
  280. ],
  281. "rotationCenter": [
  282. 0,
  283. 0
  284. ]
  285. },
  286. "partStates": {
  287. "swoosh": {
  288. "idle": {
  289. "properties": {
  290. "image": ""
  291. }
  292. },
  293. "fire": {
  294. "properties": {
  295. "image": "/items/active/weapons/melee/broadsword/swoosh/energyswoosh.png:<frame>?hueshift=75",
  296. "offset": [
  297. 0,
  298. 2.5
  299. ],
  300. "damageArea": [
  301. [
  302. -5,
  303. 2
  304. ],
  305. [
  306. -2.5,
  307. 3
  308. ],
  309. [
  310. 1,
  311. 3
  312. ],
  313. [
  314. 4,
  315. 1.75
  316. ],
  317. [
  318. 5,
  319. -0.25
  320. ],
  321. [
  322. 5,
  323. -2.25
  324. ],
  325. [
  326. 4,
  327. -3.25
  328. ],
  329. [
  330. 0,
  331. -2.5
  332. ]
  333. ]
  334. }
  335. },
  336. "fire2": {
  337. "properties": {
  338. "image": "/items/active/weapons/melee/broadsword/swoosh/energyswoosh.png:<frame>?hueshift=75?flipy",
  339. "offset": [
  340. 0,
  341. -2.5
  342. ],
  343. "damageArea": [
  344. [
  345. -5,
  346. 2
  347. ],
  348. [
  349. -2.5,
  350. 3
  351. ],
  352. [
  353. 1,
  354. 3
  355. ],
  356. [
  357. 4,
  358. 1.75
  359. ],
  360. [
  361. 5,
  362. -0.25
  363. ],
  364. [
  365. 5,
  366. -2.25
  367. ],
  368. [
  369. 4,
  370. -3.25
  371. ],
  372. [
  373. 0,
  374. -2.5
  375. ]
  376. ]
  377. }
  378. },
  379. "fire3": {
  380. "properties": {
  381. "image": "/items/active/weapons/melee/broadsword/swoosh3/energyswoosh.png:<frame>?hueshift=75",
  382. "offset": [
  383. 3.5,
  384. 0
  385. ],
  386. "damageArea": [
  387. [
  388. -4.75,
  389. 1.5
  390. ],
  391. [
  392. 3,
  393. 1
  394. ],
  395. [
  396. 3,
  397. -1
  398. ],
  399. [
  400. -4.75,
  401. -1.5
  402. ]
  403. ]
  404. }
  405. },
  406. "fire4": {
  407. "properties": {
  408. "image": "/items/active/weapons/melee/broadsword/swoosh3/energyswoosh.png:<frame>?hueshift=75",
  409. "offset": [
  410. 3.5,
  411. 0
  412. ],
  413. "damageArea": [
  414. [
  415. -4.75,
  416. 1.5
  417. ],
  418. [
  419. 3,
  420. 1
  421. ],
  422. [
  423. 3,
  424. -1
  425. ],
  426. [
  427. -4.75,
  428. -1.5
  429. ]
  430. ]
  431. }
  432. },
  433. "fire5": {
  434. "properties": {
  435. "image": "/items/active/weapons/melee/broadsword/swoosh3/energyswoosh.png:<frame>?hueshift=75",
  436. "offset": [
  437. 3.5,
  438. 0
  439. ],
  440. "damageArea": [
  441. [
  442. -4.75,
  443. 1.5
  444. ],
  445. [
  446. 3,
  447. 1
  448. ],
  449. [
  450. 3,
  451. -1
  452. ],
  453. [
  454. -4.75,
  455. -1.5
  456. ]
  457. ]
  458. }
  459. },
  460. "fire6": {
  461. "properties": {
  462. "image": "/assetmissing.png",
  463. "offset": [
  464. 3.5,
  465. 0
  466. ],
  467. "damageArea": [
  468. [
  469. 1,
  470. 1.9
  471. ],
  472. [
  473. -1,
  474. 1.9
  475. ],
  476. [
  477. 1,
  478. -1.9
  479. ],
  480. [
  481. -1,
  482. -1.9
  483. ]
  484. ]
  485. }
  486. },
  487. "fire7": {
  488. "properties": {
  489. "image": "/items/active/weapons/melee/broadsword/swoosh3/energyswoosh.png:<frame>?hueshift=75",
  490. "offset": [
  491. 3.5,
  492. 0
  493. ],
  494. "damageArea": [
  495. [
  496. -4.75,
  497. 1.5
  498. ],
  499. [
  500. 3,
  501. 1
  502. ],
  503. [
  504. 3,
  505. -1
  506. ],
  507. [
  508. -4.75,
  509. -1.5
  510. ]
  511. ]
  512. }
  513. },
  514. "fire8": {
  515. "properties": {
  516. "image": "/items/active/weapons/melee/broadsword/swoosh3/energyswoosh.png:<frame>?hueshift=75",
  517. "offset": [
  518. 3.5,
  519. 0
  520. ],
  521. "damageArea": [
  522. [
  523. -4.75,
  524. 1.5
  525. ],
  526. [
  527. 3,
  528. 1
  529. ],
  530. [
  531. 3,
  532. -1
  533. ],
  534. [
  535. -4.75,
  536. -1.5
  537. ]
  538. ]
  539. }
  540. },
  541. "fire9": {
  542. "properties": {
  543. "image": "/items/active/weapons/melee/broadsword/swoosh3/energyswoosh.png:<frame>?hueshift=75",
  544. "offset": [
  545. 3.5,
  546. 0
  547. ],
  548. "damageArea": [
  549. [
  550. -4.75,
  551. 1.5
  552. ],
  553. [
  554. 3,
  555. 1
  556. ],
  557. [
  558. 3,
  559. -1
  560. ],
  561. [
  562. -4.75,
  563. -1.5
  564. ]
  565. ]
  566. }
  567. },
  568. "fire10": {
  569. "properties": {
  570. "image": "/items/active/weapons/melee/broadsword/swoosh3/energyswoosh.png:<frame>?hueshift=75",
  571. "offset": [
  572. 3.5,
  573. 0
  574. ],
  575. "damageArea": [
  576. [
  577. -4.75,
  578. 1.5
  579. ],
  580. [
  581. 3,
  582. 1
  583. ],
  584. [
  585. 3,
  586. -1
  587. ],
  588. [
  589. -4.75,
  590. -1.5
  591. ]
  592. ]
  593. }
  594. },
  595. "fire11": {
  596. "properties": {
  597. "image": "/items/active/weapons/melee/broadsword/swoosh3/energyswoosh.png:<frame>?hueshift=75",
  598. "offset": [
  599. 3.5,
  600. 0
  601. ],
  602. "damageArea": [
  603. [
  604. -4.75,
  605. 1.5
  606. ],
  607. [
  608. 3,
  609. 1
  610. ],
  611. [
  612. 3,
  613. -1
  614. ],
  615. [
  616. -4.75,
  617. -1.5
  618. ]
  619. ]
  620. }
  621. }
  622. }
  623. }
  624. }
  625. }
  626. },
  627. "transformationGroups": {
  628. "weapon": {},
  629. "swoosh": {}
  630. },
  631. "particleEmitters": {
  632. "physicalswoosh": {
  633. "active": false,
  634. "transformationGroups": [
  635. "swoosh"
  636. ],
  637. "burstCount": 4,
  638. "particles": [
  639. {
  640. "particle": "defaultred"
  641. },
  642. {
  643. "particle": "defaultred"
  644. }
  645. ]
  646. },
  647. "blade": {
  648. "active": false,
  649. "transformationGroups": [
  650. "weapon"
  651. ],
  652. "offsetRegion": [
  653. -0.5,
  654. 1.5,
  655. 0.5,
  656. 4
  657. ],
  658. "emissionRate": 5,
  659. "particles": [
  660. {
  661. "particle": "defaultred"
  662. },
  663. {
  664. "particle": "defaultred"
  665. }
  666. ]
  667. }
  668. },
  669. "lights": {
  670. "glow": {
  671. "position": [
  672. 0,
  673. 2
  674. ],
  675. "color": [
  676. 255,
  677. 0,
  678. 0
  679. ],
  680. "transformationGroups": [
  681. "weapon"
  682. ]
  683. }
  684. },
  685. "sounds": {
  686. "fire": [
  687. "/sfx/melee/laser_weapon_swing1.ogg",
  688. "/sfx/melee/laser_weapon_swing2.ogg",
  689. "/sfx/melee/laser_weapon_swing3.ogg"
  690. ],
  691. "fire2": [
  692. "/sfx/melee/laser_weapon_swing1.ogg",
  693. "/sfx/melee/laser_weapon_swing2.ogg",
  694. "/sfx/melee/laser_weapon_swing3.ogg"
  695. ],
  696. "fire3": [
  697. "/sfx/melee/laser_weapon_swing1.ogg",
  698. "/sfx/melee/laser_weapon_swing2.ogg",
  699. "/sfx/melee/laser_weapon_swing3.ogg"
  700. ],
  701. "fire4": [
  702. "/sfx/melee/laser_weapon_swing1.ogg",
  703. "/sfx/melee/laser_weapon_swing2.ogg",
  704. "/sfx/melee/laser_weapon_swing3.ogg"
  705. ],
  706. "fire5": [
  707. "/sfx/melee/laser_weapon_swing1.ogg",
  708. "/sfx/melee/laser_weapon_swing2.ogg",
  709. "/sfx/melee/laser_weapon_swing3.ogg"
  710. ],
  711. "fire6": [
  712. "/sfx/melee/laser_weapon_swing1.ogg",
  713. "/sfx/melee/laser_weapon_swing2.ogg",
  714. "/sfx/melee/laser_weapon_swing3.ogg",
  715. "/sfx/tools/energypickaxe_idle.ogg"
  716. ],
  717. "fire7": [
  718. "/sfx/melee/laser_weapon_swing1.ogg",
  719. "/sfx/melee/laser_weapon_swing2.ogg",
  720. "/sfx/melee/laser_weapon_swing3.ogg"
  721. ],
  722. "fire8": [
  723. "/sfx/melee/laser_weapon_swing1.ogg",
  724. "/sfx/melee/laser_weapon_swing2.ogg",
  725. "/sfx/melee/laser_weapon_swing3.ogg"
  726. ],
  727. "fire9": [
  728. "/sfx/melee/laser_weapon_swing1.ogg",
  729. "/sfx/melee/laser_weapon_swing2.ogg",
  730. "/sfx/melee/laser_weapon_swing3.ogg"
  731. ],
  732. "fire10": [
  733. "/sfx/melee/laser_weapon_swing1.ogg",
  734. "/sfx/melee/laser_weapon_swing2.ogg",
  735. "/sfx/melee/laser_weapon_swing3.ogg"
  736. ],
  737. "fire11": [
  738. "/sfx/melee/laser_weapon_swing1.ogg",
  739. "/sfx/melee/laser_weapon_swing2.ogg",
  740. "/sfx/melee/laser_weapon_swing3.ogg"
  741. ]
  742. }
  743. },
  744. "scripts": [
  745. "/items/active/weapons/melee/energymeleeweapon.lua"
  746. ],
  747. "activeTime": 5,
  748. "elementalType": "physical",
  749. "primaryAbilityType": "broadswordcombo",
  750. "primaryAbility": {
  751. "fireTime": 1,
  752. "baseDps": 30,
  753. "cooldownTime": 0,
  754. "comboSteps": 11,
  755. "stances": {
  756. "idle": {
  757. "armRotation": -45,
  758. "weaponRotation": -30,
  759. "allowRotate": false,
  760. "allowFlip": true
  761. },
  762. "windup1": {
  763. "duration": 0.15,
  764. "armRotation": 90,
  765. "weaponRotation": 0,
  766. "twoHanded": true,
  767. "allowRotate": false,
  768. "allowFlip": true
  769. },
  770. "preslash1": {
  771. "duration": 0.025,
  772. "armRotation": 45,
  773. "weaponRotation": -45,
  774. "twoHanded": true,
  775. "allowRotate": false,
  776. "allowFlip": false
  777. },
  778. "fire1": {
  779. "duration": 0.15,
  780. "armRotation": -45,
  781. "weaponRotation": -45,
  782. "twoHanded": true,
  783. "allowRotate": false,
  784. "allowFlip": false,
  785. "animationState": {
  786. "weapon": "hidden"
  787. }
  788. },
  789. "wait1": {
  790. "duration": 1,
  791. "armRotation": -45,
  792. "weaponRotation": -30,
  793. "allowRotate": false,
  794. "allowFlip": true,
  795. "twoHanded": true
  796. },
  797. "windup2": {
  798. "duration": 0.15,
  799. "armRotation": -45,
  800. "weaponRotation": -60,
  801. "twoHanded": true,
  802. "allowRotate": false,
  803. "allowFlip": true
  804. },
  805. "preslash2": {
  806. "duration": 0.025,
  807. "armRotation": -60,
  808. "weaponRotation": -60,
  809. "twoHanded": true,
  810. "allowRotate": false,
  811. "allowFlip": false
  812. },
  813. "fire2": {
  814. "duration": 0.15,
  815. "armRotation": 45,
  816. "weaponRotation": -60,
  817. "twoHanded": true,
  818. "allowRotate": false,
  819. "allowFlip": true
  820. },
  821. "wait2": {
  822. "duration": 3,
  823. "armRotation": -45,
  824. "weaponRotation": -30,
  825. "allowRotate": false,
  826. "allowFlip": true,
  827. "twoHanded": true
  828. },
  829. "windup3": {
  830. "duration": 0.05,
  831. "armRotation": -150,
  832. "weaponRotation": 55,
  833. "twoHanded": true,
  834. "allowRotate": false,
  835. "allowFlip": true
  836. },
  837. "preslash3": {
  838. "duration": 0.05,
  839. "armRotation": -150,
  840. "weaponRotation": 55,
  841. "twoHanded": true,
  842. "allowRotate": false,
  843. "allowFlip": true
  844. },
  845. "fire3": {
  846. "duration": 0.1,
  847. "armRotation": 0,
  848. "weaponRotation": -75,
  849. "twoHanded": true,
  850. "allowRotate": false,
  851. "allowFlip": true
  852. },
  853. "wait3": {
  854. "duration": 1,
  855. "armRotation": -150,
  856. "weaponRotation": 55,
  857. "twoHanded": true,
  858. "allowRotate": false,
  859. "allowFlip": true
  860. },
  861. "windup4": {
  862. "duration": 0.05,
  863. "armRotation": -150,
  864. "weaponRotation": 55,
  865. "twoHanded": true,
  866. "allowRotate": false,
  867. "allowFlip": true
  868. },
  869. "preslash4": {
  870. "duration": 0.05,
  871. "armRotation": -150,
  872. "weaponRotation": 55,
  873. "twoHanded": true,
  874. "allowRotate": false,
  875. "allowFlip": true
  876. },
  877. "fire4": {
  878. "duration": 0.1,
  879. "armRotation": 0,
  880. "weaponRotation": -105,
  881. "twoHanded": true,
  882. "allowRotate": false,
  883. "allowFlip": true
  884. },
  885. "wait4": {
  886. "duration": 1,
  887. "armRotation": -150,
  888. "weaponRotation": 55,
  889. "twoHanded": true,
  890. "allowRotate": false,
  891. "allowFlip": true
  892. },
  893. "windup5": {
  894. "duration": 0.05,
  895. "armRotation": -150,
  896. "weaponRotation": 55,
  897. "twoHanded": true,
  898. "allowRotate": false,
  899. "allowFlip": true
  900. },
  901. "preslash5": {
  902. "duration": 0.05,
  903. "armRotation": -150,
  904. "weaponRotation": 55,
  905. "twoHanded": true,
  906. "allowRotate": false,
  907. "allowFlip": true
  908. },
  909. "fire5": {
  910. "duration": 0.1,
  911. "armRotation": 0,
  912. "weaponRotation": -90,
  913. "twoHanded": true,
  914. "allowRotate": false,
  915. "allowFlip": true
  916. },
  917. "wait5": {
  918. "duration": 3,
  919. "armRotation": -45,
  920. "weaponRotation": -30,
  921. "twoHanded": true,
  922. "allowRotate": false,
  923. "allowFlip": true
  924. },
  925. "windup6": {
  926. "duration": 0.05,
  927. "armRotation": -150,
  928. "weaponRotation": 55,
  929. "twoHanded": true,
  930. "allowRotate": false,
  931. "allowFlip": true
  932. },
  933. "preslash6": {
  934. "duration": 0.05,
  935. "armRotation": -150,
  936. "weaponRotation": 55,
  937. "twoHanded": true,
  938. "allowRotate": false,
  939. "allowFlip": true
  940. },
  941. "fire6": {
  942. "duration": 1,
  943. "armRotation": 0,
  944. "weaponRotation": 0,
  945. "weaponOffset": [
  946. 4,
  947. 0.9
  948. ],
  949. "weaponRotationCenter": [
  950. 4,
  951. 0.9
  952. ],
  953. "weaponAngularVelocity": 2160,
  954. "twoHanded": false,
  955. "allowRotate": false,
  956. "allowFlip": true
  957. },
  958. "wait6": {
  959. "duration": 3,
  960. "armRotation": -45,
  961. "weaponRotation": -30,
  962. "twoHanded": true,
  963. "allowRotate": false,
  964. "allowFlip": true
  965. },
  966. "windup8": {
  967. "duration": 0.05,
  968. "armRotation": 0,
  969. "weaponRotation": 0,
  970. "twoHanded": true,
  971. "allowRotate": false,
  972. "allowFlip": true
  973. },
  974. "preslash8": {
  975. "duration": 0.05,
  976. "armRotation": 0,
  977. "weaponRotation": 0,
  978. "twoHanded": true,
  979. "allowRotate": false,
  980. "allowFlip": true
  981. },
  982. "fire8": {
  983. "duration": 0.1,
  984. "armRotation": 45,
  985. "weaponRotation": -90,
  986. "twoHanded": false,
  987. "allowRotate": false,
  988. "allowFlip": true
  989. },
  990. "wait8": {
  991. "duration": 3,
  992. "armRotation": -45,
  993. "weaponRotation": -30,
  994. "twoHanded": true,
  995. "allowRotate": false,
  996. "allowFlip": true
  997. },
  998. "windup9": {
  999. "duration": 0.05,
  1000. "armRotation": 0,
  1001. "weaponRotation": 0,
  1002. "twoHanded": true,
  1003. "allowRotate": false,
  1004. "allowFlip": true
  1005. },
  1006. "preslash9": {
  1007. "duration": 0.05,
  1008. "armRotation": 0,
  1009. "weaponRotation": 0,
  1010. "twoHanded": true,
  1011. "allowRotate": false,
  1012. "allowFlip": true
  1013. },
  1014. "fire9": {
  1015. "duration": 0.1,
  1016. "armRotation": 90,
  1017. "weaponRotation": -90,
  1018. "twoHanded": false,
  1019. "allowRotate": false,
  1020. "allowFlip": true
  1021. },
  1022. "wait9": {
  1023. "duration": 3,
  1024. "armRotation": -45,
  1025. "weaponRotation": -30,
  1026. "twoHanded": true,
  1027. "allowRotate": false,
  1028. "allowFlip": true
  1029. },
  1030. "windup10": {
  1031. "duration": 0.05,
  1032. "armRotation": 0,
  1033. "weaponRotation": 0,
  1034. "twoHanded": true,
  1035. "allowRotate": false,
  1036. "allowFlip": true
  1037. },
  1038. "preslash10": {
  1039. "duration": 0.05,
  1040. "armRotation": 0,
  1041. "weaponRotation": 0,
  1042. "twoHanded": true,
  1043. "allowRotate": false,
  1044. "allowFlip": true
  1045. },
  1046. "fire10": {
  1047. "duration": 0.1,
  1048. "armRotation": 135,
  1049. "weaponRotation": -90,
  1050. "twoHanded": false,
  1051. "allowRotate": false,
  1052. "allowFlip": true
  1053. },
  1054. "wait10": {
  1055. "duration": 3,
  1056. "armRotation": -45,
  1057. "weaponRotation": -30,
  1058. "twoHanded": true,
  1059. "allowRotate": false,
  1060. "allowFlip": true
  1061. },
  1062. "windup11": {
  1063. "duration": 0.05,
  1064. "armRotation": 0,
  1065. "weaponRotation": 90,
  1066. "twoHanded": true,
  1067. "allowRotate": false,
  1068. "allowFlip": true
  1069. },
  1070. "preslash11": {
  1071. "duration": 0.05,
  1072. "armRotation": 0,
  1073. "weaponRotation": 90,
  1074. "twoHanded": true,
  1075. "allowRotate": false,
  1076. "allowFlip": true
  1077. },
  1078. "fire11": {
  1079. "duration": 0.1,
  1080. "armRotation": -135,
  1081. "weaponRotation": -135,
  1082. "twoHanded": false,
  1083. "allowRotate": false,
  1084. "allowFlip": true
  1085. },
  1086. "wait11": {
  1087. "duration": 3,
  1088. "armRotation": -45,
  1089. "weaponRotation": -30,
  1090. "twoHanded": true,
  1091. "allowRotate": false,
  1092. "allowFlip": true
  1093. }
  1094. },
  1095. "swooshOffsetRegions": [
  1096. [
  1097. 0.75,
  1098. 0,
  1099. 4.25,
  1100. 5
  1101. ],
  1102. [
  1103. 0.75,
  1104. 0,
  1105. 4.25,
  1106. 5
  1107. ],
  1108. [
  1109. 1.5,
  1110. -1,
  1111. 5.5,
  1112. 1
  1113. ],
  1114. [
  1115. 1.5,
  1116. -1,
  1117. 5.5,
  1118. 1
  1119. ],
  1120. [
  1121. 1.5,
  1122. -1,
  1123. 5.5,
  1124. 1
  1125. ],
  1126. [
  1127. 1.5,
  1128. -1,
  1129. 5.5,
  1130. 1
  1131. ],
  1132. [
  1133. 1.5,
  1134. -1,
  1135. 5.5,
  1136. 1
  1137. ],
  1138. [
  1139. 1.5,
  1140. -1,
  1141. 5.5,
  1142. 1
  1143. ],
  1144. [
  1145. 1.5,
  1146. -1,
  1147. 5.5,
  1148. 1
  1149. ],
  1150. [
  1151. 1.5,
  1152. -1,
  1153. 5.5,
  1154. 1
  1155. ],
  1156. [
  1157. 1.5,
  1158. -1,
  1159. 5.5,
  1160. 1
  1161. ]
  1162. ],
  1163. "stepDamageConfig": [
  1164. {
  1165. "baseDamageFactor": 1,
  1166. "knockback": 10
  1167. },
  1168. {
  1169. "baseDamageFactor": 1,
  1170. "knockback": 10
  1171. },
  1172. {
  1173. "baseDamageFactor": 1,
  1174. "knockback": 10
  1175. },
  1176. {
  1177. "baseDamageFactor": 1,
  1178. "knockback": 10
  1179. },
  1180. {
  1181. "baseDamageFactor": 1,
  1182. "knockback": 10
  1183. },
  1184. {
  1185. "baseDamageFactor": 1,
  1186. "knockback": 10
  1187. },
  1188. {
  1189. "baseDamageFactor": 1,
  1190. "knockback": 10
  1191. },
  1192. {
  1193. "baseDamageFactor": 1,
  1194. "knockback": 10
  1195. },
  1196. {
  1197. "baseDamageFactor": 1,
  1198. "knockback": 10
  1199. },
  1200. {
  1201. "baseDamageFactor": 1,
  1202. "knockback": 10
  1203. },
  1204. {
  1205. "baseDamageFactor": 1,
  1206. "knockback": 10
  1207. }
  1208. ]
  1209. },
  1210. "altAbilityType": "flipslash",
  1211. "builder": "/items/buildscripts/buildunrandweapon.lua"
  1212. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement