Advertisement
Guest User

xsm_thetamech.animation (no more screen shake edition)

a guest
Oct 4th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.15 KB | None | 0 0
  1. {
  2. "sounds" : {
  3. "mechStartupSound" : ["/sfx/xsm_NoSound.ogg"],
  4. "mechShutdownSound" : ["/sfx/tech/mech_powerdown.ogg"],
  5. "mechBoostChargeSound" : ["/sfx/gun/reload/sniper_reload_clip1.ogg"],
  6. "mechBoostIgniteSound" : ["/sfx/gun/rocketblast3.ogg"],
  7. "mechBoostRechargeSound" : ["/sfx/interface/thruster_off.ogg"],
  8. "mechBoostReadySound" : ["/sfx/interface/nav_computer_on.ogg"],
  9. "mechFireSound" : ["/sfx/xsm_RailCannonShot.ogg"],
  10. "mechAltFireSound" : ["/sfx/gun/grenade1.ogg"]
  11. },
  12.  
  13. "animatedParts" : {
  14. "stateTypes" : {
  15. "arms" : {
  16. "default" : "gunFront",
  17. "states" : {
  18. "gunFront" : {
  19. },
  20. "gunBack" : {
  21. },
  22. "gunFrontFiring" : {
  23. "frames" : 11,
  24. "cycle" : 0.5,
  25. "mode" : "transition",
  26. "transition" : "gunFront",
  27. "properties" : {
  28. "immediateSound" : "/sfx/gun/rocket1.ogg"
  29. }
  30. },
  31. "gunBackFiring" : {
  32. "frames" : 11,
  33. "cycle" : 0.5,
  34. "mode" : "transition",
  35. "transition" : "gunBack",
  36. "properties" : {
  37. "immediateSound" : "/sfx/gun/rocket1.ogg"
  38. }
  39. }
  40. }
  41. },
  42.  
  43. "armsAlt" : {
  44. "default" : "gunFront",
  45. "states" : {
  46. "gunFront" : {
  47. },
  48. "gunBack" : {
  49. },
  50. "gunFrontFiring" : {
  51. "frames" : 12,
  52. "cycle" : 0.5,
  53. "mode" : "transition",
  54. "transition" : "gunFront",
  55. "properties" : {
  56. "immediateSound" : "/sfx/tech/tech_dashshort.ogg"
  57. }
  58. },
  59. "gunBackFiring" : {
  60. "frames" : 12,
  61. "cycle" : 0.5,
  62. "mode" : "transition",
  63. "transition" : "gunBack",
  64. "properties" : {
  65. "immediateSound" : "/sfx/tech/tech_dashshort.ogg"
  66. }
  67. }
  68. }
  69. },
  70.  
  71. "frontFiring" : {
  72. "states" : {
  73. "fire" : {
  74. "frames" : 3,
  75. "cycle" : 0.15,
  76. "mode" : "transition",
  77. "transition" : "off"
  78. },
  79.  
  80. "off" : { }
  81. }
  82. },
  83.  
  84. "backFiring" : {
  85. "states" : {
  86. "fire" : {
  87. "frames" : 3,
  88. "cycle" : 0.15,
  89. "mode" : "transition",
  90. "transition" : "off"
  91. },
  92.  
  93. "off" : { }
  94. }
  95. },
  96.  
  97. "grenadeBox" : {
  98. "default" : "idle",
  99. "states" : {
  100. "idle" : {
  101. },
  102. "open" : {
  103. "frames" : 2,
  104. "cycle" : 0.25,
  105. "mode" : "end",
  106. "properties" : {
  107. "immediateSound" : "/sfx/objects/metalbox_open.ogg"
  108. }
  109. },
  110. "close" : {
  111. "frames" : 2,
  112. "cycle" : 0.25,
  113. "mode" : "transition",
  114. "transition" : "idle",
  115. "properties" : {
  116. },
  117. "frameProperties" : {
  118. "immediateSound" : [ "", "/sfx/objects/metalbox_close.ogg" ]
  119. }
  120. }
  121. }
  122. },
  123.  
  124. "boost" : {
  125. "default" : "off",
  126. "states" : {
  127. "off" : { },
  128. "charge1" : { },
  129. "charge2" : { },
  130. "charge3" : { },
  131. "charge4" : { },
  132. "fire1" : {
  133. "frames" : 3,
  134. "cycle" : 0.20,
  135. "mode" : "loop",
  136. "properties" : {
  137. "persistentSound" : "/sfx/xsm_ThetaJetpack.ogg"
  138. }
  139. },
  140. "fire2" : {
  141. "frames" : 3,
  142. "cycle" : 0.20,
  143. "mode" : "loop",
  144. "properties" : {
  145. "persistentSound" : "/sfx/xsm_ThetaJetpack.ogg"
  146. }
  147. },
  148. "fire3" : {
  149. "frames" : 3,
  150. "cycle" : 0.20,
  151. "mode" : "loop",
  152. "properties" : {
  153. "persistentSound" : "/sfx/xsm_ThetaJetpack.ogg"
  154. }
  155. },
  156. "fire4" : {
  157. "frames" : 3,
  158. "cycle" : 0.20,
  159. "mode" : "loop",
  160. "properties" : {
  161. "persistentSound" : "/sfx/xsm_ThetaJetpack.ogg"
  162. }
  163. },
  164. "recharge1" : {
  165. "frames" : 1,
  166. "cycle" : 0.07,
  167. "mode" : "transition",
  168. "transition" : "off",
  169. "properties" : {
  170. "immediateSound" : "/sfx/tech/mech_powerdown2.ogg"
  171. }
  172. },
  173. "recharge2" : {
  174. "frames" : 2,
  175. "cycle" : 0.14,
  176. "mode" : "transition",
  177. "transition" : "off",
  178. "properties" : {
  179. "immediateSound" : "/sfx/tech/mech_powerdown2.ogg"
  180. }
  181. },
  182. "recharge3" : {
  183. "frames" : 3,
  184. "cycle" : 0.21,
  185. "mode" : "transition",
  186. "transition" : "off",
  187. "properties" : {
  188. "immediateSound" : "/sfx/tech/mech_powerdown2.ogg"
  189. }
  190. },
  191. "recharge4" : {
  192. "frames" : 4,
  193. "cycle" : 0.28,
  194. "mode" : "transition",
  195. "transition" : "off",
  196. "properties" : {
  197. "immediateSound" : "/sfx/tech/mech_powerdown2.ogg"
  198. }
  199. }
  200. }
  201. },
  202.  
  203. "emergencyJets" : {
  204. "states" : {
  205. "on" : {
  206. "frames" : 4,
  207. "cycle" : 0.15,
  208. "mode" : "loop",
  209. "properties" : {
  210. "persistentSound" : "/sfx/tech/tech_jetpack.ogg"
  211. }
  212. },
  213. "off" : { }
  214. }
  215. },
  216.  
  217. "movement" : {
  218. "default" : "idle",
  219. "states" : {
  220. "idle" : { },
  221.  
  222. "jump" : {
  223. "frames" : 4,
  224. "cycle" : 0.5,
  225. "mode" : "end",
  226. "properties" : {
  227. "immediateSound" : "" // "/sfx/tech/mech_jump3.ogg"
  228. }
  229. },
  230.  
  231. "fall" : {
  232. "frames" : 4,
  233. "cycle" : 0.35,
  234. "mode" : "end"
  235. },
  236.  
  237. "land" : {
  238. "frames" : 2,
  239. "cycle" : 0.25,
  240. "mode" : "transition",
  241. "transition" : "idle",
  242. "properties" : {
  243. "immediateSound" : "/sfx/tech/mech_step.ogg"
  244. }
  245. },
  246.  
  247. "landHard" : {
  248. "frames" : 4,
  249. "cycle" : 0.5,
  250. "mode" : "transition",
  251. "transition" : "idle",
  252. "properties" : {
  253. "immediateSound" : "/sfx/tech/mech_step.ogg"
  254. }
  255. },
  256.  
  257. "stand" : {
  258. "frames" : 4,
  259. "cycle" : 0.75,
  260. "mode" : "end"
  261. },
  262.  
  263. "sit" : {
  264. "frames" : 4,
  265. "cycle" : 0.75,
  266. "mode" : "end"
  267. },
  268.  
  269. "walk" : {
  270. "frames" : 12,
  271. "cycle" : 0.79,
  272. "mode" : "loop",
  273. "frameProperties" : {
  274. "immediateSound" : [ "/sfx/tech/mech_step.ogg", "", "", "", "", "", "/sfx/tech/mech_step2.ogg", "", "", "", "", "" ]
  275. }
  276. },
  277.  
  278. "backWalk" : {
  279. "frames" : 12,
  280. "cycle" : 0.79,
  281. "mode" : "loop",
  282. "frameProperties" : {
  283. "immediateSound" : [ "/sfx/tech/mech_step.ogg", "", "", "", "", "", "/sfx/tech/mech_step2.ogg", "", "", "", "", "" ]
  284. }
  285. }
  286. }
  287. },
  288.  
  289. "torso" : {
  290. "default" : "idle",
  291. "states" : {
  292. "idle" : { },
  293. "open" : { },
  294.  
  295. "jump" : {
  296. "frames" : 4,
  297. "cycle" : 0.5,
  298. "mode" : "end"
  299. },
  300.  
  301. "fall" : {
  302. "frames" : 4,
  303. "cycle" : 0.35,
  304. "mode" : "end"
  305. },
  306.  
  307. "land" : {
  308. "frames" : 2,
  309. "cycle" : 0.25,
  310. "mode" : "transition",
  311. "transition" : "idle"
  312. },
  313.  
  314. "landHard" : {
  315. "frames" : 4,
  316. "cycle" : 0.5,
  317. "mode" : "transition",
  318. "transition" : "idle"
  319. },
  320.  
  321. "turnOn" : {
  322. "frames" : 8,
  323. "cycle" : 0.5,
  324. "mode" : "end",
  325. "frameProperties" : {
  326. "immediateSound" : [ "/sfx/objects/apexcooldoor_close.ogg", "", "", "", "", "/sfx/objects/apexstatue3_switchon.ogg", "", "/sfx/objects/apexconsole1on.ogg" ]
  327. }
  328. },
  329.  
  330. "turnOff" : {
  331. "frames" : 8,
  332. "cycle" : 0.5,
  333. "mode" : "end",
  334. "frameProperties" : {
  335. "immediateSound" : [ "/sfx/objects/apexcooldoor_open.ogg", "", "", "", "", "/sfx/objects/apexstatue3_switchon.ogg", "", "" ]
  336. }
  337. },
  338.  
  339. "walk" : {
  340. "frames" : 12,
  341. "cycle" : 0.79,
  342. "mode" : "loop"
  343. },
  344.  
  345. "backWalk" : {
  346. "frames" : 12,
  347. "cycle" : 0.79,
  348. "mode" : "loop"
  349. }
  350. }
  351. },
  352. "healthBar" : {
  353. "default" : "full",
  354.  
  355. "states" : {
  356. "full" : { "frames" : 1 },
  357. "high" : { "frames" : 1 },
  358. "medium" : { "frames" : 1 },
  359. "low" : { "frames" : 1 },
  360. "none" : { "frames" : 1 }
  361. }
  362. },
  363. "healthBarBack" : {
  364. "default" : "on",
  365.  
  366. "states" : {
  367. "on" : { "frames" : 1 },
  368. "off" : { }
  369. }
  370. }
  371. },
  372.  
  373.  
  374.  
  375. "parts" : {
  376.  
  377. "healthBar" : {
  378. "properties" : {
  379. "centered" : false,
  380. "zLevel" : 12,
  381. "transformationGroups" : [ "healthBar" ],
  382. "anchorPart" : "body"
  383. },
  384.  
  385. "partStates" : {
  386. "healthBar" : {
  387. "full" : {
  388. "properties" : { "image" : "/vehicles/mech/xsm_healthbar.png:full" }
  389. },
  390. "high" : {
  391. "properties" : { "image" : "/vehicles/mech/xsm_healthbar.png:high" }
  392. },
  393. "medium" : {
  394. "properties" : { "image" : "/vehicles/mech/xsm_healthbar.png:medium" }
  395. },
  396. "low" : {
  397. "properties" : { "image" : "/vehicles/mech/xsm_healthbar.png:low" }
  398. },
  399. "none" : {
  400. "properties" : { "image" : "/vehicles/mech/xsm_healthbar.png:none" }
  401. }
  402. }
  403. }
  404. },
  405.  
  406. "healthBarBack" : {
  407. "properties" : {
  408. "centered" : false,
  409. "zLevel" : 11,
  410. "transformationGroups" : [ "healthBarBack" ],
  411. "anchorPart" : "body"
  412. },
  413.  
  414. "partStates" : {
  415. "healthBarBack" : {
  416. "on" : {
  417. "properties" : { "image" : "/vehicles/mech/xsm_healthbarback.png" }
  418. },
  419. "off" : { }
  420. }
  421. }
  422. },
  423.  
  424. "emergencyJetFire" : {
  425. "properties" : {
  426. "centered" : true,
  427. "zLevel" : 0,
  428. "back" : true,
  429. "offset" : [0, -8.25],
  430. "anchorPart" : "torso"
  431. },
  432.  
  433. "partStates" : {
  434. "emergencyJets" : {
  435. "on" : {
  436. "properties" : {
  437. "image" : "xsm_thetamechemergencyjets.png:hover.<frameIndex>"
  438. }
  439. },
  440. "off" : {
  441. "properties" : {
  442. }
  443. }
  444. }
  445. }
  446. },
  447.  
  448. "backGunFire" : {
  449. "properties" : {
  450. "centered" : true,
  451. "zLevel" : 0,
  452. "back" : true,
  453. "offset" : [10, 3],
  454. "rotationGroup" : "guns",
  455. "rotationCenter" : [2.25, 3]
  456. },
  457.  
  458. "partStates" : {
  459. "backFiring" : {
  460. "fire" : {
  461. "properties" : {
  462. "image" : "xsm_thetarailmuzzle.png:<frameIndex>"
  463. }
  464. }
  465. }
  466. }
  467. },
  468.  
  469. "backGun" : {
  470. "properties" : {
  471. "centered" : true,
  472. "zLevel" : 1,
  473. "rotationGroup" : "guns",
  474. "back" : true,
  475. "offset" : [5, 3],
  476. "rotationCenter" : [2.25, 3],
  477. "backGunFirePoint" : [6,0],
  478. "anchorPart" : "torso"
  479. },
  480.  
  481. "partStates" : {
  482. "arms" : {
  483. "gunFront" : {
  484. "properties" : {
  485. }
  486. },
  487. "gunBack" : {
  488. "properties" : {
  489. "image" : "xsm_thetamechgun.png:rotation"
  490. }
  491. },
  492. "gunFrontFiring" : {
  493. "properties" : {
  494. }
  495. },
  496. "gunBackFiring" : {
  497. "properties" : {
  498. "image" : "xsm_thetamechgun.png:fire.<frame>"
  499. }
  500. }
  501. }
  502. }
  503. },
  504.  
  505. "backGunBox" : {
  506. "properties" : {
  507. "centered" : true,
  508. "zLevel" : 1,
  509. "back" : true,
  510. "offset" : [6, 3],
  511. "anchorPart" : "torso"
  512. },
  513.  
  514. "partStates" : {
  515. "armsAlt" : {
  516. "gunFront" : {
  517. "properties" : {
  518. "image" : "xsm_thetamechbox.png:rotation"
  519. }
  520. },
  521. "gunBack" : {
  522. "properties" : {
  523. }
  524. },
  525. "gunFrontFiring" : {
  526. "properties" : {
  527. "image" : "xsm_thetamechbox.png:fire.<frame>"
  528. }
  529. },
  530. "gunBackFiring" : {
  531. "properties" : {
  532. }
  533. }
  534. }
  535. }
  536. },
  537.  
  538. "backLeg" : {
  539. "properties" : {
  540. "centered" : true,
  541. "zLevel" : 1.5,
  542. "back" : true,
  543. "backLegFoot" : [2, -7.5],
  544. "anchorPart" : "torso"
  545. },
  546.  
  547. "partStates" : {
  548. "movement" : {
  549. "idle" : {
  550. "properties" : {
  551. "image" : "xsm_thetamechbleg.png:idle"
  552. }
  553. },
  554. "jump" : {
  555. "properties" : {
  556. "image" : "xsm_thetamechbleg.png:jump.<frame>"
  557. },
  558. "frameProperties" : {
  559. "offset" : [ [0, -0.5], [0, -0.5], [0, -0.375], [0, -0.375] ]
  560. }
  561. },
  562. "fall" : {
  563. "properties" : {
  564. "image" : "xsm_thetamechbleg.png:fall.<frame>"
  565. },
  566. "frameProperties" : {
  567. "offset" : [ [0, -0.25], [0, -0.25], [0.125, -0.125], [0, 0] ]
  568. }
  569. },
  570. "land" : {
  571. "properties" : {
  572. "image" : "xsm_thetamechbleg.png:land.<frame>"
  573. },
  574. "frameProperties" : {
  575. "offset" : [ [0, 0.25], [0, 0] ]
  576. }
  577. },
  578. "landHard" : {
  579. "properties" : {
  580. "image" : "xsm_thetamechbleg.png:landh.<frame>"
  581. },
  582. "frameProperties" : {
  583. "offset" : [ [0, 1.0], [0, 0.75], [0, 0.5], [0, 0.25] ]
  584. }
  585. },
  586. "stand" : {
  587. "properties" : {
  588. "image" : "xsm_thetamechbleg.png:landh.<frame>"
  589. },
  590. "frameProperties" : {
  591. "offset" : [ [0, 1.5], [0, 1.125], [0, 0.75], [0, 0.375] ]
  592. }
  593. },
  594. "sit" : {
  595. "properties" : {
  596. "image" : "xsm_thetamechbleg.png:sit.<frame>"
  597. },
  598. "frameProperties" : {
  599. "offset" : [ [0, 0.375], [0, 0.75], [0, 1.125], [0, 1.5] ]
  600. }
  601. },
  602. "walk" : {
  603. "properties" : {
  604. "image" : "xsm_thetamechbleg.png:move.<frame>"
  605. },
  606. "frameProperties" : {
  607. "offset" : [ [0, 0.5], [0, 0], [0, -0.5], [0, -0.5], [0, 0], [0, 0.5], [0, 0.5], [0, 0], [0, -0.5], [0, -0.5], [0, 0], [0, 0.5] ]
  608. }
  609. },
  610. "backWalk" : {
  611. "properties" : {
  612. "image" : "xsm_thetamechbleg.png:bmove.<frame>"
  613. },
  614. "frameProperties" : {
  615. "offset" : [ [0, 0.5], [0, 0], [0, -0.5], [0, -0.5], [0, 0], [0, 0.5], [0, 0.5], [0, 0], [0, -0.5], [0, -0.5], [0, 0], [0, 0.5] ]
  616. }
  617. }
  618. }
  619. }
  620. },
  621.  
  622. "backJet" : {
  623. "properties" : {
  624. "centered" : true,
  625. "zLevel" : 2,
  626. "back" : true,
  627. "anchorPart" : "torso"
  628. },
  629.  
  630. "partStates" : {
  631. "boost" : {
  632. "off" : {
  633. "properties" : {
  634. "image" : "xsm_thetamechbjet.png:idle"
  635. }
  636. },
  637. "charge1" : {
  638. "properties" : {
  639. "image" : "xsm_thetamechbjet.png:charge.1"
  640. },
  641. "frameProperties" : {
  642. }
  643. },
  644. "charge2" : {
  645. "properties" : {
  646. "image" : "xsm_thetamechbjet.png:charge.2"
  647. },
  648. "frameProperties" : {
  649. }
  650. },
  651. "charge3" : {
  652. "properties" : {
  653. "image" : "xsm_thetamechbjet.png:charge.3"
  654. },
  655. "frameProperties" : {
  656. }
  657. },
  658. "charge4" : {
  659. "properties" : {
  660. "image" : "xsm_thetamechbjet.png:charge.4"
  661. },
  662. "frameProperties" : {
  663. }
  664. },
  665. "fire1" : {
  666. "properties" : {
  667. "image" : "xsm_thetamechbjet.png:fire1.<frame>"
  668. },
  669. "frameProperties" : {
  670. "offset" : [ [0, 0.1], [0.1, 0], [0, -0.1] ]
  671. }
  672. },
  673. "fire2" : {
  674. "properties" : {
  675. "image" : "xsm_thetamechbjet.png:fire2.<frame>"
  676. },
  677. "frameProperties" : {
  678. "offset" : [ [0, 0.1], [0.1, 0], [0, -0.1] ]
  679. }
  680. },
  681. "fire3" : {
  682. "properties" : {
  683. "image" : "xsm_thetamechbjet.png:fire3.<frame>"
  684. },
  685. "frameProperties" : {
  686. "offset" : [ [0, 0.1], [0.1, 0], [0, -0.1] ]
  687. }
  688. },
  689. "fire4" : {
  690. "properties" : {
  691. "image" : "xsm_thetamechbjet.png:fire4.<frame>"
  692. },
  693. "frameProperties" : {
  694. "offset" : [ [0, 0.1], [0.1, 0], [0, -0.1] ]
  695. }
  696. },
  697. "recharge1" : {
  698. "properties" : {
  699. "image" : "xsm_thetamechbjet.png:bcharge1.<frame>"
  700. },
  701. "frameProperties" : {
  702. }
  703. },
  704. "recharge2" : {
  705. "properties" : {
  706. "image" : "xsm_thetamechbjet.png:bcharge2.<frame>"
  707. },
  708. "frameProperties" : {
  709. }
  710. },
  711. "recharge3" : {
  712. "properties" : {
  713. "image" : "xsm_thetamechbjet.png:bcharge3.<frame>"
  714. },
  715. "frameProperties" : {
  716. }
  717. },
  718. "recharge4" : {
  719. "properties" : {
  720. "image" : "xsm_thetamechbjet.png:bcharge4.<frame>"
  721. },
  722. "frameProperties" : {
  723. }
  724. }
  725. }
  726. }
  727. },
  728.  
  729. "backGrenadeBox" : {
  730. "properties" : {
  731. "centered" : true,
  732. "zLevel" : 2.5,
  733. "back" : true,
  734. "grenadeBoxFirePoint1" : [3.25, 0.5],
  735. "anchorPart" : "torso"
  736. },
  737.  
  738. "partStates" : {
  739. "grenadeBox" : {
  740. "idle" : {
  741. "properties" : {
  742. "image" : "xsm_thetamechbnade.png:idle"
  743. }
  744. },
  745. "open" : {
  746. "properties" : {
  747. "image" : "xsm_thetamechbnade.png:open.<frame>"
  748. }
  749. },
  750. "close" : {
  751. "properties" : {
  752. "image" : "xsm_thetamechbnade.png:close.<frame>"
  753. }
  754. }
  755. }
  756. }
  757. },
  758.  
  759. "body" : {
  760. "properties" : {
  761. "centered" : true,
  762. "zLevel" : 3,
  763. "sitPosition" : [0.375, 0.75]
  764. },
  765.  
  766. "partStates" : {
  767. "movement" : {
  768. "idle" : {
  769.  
  770. },
  771. "jump" : {
  772. "frameProperties" : {
  773. }
  774. },
  775. "fall" : {
  776. "frameProperties" : {
  777. }
  778. },
  779. "land" : {
  780. "frameProperties" : {
  781. }
  782. },
  783. "landHard" : {
  784. "frameProperties" : {
  785. }
  786. },
  787. "sit" : {
  788. "frameProperties" : {
  789. "offset" : [ [0, -0.375], [0, -0.75], [0, -1.125], [0, -1.5] ]
  790. }
  791. },
  792. "stand" : {
  793. "frameProperties" : {
  794. "offset" : [ [0, -1.5], [0, -1.125], [0, -0.75], [0, -0.375] ]
  795. }
  796. }
  797. }
  798. }
  799. },
  800.  
  801. "torso" : {
  802. "properties" : {
  803. "centered" : true,
  804. "zLevel" : 3,
  805. "anchorPart" : "body"
  806. },
  807.  
  808. "partStates" : {
  809. "torso" : {
  810. "idle" : {
  811. "properties" : {
  812. "image" : "xsm_thetamechbody.png:idle"
  813. }
  814. },
  815. "open" : {
  816. "properties" : {
  817. "image" : "xsm_thetamechbody.png:open"
  818. }
  819. },
  820. "turnOff" : {
  821. "properties" : {
  822. "image" : "xsm_thetamechbody.png:turnOff.<frame>"
  823. }
  824. },
  825. "turnOn" : {
  826. "properties" : {
  827. "image" : "xsm_thetamechbody.png:turnOn.<frame>"
  828. }
  829. },
  830. "jump" : {
  831. "properties" : {
  832. "image" : "xsm_thetamechbody.png:idle"
  833. },
  834. "frameProperties" : {
  835. "offset" : [ [0, -0.5], [0, -0.5], [0, -0.375], [0, -0.375] ]
  836. }
  837. },
  838. "fall" : {
  839. "properties" : {
  840. "image" : "xsm_thetamechbody.png:idle"
  841. },
  842. "frameProperties" : {
  843. "offset" : [ [0, 0.25], [0, 0.25], [0, 0.125], [0, 0] ]
  844. }
  845. },
  846. "land" : {
  847. "properties" : {
  848. "image" : "xsm_thetamechbody.png:land.<frame>"
  849. },
  850. "frameProperties" : {
  851. "offset" : [ [0, -0.25], [0, -0.1] ]
  852. }
  853. },
  854. "landHard" : {
  855. "properties" : {
  856. "image" : "xsm_thetamechbody.png:landh.<frame>"
  857. },
  858. "frameProperties" : {
  859. "offset" : [ [0, -1.4], [0, -1.05], [0, -0.7], [0, -0.35] ]
  860. }
  861. },
  862. "stand" : {
  863. "properties" : {
  864. "image" : "xsm_thetamechbody.png:idle"
  865. },
  866. "frameProperties" : {
  867. "offset" : [ [0, -1.5], [0, -1.125], [0, -0.75], [0, -0.375] ]
  868. }
  869. },
  870. "sit" : {
  871. "properties" : {
  872. "image" : "xsm_thetamechbody.png:idle"
  873. },
  874. "frameProperties" : {
  875. "offset" : [ [0, -0.375], [0, -0.75], [0, -1.125], [0, -1.5] ]
  876. }
  877. },
  878. "walk" : {
  879. "properties" : {
  880. "image" : "xsm_thetamechbody.png:move.<frame>"
  881. },
  882. "frameProperties" : {
  883. "offset" : [ [0.07, -0.5], [0, 0], [-0.07, 0.5], [0, 0.5], [0.07, 0.], [0, -0.5], [-0.07, -0.5], [0, 0.], [0.07, 0.5], [0, 0.5], [-0.07, 0], [0, -0.5] ]
  884. }
  885. },
  886. "backWalk" : {
  887. "properties" : {
  888. "image" : "xsm_thetamechbody.png:bmove.<frame>"
  889. },
  890. "frameProperties" : {
  891. "offset" : [ [0.07, -0.5], [0, 0], [-0.07, 0.5], [0, 0.5], [0.07, 0.], [0, -0.5], [-0.07, -0.5], [0, 0.], [0.07, 0.5], [0, 0.5], [-0.07, 0], [0, -0.5] ]
  892. }
  893. }
  894. }
  895. }
  896. },
  897.  
  898. "frontJet" : {
  899. "properties" : {
  900. "centered" : true,
  901. "zLevel" : 3.5,
  902. "anchorPart" : "torso"
  903. },
  904.  
  905. "partStates" : {
  906. "boost" : {
  907. "off" : {
  908. "properties" : {
  909. "image" : "xsm_thetamechfjet.png:idle"
  910. }
  911. },
  912. "charge1" : {
  913. "properties" : {
  914. "image" : "xsm_thetamechfjet.png:charge.1"
  915. },
  916. "frameProperties" : {
  917. }
  918. },
  919. "charge2" : {
  920. "properties" : {
  921. "image" : "xsm_thetamechfjet.png:charge.2"
  922. },
  923. "frameProperties" : {
  924. }
  925. },
  926. "charge3" : {
  927. "properties" : {
  928. "image" : "xsm_thetamechfjet.png:charge.3"
  929. },
  930. "frameProperties" : {
  931. }
  932. },
  933. "charge4" : {
  934. "properties" : {
  935. "image" : "xsm_thetamechfjet.png:charge.4"
  936. },
  937. "frameProperties" : {
  938. }
  939. },
  940. "fire1" : {
  941. "properties" : {
  942. "image" : "xsm_thetamechfjet.png:fire1.<frame>"
  943. },
  944. "frameProperties" : {
  945. "offset" : [ [0, 0.1], [0.1, 0], [0, -0.1] ]
  946. }
  947. },
  948. "fire2" : {
  949. "properties" : {
  950. "image" : "xsm_thetamechfjet.png:fire2.<frame>"
  951. },
  952. "frameProperties" : {
  953. "offset" : [ [0, 0.1], [0.1, 0], [0, -0.1] ]
  954. }
  955. },
  956. "fire3" : {
  957. "properties" : {
  958. "image" : "xsm_thetamechfjet.png:fire3.<frame>"
  959. },
  960. "frameProperties" : {
  961. "offset" : [ [0, 0.1], [0.1, 0], [0, -0.1] ]
  962. }
  963. },
  964. "fire4" : {
  965. "properties" : {
  966. "image" : "xsm_thetamechfjet.png:fire4.<frame>"
  967. },
  968. "frameProperties" : {
  969. "offset" : [ [0, 0.1], [0.1, 0], [0, -0.1] ]
  970. }
  971. },
  972. "recharge1" : {
  973. "properties" : {
  974. "image" : "xsm_thetamechfjet.png:bcharge1.<frame>"
  975. },
  976. "frameProperties" : {
  977. }
  978. },
  979. "recharge2" : {
  980. "properties" : {
  981. "image" : "xsm_thetamechfjet.png:bcharge2.<frame>"
  982. },
  983. "frameProperties" : {
  984. }
  985. },
  986. "recharge3" : {
  987. "properties" : {
  988. "image" : "xsm_thetamechfjet.png:bcharge3.<frame>"
  989. },
  990. "frameProperties" : {
  991. }
  992. },
  993. "recharge4" : {
  994. "properties" : {
  995. "image" : "xsm_thetamechfjet.png:bcharge4.<frame>"
  996. },
  997. "frameProperties" : {
  998. }
  999. }
  1000. }
  1001. }
  1002. },
  1003.  
  1004. "frontGrenadeBox" : {
  1005. "properties" : {
  1006. "centered" : true,
  1007. "zLevel" : 4,
  1008. "grenadeBoxFirePoint2" : [0.25, 0.5],
  1009. "anchorPart" : "torso"
  1010. },
  1011.  
  1012. "partStates" : {
  1013. "grenadeBox" : {
  1014. "idle" : {
  1015. "properties" : {
  1016. "image" : "xsm_thetamechfnade.png:idle"
  1017. }
  1018. },
  1019. "open" : {
  1020. "properties" : {
  1021. "image" : "xsm_thetamechfnade.png:open.<frame>"
  1022. }
  1023. },
  1024. "close" : {
  1025. "properties" : {
  1026. "image" : "xsm_thetamechfnade.png:close.<frame>"
  1027. }
  1028. }
  1029. }
  1030. }
  1031. },
  1032.  
  1033. "frontLeg" : {
  1034. "properties" : {
  1035. "centered" : true,
  1036. "zLevel" : 5,
  1037. "frontLegFoot" : [-1, -7.5],
  1038. "anchorPart" : "torso"
  1039. },
  1040.  
  1041. "partStates" : {
  1042. "movement" : {
  1043. "idle" : {
  1044. "properties" : {
  1045. "image" : "xsm_thetamechfleg.png:idle"
  1046. }
  1047. },
  1048. "jump" : {
  1049. "properties" : {
  1050. "image" : "xsm_thetamechfleg.png:jump.<frame>"
  1051. },
  1052. "frameProperties" : {
  1053. "offset" : [ [0, -0.5], [0, -0.5], [0, -0.375], [0, -0.375] ]
  1054. }
  1055. },
  1056. "fall" : {
  1057. "properties" : {
  1058. "image" : "xsm_thetamechfleg.png:fall.<frame>"
  1059. },
  1060. "frameProperties" : {
  1061. "offset" : [ [0, -0.25], [0, -0.25], [0.125, -0.125], [0, 0] ]
  1062. }
  1063. },
  1064. "land" : {
  1065. "properties" : {
  1066. "image" : "xsm_thetamechfleg.png:land.<frame>"
  1067. },
  1068. "frameProperties" : {
  1069. "offset" : [ [0, 0.25], [0, 0] ]
  1070. }
  1071. },
  1072. "landHard" : {
  1073. "properties" : {
  1074. "image" : "xsm_thetamechfleg.png:landh.<frame>"
  1075. },
  1076. "frameProperties" : {
  1077. "offset" : [ [0, 1.0], [0, 0.75], [0, 0.5], [0, 0.25] ]
  1078. }
  1079. },
  1080. "stand" : {
  1081. "properties" : {
  1082. "image" : "xsm_thetamechfleg.png:landh.<frame>"
  1083. },
  1084. "frameProperties" : {
  1085. "offset" : [ [0, 1.5], [0, 1.125], [0, 0.75], [0, 0.375] ]
  1086. }
  1087. },
  1088. "sit" : {
  1089. "properties" : {
  1090. "image" : "xsm_thetamechfleg.png:sit.<frame>"
  1091. },
  1092. "frameProperties" : {
  1093. "offset" : [ [0, 0.375], [0, 0.75], [0, 1.125], [0, 1.5] ]
  1094. }
  1095. },
  1096. "walk" : {
  1097. "properties" : {
  1098. "image" : "xsm_thetamechfleg.png:move.<frame>"
  1099. },
  1100. "frameProperties" : {
  1101. "offset" : [ [0, 0.5], [0, 0], [0, -0.5], [0, -0.5], [0, 0], [0, 0.5], [0, 0.5], [0, 0], [0, -0.5], [0, -0.5], [0, 0], [0, 0.5] ]
  1102. }
  1103. },
  1104. "backWalk" : {
  1105. "properties" : {
  1106. "image" : "xsm_thetamechfleg.png:bmove.<frame>"
  1107. },
  1108. "frameProperties" : {
  1109. "offset" : [ [0, 0.5], [0, 0], [0, -0.5], [0, -0.5], [0, 0], [0, 0.5], [0, 0.5], [0, 0], [0, -0.5], [0, -0.5], [0, 0], [0, 0.5] ]
  1110. }
  1111. }
  1112. }
  1113. }
  1114. },
  1115.  
  1116. "frontGunFire" : {
  1117. "properties" : {
  1118. "centered" : true,
  1119. "zLevel" : 5.5,
  1120. "offset" : [5, 3],
  1121. "rotationGroup" : "guns",
  1122. "rotationCenter" : [-3.75, 3]
  1123. },
  1124.  
  1125. "partStates" : {
  1126. "frontFiring" : {
  1127. "fire" : {
  1128. "properties" : {
  1129. "image" : "xsm_thetarailmuzzle.png:<frameIndex>"
  1130. }
  1131. }
  1132. }
  1133. }
  1134. },
  1135.  
  1136. "frontGun" : {
  1137. "properties" : {
  1138. "centered" : true,
  1139. "zLevel" : 6,
  1140. "rotationGroup" : "guns",
  1141. "offset" : [0, 3],
  1142. "rotationCenter" : [-3.75, 3],
  1143. "frontGunFirePoint" : [6,0],
  1144. "anchorPart" : "torso"
  1145. },
  1146.  
  1147. "partStates" : {
  1148. "arms" : {
  1149. "gunFront" : {
  1150. "properties" : {
  1151. "image" : "xsm_thetamechgun.png:rotation"
  1152. }
  1153. },
  1154. "gunBack" : {
  1155. "properties" : {
  1156. }
  1157. },
  1158. "gunFrontFiring" : {
  1159. "properties" : {
  1160. "image" : "xsm_thetamechgun.png:fire.<frame>"
  1161. }
  1162. },
  1163. "gunBackFiring" : {
  1164. "properties" : {
  1165. }
  1166. }
  1167. }
  1168. }
  1169. },
  1170.  
  1171. "frontGunBox" : {
  1172. "properties" : {
  1173. "centered" : true,
  1174. "zLevel" : 6,
  1175. "offset" : [-0.5, 3],
  1176. "anchorPart" : "torso"
  1177. },
  1178.  
  1179. "partStates" : {
  1180. "armsAlt" : {
  1181. "gunFront" : {
  1182. "properties" : {
  1183. }
  1184. },
  1185. "gunBack" : {
  1186. "properties" : {
  1187. "image" : "xsm_thetamechbox.png:rotation"
  1188. }
  1189. },
  1190. "gunFrontFiring" : {
  1191. "properties" : {
  1192. }
  1193. },
  1194. "gunBackFiring" : {
  1195. "properties" : {
  1196. "image" : "xsm_thetamechbox.png:fire.<frame>"
  1197. }
  1198. }
  1199. }
  1200. }
  1201. }
  1202. }
  1203. },
  1204.  
  1205. "rotationGroups" : {
  1206. "guns" : {
  1207. "angularVelocity" : 10.0
  1208. }
  1209. },
  1210.  
  1211. "transformationGroups" : {
  1212. "healthBar" : { "interpolated" : false },
  1213. "healthBarBack" : { "interpolated" : false }
  1214. },
  1215.  
  1216. "particleEmitters" : {
  1217. "mechActivateParticles" : {
  1218. "particles" : [ ]
  1219. },
  1220. "mechDeactivateParticles" : {
  1221. "particles" : [ ]
  1222. },
  1223. "hardLandingParticles" : {
  1224. "particles" : [
  1225. {
  1226. "particle" : "xsm_thetamechstepdustback",
  1227. "offset" : [1.5, -7]
  1228. },
  1229. {
  1230. "particle" : "xsm_thetamechstepdust",
  1231. "offset" : [-2.25, -7]
  1232. }
  1233. ]
  1234. },
  1235. "veryHardLandingParticles" : {
  1236. "particles" : [
  1237. {
  1238. "particle" : "xsm_thetamechstepdustback",
  1239. "offset" : [1.5, -6.5]
  1240. },
  1241. {
  1242. "particle" : "xsm_thetamechstepdust",
  1243. "offset" : [-2.25, -6.5]
  1244. },
  1245. {
  1246. "particle" : "xsm_mechlandingdust",
  1247. "offset" : [-2.25, -6.25]
  1248. },
  1249. {
  1250. "particle" : "xsm_mechlandingdust",
  1251. "offset" : [1.5, -6.25]
  1252. }
  1253. ]
  1254. },
  1255. "emergencyBoostParticles" : {
  1256. "emissionRate" : 25.0,
  1257. "particles" : [
  1258. {
  1259. "particle" : "xsm_thetaemergencyboosteflame",
  1260. "offset" : [0, -6]
  1261. },
  1262. {
  1263. "particle" : "xsm_thetaemergencyboosteflame",
  1264. "offset" : [3, -6]
  1265. },
  1266. {
  1267. "particle" : "xsm_thetaemergencyboostersmoke",
  1268. "offset" : [0, -6]
  1269. },
  1270. {
  1271. "particle" : "xsm_thetaemergencyboostersmoke",
  1272. "offset" : [3, -6]
  1273. }
  1274. ]
  1275. },
  1276. "boostParticles1" : {
  1277. "emissionRate" : 25.0,
  1278. "particles" : [
  1279. {
  1280. "particle" : "xsm_thetaboosterflame1",
  1281. "offset" : [-3, 3]
  1282. },
  1283. {
  1284. "particle" : "xsm_thetaboosterflame1",
  1285. "offset" : [-1, 3]
  1286. },
  1287. {
  1288. "particle" : "xsm_thetaboostersmoke1",
  1289. "offset" : [-3, 3]
  1290. },
  1291. {
  1292. "particle" : "xsm_thetaboostersmoke1",
  1293. "offset" : [-1, 3]
  1294. }
  1295. ]
  1296. },
  1297. "boostParticles2" : {
  1298. "emissionRate" : 50.0,
  1299. "particles" : [
  1300. {
  1301. "particle" : "xsm_thetaboosterflame2",
  1302. "offset" : [-2.5, 2]
  1303. },
  1304. {
  1305. "particle" : "xsm_thetaboosterflame2",
  1306. "offset" : [-0.5, 2]
  1307. },
  1308. {
  1309. "particle" : "xsm_thetaboostersmoke2",
  1310. "offset" : [-2.5, 2]
  1311. },
  1312. {
  1313. "particle" : "xsm_thetaboostersmoke2",
  1314. "offset" : [-0.5, 2]
  1315. }
  1316. ]
  1317. },
  1318. "boostParticles3" : {
  1319. "emissionRate" : 75.0,
  1320. "particles" : [
  1321. {
  1322. "particle" : "xsm_thetaboosterflame3",
  1323. "offset" : [-2.5, 1.5]
  1324. },
  1325. {
  1326. "particle" : "xsm_thetaboosterflame3",
  1327. "offset" : [-0.5, 1.5]
  1328. },
  1329. {
  1330. "particle" : "xsm_thetaboostersmoke3",
  1331. "offset" : [-2.5, 1.5]
  1332. },
  1333. {
  1334. "particle" : "xsm_thetaboostersmoke3",
  1335. "offset" : [-0.5, 1.5]
  1336. }
  1337. ]
  1338. },
  1339. "boostParticles4" : {
  1340. "emissionRate" : 100.0,
  1341. "particles" : [
  1342. {
  1343. "particle" : "xsm_thetaboosterflame4",
  1344. "offset" : [-2.5, 1]
  1345. },
  1346. {
  1347. "particle" : "xsm_thetaboosterflame4",
  1348. "offset" : [-0.5, 1]
  1349. },
  1350. {
  1351. "particle" : "xsm_thetaboostersmoke4",
  1352. "offset" : [-2.5, 1]
  1353. },
  1354. {
  1355. "particle" : "xsm_thetaboostersmoke4",
  1356. "offset" : [-0.5, 1]
  1357. }
  1358. ]
  1359. }
  1360. }
  1361. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement