Advertisement
Guest User

Untitled

a guest
Jan 10th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. {
  2. "tilelist": [
  3. {
  4. "name": "Air",
  5. "desc": "Air.\nIt emits light from the sky and allow users to breath in.",
  6. "color": "#A5BDC8"
  7. },
  8. {
  9. "name": "Ground",
  10. "desc": "Dirt.\nIt's the most important part of any natural landscape.",
  11. "color": "132;71;21",
  12. "filepath": "./world.png",
  13. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  14. "texpos": "0;8"
  15. },
  16. {
  17. "name": "Dirt background",
  18. "desc": "Dirt background.\nIt can't be broken and is often used in caves.",
  19. "color": "59;20;6",
  20. "filepath": "./world.png",
  21. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  22. "texpos": "8;0"
  23. },
  24. {
  25. "name": "Stone ore",
  26. "desc": "Light stone ore.\nIt contains a regular load of stone.",
  27. "color": "139;104;73",
  28. "filepath": "./world.png",
  29. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  30. "texpos": "8;48"
  31. },
  32. {
  33. "name": "Thick stone ore",
  34. "desc": "Thick stone ore.\nIt contains two loads of stone.",
  35. "color": "66;72;75",
  36. "filepath": "./world.png",
  37. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  38. "texpos": "48;104"
  39. },
  40. {
  41. "name": "Bedrock",
  42. "desc": "Unbreakable bedrock.\nIt can't be broken by players.\nIt's also often used to prevent from intensive tunneling and flooding.",
  43. "color": "45;52;45",
  44. "filepath": "./world.png",
  45. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  46. "texpos": "96;48"
  47. },
  48. {
  49. "name": "Gold ore",
  50. "desc": "Gold ore.\nIt's used to build various buildings (tunnels, siege..)",
  51. "color": "254;165;61",
  52. "filepath": "./world.png",
  53. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  54. "texpos": "16;40"
  55. },
  56. {
  57. "name": "Stone block",
  58. "desc": "Solid castle stone.\nIt is mainly used for buildings.",
  59. "color": "100;113;96",
  60. "filepath": "./world.png",
  61. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  62. "texpos": "8;24"
  63. },
  64. {
  65. "name": "Mossy stone block",
  66. "desc": "Solid mossy castle stone.\nIt can't be built by the player.\nIt's often used by mapmakers for dungeons.",
  67. "color": "100;143;96",
  68. "filepath": "./world.png",
  69. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  70. "texpos": "0;112"
  71. },
  72. {
  73. "name": "Stone backwall",
  74. "desc": "Solid castle backwall.\nIt is mainly used for buildings.",
  75. "color": "49;52;18",
  76. "filepath": "./world.png",
  77. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  78. "texpos": "16;32"
  79. },
  80. {
  81. "name": "Mossy stone backwall",
  82. "desc": "Solid mossy castle backwall.\nIt can't be built by the player.\nIt's often used by mapmakers for dungeons.",
  83. "color": "49;82;18",
  84. "filepath": "./world.png",
  85. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  86. "texpos": "40;112"
  87. },
  88. {
  89. "name": "Ladder",
  90. "desc": "Ladders.\nPlayers can climb it.",
  91. "behavior": "ladder"
  92. },
  93. {
  94. "name": "Grass",
  95. "desc": "Grass.\nIt doesn't have any particular use, but it's a good decoration.",
  96. "color": "100;115;13",
  97. "filepath": "./world.png",
  98. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  99. "texpos": "72;8"
  100. },
  101. {
  102. "name": "Wooden wall",
  103. "desc": "Wooden wall.\nIt's a cheap block that can burn easily.\nIt's mainly used for building and emergency fixing.",
  104. "color": "196;135;21",
  105. "filepath": "./world.png",
  106. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  107. "texpos": "32;96"
  108. },
  109. {
  110. "name": "Wooden backwall",
  111. "desc": "Wooden backwall.\nIt's a cheap block that can burn easily.\nIt's mainly used for building.",
  112. "color": "196;135;21",
  113. "filepath": "./world.png",
  114. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  115. "texpos": "104;96"
  116. },
  117. {
  118. "name": "Water",
  119. "desc": "Water.\nPlayer can't breath in and goes slower.\nIt's used for lakes, oceans, rivers, as decoration or to radically change the gameplay.",
  120. "behavior": "water"
  121. },
  122. {
  123. "name": "Sand",
  124. "desc": "Sand.\nIt's a decorative block used for oceans and such.\nIt might be broken and it's laggy.",
  125. "color": "#ECD590",
  126. "filepath": "./world.png",
  127. "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
  128. "texpos": "96;104",
  129. "size": "8;8",
  130. "origin": "0;0"
  131. },
  132. {
  133. "name": "Warboat",
  134. "desc": "Warboat.\nA solid ship that allows players to respawn on.\nIt's slower than longboats.",
  135. "color": "50;140;255",
  136. "filepath": "./WarBoat.png",
  137. "url": "http://update.kag2d.com/something/WarBoat.png",
  138. "texpos": "0;0",
  139. "size": "96;56",
  140. "origin": "48;28"
  141. }
  142. ]
  143. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement