1
0

meta.json 34 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630
  1. {
  2. "version": 1,
  3. "license": "AGPLv3",
  4. "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "grille"
  12. },
  13. {
  14. "name": "grille-b"
  15. },
  16. {
  17. "name": "unwall",
  18. "delays": [
  19. [
  20. 0.1,
  21. 0.1,
  22. 0.1
  23. ]
  24. ]
  25. },
  26. {
  27. "name": "wood_barricade_snow"
  28. },
  29. {
  30. "name": "barricade_vent"
  31. },
  32. {
  33. "name": "table_horizontal",
  34. "directions": 4
  35. },
  36. {
  37. "name": "table_vertical",
  38. "directions": 4
  39. },
  40. {
  41. "name": "ladder00"
  42. },
  43. {
  44. "name": "ladder10"
  45. },
  46. {
  47. "name": "ladder01"
  48. },
  49. {
  50. "name": "ladder11"
  51. },
  52. {
  53. "name": "ladderbottom"
  54. },
  55. {
  56. "name": "laddertop"
  57. },
  58. {
  59. "name": "ladder_bottom"
  60. },
  61. {
  62. "name": "ladder_top"
  63. },
  64. {
  65. "name": "safe"
  66. },
  67. {
  68. "name": "safe-open"
  69. },
  70. {
  71. "name": "floorsafe"
  72. },
  73. {
  74. "name": "floorsafe-open"
  75. },
  76. {
  77. "name": "linenbin-full"
  78. },
  79. {
  80. "name": "linenbin-half"
  81. },
  82. {
  83. "name": "linenbin-empty"
  84. },
  85. {
  86. "name": "pokertable"
  87. },
  88. {
  89. "name": "pokertable_dir",
  90. "directions": 8
  91. },
  92. {
  93. "name": "pokertable_1tilethick",
  94. "directions": 8
  95. },
  96. {
  97. "name": "pokertable_1tileendtable",
  98. "directions": 4
  99. },
  100. {
  101. "name": "pokertable_middle"
  102. },
  103. {
  104. "name": "pokertable_dir2",
  105. "directions": 4
  106. },
  107. {
  108. "name": "pokertable_dir3",
  109. "directions": 8
  110. },
  111. {
  112. "name": "glass_table_dir",
  113. "directions": 8
  114. },
  115. {
  116. "name": "glass_table"
  117. },
  118. {
  119. "name": "glass_table_1tilethick",
  120. "directions": 8
  121. },
  122. {
  123. "name": "glass_table_1tileendtable",
  124. "directions": 4
  125. },
  126. {
  127. "name": "glass_table_middle"
  128. },
  129. {
  130. "name": "glass_table_dir2",
  131. "directions": 4
  132. },
  133. {
  134. "name": "glass_table_dir3",
  135. "directions": 8
  136. },
  137. {
  138. "name": "table_frame"
  139. },
  140. {
  141. "name": "wood_frame"
  142. },
  143. {
  144. "name": "damage25"
  145. },
  146. {
  147. "name": "damage50"
  148. },
  149. {
  150. "name": "damage75"
  151. },
  152. {
  153. "name": "wooddrawersclosed",
  154. "directions": 4
  155. },
  156. {
  157. "name": "wooddrawersopen",
  158. "directions": 4
  159. },
  160. {
  161. "name": "woodtable"
  162. },
  163. {
  164. "name": "woodtable_dir",
  165. "directions": 8
  166. },
  167. {
  168. "name": "woodtable_1tilethick",
  169. "directions": 8
  170. },
  171. {
  172. "name": "woodtable_1tileendtable",
  173. "directions": 4
  174. },
  175. {
  176. "name": "woodtable_middle"
  177. },
  178. {
  179. "name": "woodtable_dir2",
  180. "directions": 4
  181. },
  182. {
  183. "name": "woodtable_dir3",
  184. "directions": 8
  185. },
  186. {
  187. "name": "reinftable"
  188. },
  189. {
  190. "name": "reinftable_dir",
  191. "directions": 8
  192. },
  193. {
  194. "name": "reinftable_1tilethick",
  195. "directions": 8
  196. },
  197. {
  198. "name": "reinftable_1tileendtable",
  199. "directions": 4
  200. },
  201. {
  202. "name": "reinftable_middle"
  203. },
  204. {
  205. "name": "reinftable_dir2",
  206. "directions": 4
  207. },
  208. {
  209. "name": "reinftable_dir3",
  210. "directions": 8
  211. },
  212. {
  213. "name": "metaldrawersclosed",
  214. "directions": 4
  215. },
  216. {
  217. "name": "metaldrawersopen",
  218. "directions": 4
  219. },
  220. {
  221. "name": "wood_table"
  222. },
  223. {
  224. "name": "wood_table_dir",
  225. "directions": 8
  226. },
  227. {
  228. "name": "wood_table_1tilethick",
  229. "directions": 8
  230. },
  231. {
  232. "name": "wood_table_1tileendtable",
  233. "directions": 4
  234. },
  235. {
  236. "name": "wood_table_middle"
  237. },
  238. {
  239. "name": "wood_table_dir2",
  240. "directions": 4
  241. },
  242. {
  243. "name": "wood_table_dir3",
  244. "directions": 8
  245. },
  246. {
  247. "name": "board"
  248. },
  249. {
  250. "name": "board-1"
  251. },
  252. {
  253. "name": "board-2"
  254. },
  255. {
  256. "name": "board-3"
  257. },
  258. {
  259. "name": "ladderdown"
  260. },
  261. {
  262. "name": "ladderup"
  263. },
  264. {
  265. "name": "hatchdown"
  266. },
  267. {
  268. "name": "hatchdown-open",
  269. "delays": [
  270. [
  271. 0.1,
  272. 0.1,
  273. 0.1,
  274. 0.1,
  275. 0.1,
  276. 0.1,
  277. 0.1
  278. ]
  279. ]
  280. },
  281. {
  282. "name": "hatchdown-close",
  283. "delays": [
  284. [
  285. 0.1,
  286. 0.1,
  287. 0.1,
  288. 0.1,
  289. 0.1,
  290. 0.1,
  291. 0.1
  292. ]
  293. ]
  294. },
  295. {
  296. "name": "red-ladderlight"
  297. },
  298. {
  299. "name": "green-ladderlight"
  300. },
  301. {
  302. "name": "ramptop",
  303. "directions": 4
  304. },
  305. {
  306. "name": "rampbottom",
  307. "directions": 4
  308. },
  309. {
  310. "name": "ramptopold",
  311. "directions": 4
  312. },
  313. {
  314. "name": "rampbottomold",
  315. "directions": 4
  316. },
  317. {
  318. "name": "open"
  319. },
  320. {
  321. "name": "down",
  322. "directions": 4
  323. },
  324. {
  325. "name": "down-f",
  326. "directions": 4
  327. },
  328. {
  329. "name": "up",
  330. "directions": 4
  331. },
  332. {
  333. "name": "up-f",
  334. "directions": 4
  335. },
  336. {
  337. "name": "down-supply",
  338. "directions": 4
  339. },
  340. {
  341. "name": "down-f-supply",
  342. "directions": 4
  343. },
  344. {
  345. "name": "up-supply",
  346. "directions": 4
  347. },
  348. {
  349. "name": "up-f-supply",
  350. "directions": 4
  351. },
  352. {
  353. "name": "down-scrubbers",
  354. "directions": 4
  355. },
  356. {
  357. "name": "down-f-scrubbers",
  358. "directions": 4
  359. },
  360. {
  361. "name": "up-scrubbers",
  362. "directions": 4
  363. },
  364. {
  365. "name": "up-f-scrubbers",
  366. "directions": 4
  367. },
  368. {
  369. "name": "wood_fence4-8"
  370. },
  371. {
  372. "name": "wood_fence_2"
  373. },
  374. {
  375. "name": "wood_fence_3"
  376. },
  377. {
  378. "name": "wood_fence_4"
  379. },
  380. {
  381. "name": "wood_fence0-8"
  382. },
  383. {
  384. "name": "wood_fence0-4"
  385. },
  386. {
  387. "name": "wood_fence_7"
  388. },
  389. {
  390. "name": "wood_fence_8"
  391. },
  392. {
  393. "name": "wood_fence1-2"
  394. },
  395. {
  396. "name": "wood_fence_10"
  397. },
  398. {
  399. "name": "wood_fence_11"
  400. },
  401. {
  402. "name": "wood_fence_12"
  403. },
  404. {
  405. "name": "fence4"
  406. },
  407. {
  408. "name": "stol_middle"
  409. },
  410. {
  411. "name": "stol_dir",
  412. "directions": 8
  413. },
  414. {
  415. "name": "stol_dir2",
  416. "directions": 4
  417. },
  418. {
  419. "name": "stol"
  420. },
  421. {
  422. "name": "stol_1tilethick",
  423. "directions": 8
  424. },
  425. {
  426. "name": "stol_1tileendtable",
  427. "directions": 4
  428. },
  429. {
  430. "name": "stol_dir3",
  431. "directions": 8
  432. },
  433. {
  434. "name": "chair_stalker",
  435. "directions": 4
  436. },
  437. {
  438. "name": "wood_fencetest"
  439. },
  440. {
  441. "name": "wood_fence4-8-b"
  442. },
  443. {
  444. "name": "tomestone-S"
  445. },
  446. {
  447. "name": "tomestone-C"
  448. },
  449. {
  450. "name": "siren"
  451. },
  452. {
  453. "name": "woodbarricade_vertical1"
  454. },
  455. {
  456. "name": "woodbarricade_horizontal1"
  457. },
  458. {
  459. "name": "wall_clock",
  460. "delays": [
  461. [
  462. 0.1,
  463. 0.1,
  464. 0.1,
  465. 0.1,
  466. 0.1,
  467. 0.1,
  468. 0.1,
  469. 0.1,
  470. 0.1,
  471. 0.1,
  472. 0.1,
  473. 0.1
  474. ]
  475. ]
  476. },
  477. {
  478. "name": "oldfence",
  479. "directions": 4
  480. },
  481. {
  482. "name": "potted_plant",
  483. "directions": 8
  484. },
  485. {
  486. "name": "impaledskull"
  487. },
  488. {
  489. "name": "supplybook"
  490. },
  491. {
  492. "name": "supplybook2"
  493. },
  494. {
  495. "name": "nboard00",
  496. "directions": 4
  497. },
  498. {
  499. "name": "nboard01",
  500. "directions": 4
  501. },
  502. {
  503. "name": "nboard02",
  504. "directions": 4
  505. },
  506. {
  507. "name": "nboard03",
  508. "directions": 4
  509. },
  510. {
  511. "name": "nboard04",
  512. "directions": 4
  513. },
  514. {
  515. "name": "nboard05",
  516. "directions": 4
  517. },
  518. {
  519. "name": "well0"
  520. },
  521. {
  522. "name": "palisade",
  523. "directions": 4
  524. },
  525. {
  526. "name": "well1"
  527. },
  528. {
  529. "name": "table"
  530. },
  531. {
  532. "name": "table_dir",
  533. "directions": 8
  534. },
  535. {
  536. "name": "table_1tileendtable",
  537. "directions": 4
  538. },
  539. {
  540. "name": "table_middle"
  541. },
  542. {
  543. "name": "table_dir2",
  544. "directions": 4
  545. },
  546. {
  547. "name": "table_dir3",
  548. "directions": 8
  549. },
  550. {
  551. "name": "table_1tilethick",
  552. "directions": 8
  553. },
  554. {
  555. "name": "flour_mill"
  556. },
  557. {
  558. "name": "distillery"
  559. },
  560. {
  561. "name": "loom"
  562. },
  563. {
  564. "name": "loom1"
  565. },
  566. {
  567. "name": "flour_mill1",
  568. "delays": [
  569. [
  570. 0.1,
  571. 0.1,
  572. 0.1,
  573. 0.1,
  574. 0.1
  575. ]
  576. ]
  577. },
  578. {
  579. "name": "gate_control"
  580. },
  581. {
  582. "name": "brazier1",
  583. "delays": [
  584. [
  585. 0.125,
  586. 0.125,
  587. 0.125,
  588. 0.125,
  589. 0.125,
  590. 0.125,
  591. 0.125,
  592. 0.125,
  593. 0.125,
  594. 0.125
  595. ]
  596. ]
  597. },
  598. {
  599. "name": "brazier0"
  600. },
  601. {
  602. "name": "s_brazier1",
  603. "delays": [
  604. [
  605. 0.1,
  606. 0.1,
  607. 0.1,
  608. 0.1
  609. ]
  610. ]
  611. },
  612. {
  613. "name": "s_brazier2",
  614. "delays": [
  615. [
  616. 0.1,
  617. 0.1,
  618. 0.1,
  619. 0.1
  620. ]
  621. ]
  622. },
  623. {
  624. "name": "s_brazier0"
  625. },
  626. {
  627. "name": "tent_o"
  628. },
  629. {
  630. "name": "tent_w"
  631. },
  632. {
  633. "name": "tent_e"
  634. },
  635. {
  636. "name": "tent_n"
  637. },
  638. {
  639. "name": "tent_s"
  640. },
  641. {
  642. "name": "tent_c"
  643. },
  644. {
  645. "name": "tent_nw"
  646. },
  647. {
  648. "name": "tent_sw"
  649. },
  650. {
  651. "name": "tent_ew"
  652. },
  653. {
  654. "name": "tent_es"
  655. },
  656. {
  657. "name": "tent_en"
  658. },
  659. {
  660. "name": "tent_ns"
  661. },
  662. {
  663. "name": "tent_nws"
  664. },
  665. {
  666. "name": "tent_swe"
  667. },
  668. {
  669. "name": "tent_esn"
  670. },
  671. {
  672. "name": "tent_enw"
  673. },
  674. {
  675. "name": "wood_pole1"
  676. },
  677. {
  678. "name": "wood_pole2"
  679. },
  680. {
  681. "name": "wood_pole_good"
  682. },
  683. {
  684. "name": "support_h"
  685. },
  686. {
  687. "name": "support_v"
  688. },
  689. {
  690. "name": "good_desk"
  691. },
  692. {
  693. "name": "researchdesk"
  694. },
  695. {
  696. "name": "altar_of_chad"
  697. },
  698. {
  699. "name": "printingpress1",
  700. "delays": [
  701. [
  702. 0.1,
  703. 0.1,
  704. 0.1,
  705. 0.1,
  706. 0.1,
  707. 0.1,
  708. 0.1,
  709. 0.1,
  710. 0.1
  711. ]
  712. ]
  713. },
  714. {
  715. "name": "printingpress0"
  716. },
  717. {
  718. "name": "oilwell"
  719. },
  720. {
  721. "name": "nboard_oil",
  722. "directions": 4
  723. },
  724. {
  725. "name": "distillery1",
  726. "delays": [
  727. [
  728. 0.15,
  729. 0.15,
  730. 0.15,
  731. 0.15
  732. ]
  733. ]
  734. },
  735. {
  736. "name": "support_st1"
  737. },
  738. {
  739. "name": "support_st2"
  740. },
  741. {
  742. "name": "concrete",
  743. "directions": 4
  744. },
  745. {
  746. "name": "cement_wall"
  747. },
  748. {
  749. "name": "barbwireX",
  750. "directions": 4
  751. },
  752. {
  753. "name": "barbwire",
  754. "directions": 4
  755. },
  756. {
  757. "name": "barbwire-old",
  758. "directions": 4
  759. },
  760. {
  761. "name": "antitank"
  762. },
  763. {
  764. "name": "gunbench1"
  765. },
  766. {
  767. "name": "fletchersbench"
  768. },
  769. {
  770. "name": "bars"
  771. },
  772. {
  773. "name": "bars_bank"
  774. },
  775. {
  776. "name": "jailbars"
  777. },
  778. {
  779. "name": "bank_glass"
  780. },
  781. {
  782. "name": "bank_glass_open"
  783. },
  784. {
  785. "name": "shellrack0"
  786. },
  787. {
  788. "name": "shellrack1"
  789. },
  790. {
  791. "name": "shellrack2"
  792. },
  793. {
  794. "name": "shellrack3"
  795. },
  796. {
  797. "name": "shellrack4"
  798. },
  799. {
  800. "name": "shellrack5"
  801. },
  802. {
  803. "name": "shellrack6"
  804. },
  805. {
  806. "name": "shellrack7"
  807. },
  808. {
  809. "name": "shellrack8"
  810. },
  811. {
  812. "name": "shellrack9"
  813. },
  814. {
  815. "name": "shellrack10"
  816. },
  817. {
  818. "name": "shellrack11"
  819. },
  820. {
  821. "name": "shellrack12"
  822. },
  823. {
  824. "name": "shellrack13"
  825. },
  826. {
  827. "name": "shellrack14"
  828. },
  829. {
  830. "name": "shellrack15"
  831. },
  832. {
  833. "name": "shellrack16"
  834. },
  835. {
  836. "name": "sandstone_brazier1",
  837. "delays": [
  838. [
  839. 0.125,
  840. 0.125,
  841. 0.125,
  842. 0.125,
  843. 0.125,
  844. 0.125,
  845. 0.125,
  846. 0.125,
  847. 0.125,
  848. 0.125
  849. ]
  850. ]
  851. },
  852. {
  853. "name": "sandstone_brazier0"
  854. },
  855. {
  856. "name": "wall_frame"
  857. },
  858. {
  859. "name": "drying_rack_full"
  860. },
  861. {
  862. "name": "drying_rack_full_modular"
  863. },
  864. {
  865. "name": "drying_rack_empty"
  866. },
  867. {
  868. "name": "grindstone"
  869. },
  870. {
  871. "name": "grindstone_on",
  872. "delays": [
  873. [
  874. 0.1,
  875. 0.1,
  876. 0.1,
  877. 0.1
  878. ]
  879. ]
  880. },
  881. {
  882. "name": "workbench"
  883. },
  884. {
  885. "name": "slate"
  886. },
  887. {
  888. "name": "vault"
  889. },
  890. {
  891. "name": "column_ionic"
  892. },
  893. {
  894. "name": "pink_column"
  895. },
  896. {
  897. "name": "globe"
  898. },
  899. {
  900. "name": "pillory"
  901. },
  902. {
  903. "name": "pillory_handoverlay"
  904. },
  905. {
  906. "name": "column_solomonic1"
  907. },
  908. {
  909. "name": "column_solomonic2"
  910. },
  911. {
  912. "name": "pillory_lower0"
  913. },
  914. {
  915. "name": "pillory_lower1"
  916. },
  917. {
  918. "name": "pilloryX"
  919. },
  920. {
  921. "name": "pillory_lowerX"
  922. },
  923. {
  924. "name": "nordic_pillar"
  925. },
  926. {
  927. "name": "aztec_pillar"
  928. },
  929. {
  930. "name": "blast_control",
  931. "delays": [
  932. [
  933. 0.1,
  934. 0.1
  935. ]
  936. ]
  937. },
  938. {
  939. "name": "concrete_pillar"
  940. },
  941. {
  942. "name": "mill_large"
  943. },
  944. {
  945. "name": "mill_large1",
  946. "delays": [
  947. [
  948. 0.05,
  949. 0.1,
  950. 0.1,
  951. 0.1,
  952. 0.1,
  953. 0.1,
  954. 0.1,
  955. 0.15,
  956. 0.2,
  957. 0.2,
  958. 0.2,
  959. 0.15,
  960. 0.1,
  961. 0.1,
  962. 0.1,
  963. 0.1,
  964. 0.1,
  965. 0.1,
  966. 0.1,
  967. 0.1,
  968. 0.1,
  969. 0.1,
  970. 0.1,
  971. 0.1,
  972. 0.1,
  973. 0.1,
  974. 0.1,
  975. 0.1,
  976. 0.1,
  977. 0.1,
  978. 0.1,
  979. 0.1,
  980. 0.05
  981. ]
  982. ]
  983. },
  984. {
  985. "name": "mill_large_base"
  986. },
  987. {
  988. "name": "bonfire"
  989. },
  990. {
  991. "name": "bonfire_warm"
  992. },
  993. {
  994. "name": "bonfire_on_fire",
  995. "delays": [
  996. [
  997. 0.1,
  998. 0.1,
  999. 0.1,
  1000. 0.1,
  1001. 0.1,
  1002. 0.1
  1003. ]
  1004. ]
  1005. },
  1006. {
  1007. "name": "bonfire_on_fire_intense",
  1008. "delays": [
  1009. [
  1010. 0.1,
  1011. 0.1,
  1012. 0.1,
  1013. 0.1,
  1014. 0.1
  1015. ]
  1016. ]
  1017. },
  1018. {
  1019. "name": "bonfire_rod"
  1020. },
  1021. {
  1022. "name": "bonfire_grill"
  1023. },
  1024. {
  1025. "name": "new_loom"
  1026. },
  1027. {
  1028. "name": "ringed_campfire"
  1029. },
  1030. {
  1031. "name": "ringed_campfire_on",
  1032. "delays": [
  1033. [
  1034. 0.25,
  1035. 0.25,
  1036. 0.25,
  1037. 0.25
  1038. ]
  1039. ]
  1040. },
  1041. {
  1042. "name": "ringed_campfire_o",
  1043. "delays": [
  1044. [
  1045. 0.1,
  1046. 0.1,
  1047. 0.1,
  1048. 0.1,
  1049. 0.1,
  1050. 0.1,
  1051. 0.1,
  1052. 0.1
  1053. ]
  1054. ]
  1055. },
  1056. {
  1057. "name": "ringed_campfire0"
  1058. },
  1059. {
  1060. "name": "souls",
  1061. "delays": [
  1062. [
  1063. 0.1,
  1064. 0.1,
  1065. 0.1,
  1066. 0.1,
  1067. 0.1,
  1068. 0.1,
  1069. 0.1,
  1070. 0.1
  1071. ]
  1072. ]
  1073. },
  1074. {
  1075. "name": "ringed_campfire_overlay_backup",
  1076. "delays": [
  1077. [
  1078. 0.060000002,
  1079. 0.060000002,
  1080. 0.060000002,
  1081. 0.060000002,
  1082. 0.060000002,
  1083. 0.060000002,
  1084. 0.060000002,
  1085. 0.060000002,
  1086. 0.060000002,
  1087. 0.060000002,
  1088. 0.060000002,
  1089. 0.060000002,
  1090. 0.060000002,
  1091. 0.060000002,
  1092. 0.060000002,
  1093. 0.060000002,
  1094. 0.060000002,
  1095. 0.060000002,
  1096. 0.060000002,
  1097. 0.060000002,
  1098. 0.060000002,
  1099. 0.060000002,
  1100. 0.060000002,
  1101. 0.060000002,
  1102. 0.060000002,
  1103. 0.060000002,
  1104. 0.060000002,
  1105. 0.060000002,
  1106. 0.060000002,
  1107. 0.060000002,
  1108. 0.060000002,
  1109. 0.060000002,
  1110. 0.060000002,
  1111. 0.060000002,
  1112. 0.060000002,
  1113. 0.060000002,
  1114. 0.060000002,
  1115. 0.060000002,
  1116. 0.060000002,
  1117. 0.060000002,
  1118. 0.060000002,
  1119. 0.060000002,
  1120. 0.060000002,
  1121. 0.060000002,
  1122. 0.060000002,
  1123. 0.060000002,
  1124. 0.060000002,
  1125. 0.060000002,
  1126. 0.060000002
  1127. ]
  1128. ]
  1129. },
  1130. {
  1131. "name": "ringed_campfire_overlay",
  1132. "delays": [
  1133. [
  1134. 0.060000002,
  1135. 0.060000002,
  1136. 0.060000002,
  1137. 0.060000002,
  1138. 0.060000002,
  1139. 0.060000002,
  1140. 0.060000002,
  1141. 0.060000002,
  1142. 0.060000002,
  1143. 0.060000002,
  1144. 0.060000002,
  1145. 0.060000002,
  1146. 0.060000002,
  1147. 0.060000002,
  1148. 0.060000002,
  1149. 0.060000002,
  1150. 0.060000002,
  1151. 0.060000002,
  1152. 0.060000002,
  1153. 0.060000002,
  1154. 0.060000002,
  1155. 0.060000002,
  1156. 0.060000002,
  1157. 0.060000002,
  1158. 0.060000002,
  1159. 0.060000002,
  1160. 0.060000002,
  1161. 0.060000002,
  1162. 0.060000002,
  1163. 0.060000002,
  1164. 0.060000002,
  1165. 0.060000002,
  1166. 0.060000002,
  1167. 0.060000002,
  1168. 0.060000002,
  1169. 0.060000002,
  1170. 0.060000002,
  1171. 0.060000002,
  1172. 0.060000002,
  1173. 0.060000002,
  1174. 0.060000002,
  1175. 0.060000002,
  1176. 0.060000002,
  1177. 0.060000002,
  1178. 0.060000002,
  1179. 0.060000002,
  1180. 0.060000002,
  1181. 0.060000002,
  1182. 0.060000002
  1183. ]
  1184. ]
  1185. },
  1186. {
  1187. "name": "drumfire"
  1188. },
  1189. {
  1190. "name": "drumfire-lit",
  1191. "delays": [
  1192. [
  1193. 0.2,
  1194. 0.2,
  1195. 0.2,
  1196. 0.2,
  1197. 0.2,
  1198. 0.2,
  1199. 0.2,
  1200. 0.2,
  1201. 0.2,
  1202. 0.2,
  1203. 0.2,
  1204. 0.2,
  1205. 0.2,
  1206. 0.2,
  1207. 0.2,
  1208. 0.2,
  1209. 0.2,
  1210. 0.2,
  1211. 0.2,
  1212. 0.2,
  1213. 0.2,
  1214. 0.2,
  1215. 0.2,
  1216. 1,
  1217. 0.2,
  1218. 0.2,
  1219. 0.2,
  1220. 0.2,
  1221. 0.2,
  1222. 0.2
  1223. ]
  1224. ]
  1225. },
  1226. {
  1227. "name": "potbelly"
  1228. },
  1229. {
  1230. "name": "potbelly-lit",
  1231. "delays": [
  1232. [
  1233. 0.15,
  1234. 0.15,
  1235. 0.15,
  1236. 0.15
  1237. ]
  1238. ]
  1239. },
  1240. {
  1241. "name": "compostbin"
  1242. },
  1243. {
  1244. "name": "water_trough"
  1245. },
  1246. {
  1247. "name": "retting_trough_empty"
  1248. },
  1249. {
  1250. "name": "retting_trough_full"
  1251. },
  1252. {
  1253. "name": "retting_trough"
  1254. },
  1255. {
  1256. "name": "post_execution"
  1257. },
  1258. {
  1259. "name": "post_execution_rope"
  1260. },
  1261. {
  1262. "name": "bamboo_support"
  1263. },
  1264. {
  1265. "name": "wall_frame_bamboo"
  1266. },
  1267. {
  1268. "name": "bamboo_mine_support"
  1269. },
  1270. {
  1271. "name": "obsidian_column_solomonic1"
  1272. },
  1273. {
  1274. "name": "sandstone_column_solomonic1"
  1275. },
  1276. {
  1277. "name": "obsidian_column_solomonic2"
  1278. },
  1279. {
  1280. "name": "sandstone_column_solomonic2"
  1281. },
  1282. {
  1283. "name": "obsidian_column_ionic"
  1284. },
  1285. {
  1286. "name": "sandstone_column_ionic"
  1287. },
  1288. {
  1289. "name": "obsidian_aztec_pillar"
  1290. },
  1291. {
  1292. "name": "sandstone_aztec_pillar"
  1293. },
  1294. {
  1295. "name": "egyptian_pillar"
  1296. },
  1297. {
  1298. "name": "obsidian_support_st1"
  1299. },
  1300. {
  1301. "name": "sandstone_support_st1"
  1302. },
  1303. {
  1304. "name": "obsidian_support_st2"
  1305. },
  1306. {
  1307. "name": "sandstone_support_st2"
  1308. },
  1309. {
  1310. "name": "obsidian_brazier1",
  1311. "delays": [
  1312. [
  1313. 0.125,
  1314. 0.125,
  1315. 0.125,
  1316. 0.125,
  1317. 0.125,
  1318. 0.125,
  1319. 0.125,
  1320. 0.125,
  1321. 0.125,
  1322. 0.125
  1323. ]
  1324. ]
  1325. },
  1326. {
  1327. "name": "obsidian_brazier0"
  1328. },
  1329. {
  1330. "name": "gong"
  1331. },
  1332. {
  1333. "name": "bell_stand"
  1334. },
  1335. {
  1336. "name": "bell_stand_ringing",
  1337. "delays": [
  1338. [
  1339. 0.1,
  1340. 0.1,
  1341. 0.1,
  1342. 0.1,
  1343. 0.1,
  1344. 0.1
  1345. ]
  1346. ]
  1347. },
  1348. {
  1349. "name": "kevlar_trough"
  1350. },
  1351. {
  1352. "name": "kevlar_trough_full"
  1353. },
  1354. {
  1355. "name": "kevlar_trough_empty"
  1356. },
  1357. {
  1358. "name": "armorbench2"
  1359. },
  1360. {
  1361. "name": "armorbench1"
  1362. },
  1363. {
  1364. "name": "armorbench"
  1365. },
  1366. {
  1367. "name": "specialist_armor_bench"
  1368. },
  1369. {
  1370. "name": "specialist_armor_bench1"
  1371. },
  1372. {
  1373. "name": "specialist_armor_bench2"
  1374. },
  1375. {
  1376. "name": "marble_support_st1"
  1377. },
  1378. {
  1379. "name": "marble_support_st2"
  1380. },
  1381. {
  1382. "name": "marble_aztec_pillar"
  1383. },
  1384. {
  1385. "name": "stone_column_ionic"
  1386. },
  1387. {
  1388. "name": "stone_column_solomonic1"
  1389. },
  1390. {
  1391. "name": "stone_column_solomonic2"
  1392. },
  1393. {
  1394. "name": "marble_brazier1",
  1395. "delays": [
  1396. [
  1397. 0.125,
  1398. 0.125,
  1399. 0.125,
  1400. 0.125,
  1401. 0.125,
  1402. 0.125,
  1403. 0.125,
  1404. 0.125,
  1405. 0.125,
  1406. 0.125
  1407. ]
  1408. ]
  1409. },
  1410. {
  1411. "name": "marble_brazier0"
  1412. },
  1413. {
  1414. "name": "pokertable-flipped",
  1415. "directions": 4
  1416. },
  1417. {
  1418. "name": "glass_table-flipped",
  1419. "directions": 4
  1420. },
  1421. {
  1422. "name": "woodtable-flipped",
  1423. "directions": 4
  1424. },
  1425. {
  1426. "name": "wood_table-flipped",
  1427. "directions": 4
  1428. },
  1429. {
  1430. "name": "table-flipped",
  1431. "directions": 4
  1432. },
  1433. {
  1434. "name": "debris1"
  1435. },
  1436. {
  1437. "name": "debris2"
  1438. },
  1439. {
  1440. "name": "debris3"
  1441. },
  1442. {
  1443. "name": "brick1"
  1444. },
  1445. {
  1446. "name": "brick2"
  1447. },
  1448. {
  1449. "name": "debris4"
  1450. },
  1451. {
  1452. "name": "torch_stand",
  1453. "directions": 4
  1454. },
  1455. {
  1456. "name": "torch_stand1",
  1457. "directions": 4
  1458. },
  1459. {
  1460. "name": "torch_stand1_on",
  1461. "directions": 4,
  1462. "delays": [
  1463. [
  1464. 0.15,
  1465. 0.15,
  1466. 0.15,
  1467. 0.15
  1468. ],
  1469. [
  1470. 0.15,
  1471. 0.15,
  1472. 0.15,
  1473. 0.15
  1474. ],
  1475. [
  1476. 0.15,
  1477. 0.15,
  1478. 0.15,
  1479. 0.15
  1480. ],
  1481. [
  1482. 0.15,
  1483. 0.15,
  1484. 0.15,
  1485. 0.15
  1486. ]
  1487. ]
  1488. },
  1489. {
  1490. "name": "torch_stand_lantern",
  1491. "directions": 4
  1492. },
  1493. {
  1494. "name": "torch_stand_lantern_on",
  1495. "directions": 4
  1496. },
  1497. {
  1498. "name": "camonet"
  1499. },
  1500. {
  1501. "name": "slotmachine",
  1502. "delays": [
  1503. [
  1504. 0.1,
  1505. 0.1,
  1506. 0.1,
  1507. 0.1
  1508. ]
  1509. ]
  1510. },
  1511. {
  1512. "name": "slotmachine_screen"
  1513. },
  1514. {
  1515. "name": "slotmachine_working",
  1516. "delays": [
  1517. [
  1518. 0.1,
  1519. 0.1,
  1520. 0.1,
  1521. 0.1
  1522. ]
  1523. ]
  1524. },
  1525. {
  1526. "name": "slotmachine0",
  1527. "delays": [
  1528. [
  1529. 0.1,
  1530. 0.1,
  1531. 0.1,
  1532. 0.1
  1533. ]
  1534. ]
  1535. },
  1536. {
  1537. "name": "shelfwood"
  1538. },
  1539. {
  1540. "name": "storeshelf"
  1541. },
  1542. {
  1543. "name": "nightstand",
  1544. "directions": 4
  1545. },
  1546. {
  1547. "name": "nightstand_small",
  1548. "directions": 4
  1549. },
  1550. {
  1551. "name": "nightstand_alt",
  1552. "directions": 4
  1553. },
  1554. {
  1555. "name": "construction1",
  1556. "directions": 4
  1557. },
  1558. {
  1559. "name": "construction2",
  1560. "directions": 4,
  1561. "delays": [
  1562. [
  1563. 0.6,
  1564. 0.2
  1565. ],
  1566. [
  1567. 0.6,
  1568. 0.2
  1569. ],
  1570. [
  1571. 0.6,
  1572. 0.2
  1573. ],
  1574. [
  1575. 0.6,
  1576. 0.2
  1577. ]
  1578. ]
  1579. },
  1580. {
  1581. "name": "construction_corner",
  1582. "directions": 4
  1583. },
  1584. {
  1585. "name": "keyboard"
  1586. },
  1587. {
  1588. "name": "djtable"
  1589. },
  1590. {
  1591. "name": "crowd_barrier",
  1592. "directions": 4
  1593. },
  1594. {
  1595. "name": "propstall1"
  1596. },
  1597. {
  1598. "name": "propstall2"
  1599. },
  1600. {
  1601. "name": "propstall3"
  1602. },
  1603. {
  1604. "name": "propstall4"
  1605. },
  1606. {
  1607. "name": "lift_panel"
  1608. },
  1609. {
  1610. "name": "lift_panel2"
  1611. },
  1612. {
  1613. "name": "velvet_rope"
  1614. },
  1615. {
  1616. "name": "export_radio"
  1617. },
  1618. {
  1619. "name": "supply_radio"
  1620. },
  1621. {
  1622. "name": "cliffside",
  1623. "directions": 8
  1624. },
  1625. {
  1626. "name": "cliffside_corner",
  1627. "directions": 4
  1628. }
  1629. ]
  1630. }