Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "tilelist": [
- {
- "name": "Air",
- "desc": "Air.\nIt emits light from the sky and allow users to breath in.",
- "color": "#A5BDC8"
- },
- {
- "name": "Ground",
- "desc": "Dirt.\nIt's the most important part of any natural landscape.",
- "color": "132;71;21",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "0;8"
- },
- {
- "name": "Dirt background",
- "desc": "Dirt background.\nIt can't be broken and is often used in caves.",
- "color": "59;20;6",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "8;0"
- },
- {
- "name": "Stone ore",
- "desc": "Light stone ore.\nIt contains a regular load of stone.",
- "color": "139;104;73",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "8;48"
- },
- {
- "name": "Thick stone ore",
- "desc": "Thick stone ore.\nIt contains two loads of stone.",
- "color": "66;72;75",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "48;104"
- },
- {
- "name": "Bedrock",
- "desc": "Unbreakable bedrock.\nIt can't be broken by players.\nIt's also often used to prevent from intensive tunneling and flooding.",
- "color": "45;52;45",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "96;48"
- },
- {
- "name": "Gold ore",
- "desc": "Gold ore.\nIt's used to build various buildings (tunnels, siege..)",
- "color": "254;165;61",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "16;40"
- },
- {
- "name": "Stone block",
- "desc": "Solid castle stone.\nIt is mainly used for buildings.",
- "color": "100;113;96",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "8;24"
- },
- {
- "name": "Mossy stone block",
- "desc": "Solid mossy castle stone.\nIt can't be built by the player.\nIt's often used by mapmakers for dungeons.",
- "color": "100;143;96",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "0;112"
- },
- {
- "name": "Stone backwall",
- "desc": "Solid castle backwall.\nIt is mainly used for buildings.",
- "color": "49;52;18",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "16;32"
- },
- {
- "name": "Mossy stone backwall",
- "desc": "Solid mossy castle backwall.\nIt can't be built by the player.\nIt's often used by mapmakers for dungeons.",
- "color": "49;82;18",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "40;112"
- },
- {
- "name": "Ladder",
- "desc": "Ladders.\nPlayers can climb it.",
- "behavior": "ladder"
- },
- {
- "name": "Grass",
- "desc": "Grass.\nIt doesn't have any particular use, but it's a good decoration.",
- "color": "100;115;13",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "72;8"
- },
- {
- "name": "Wooden wall",
- "desc": "Wooden wall.\nIt's a cheap block that can burn easily.\nIt's mainly used for building and emergency fixing.",
- "color": "196;135;21",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "32;96"
- },
- {
- "name": "Wooden backwall",
- "desc": "Wooden backwall.\nIt's a cheap block that can burn easily.\nIt's mainly used for building.",
- "color": "196;135;21",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "104;96"
- },
- {
- "name": "Water",
- "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.",
- "behavior": "water"
- },
- {
- "name": "Sand",
- "desc": "Sand.\nIt's a decorative block used for oceans and such.\nIt might be broken and it's laggy.",
- "color": "#ECD590",
- "filepath": "./world.png",
- "url": "http://update.kag2d.com/1/win32-client-release/Base/Sprites/world.png",
- "texpos": "96;104",
- "size": "8;8",
- "origin": "0;0"
- },
- {
- "name": "Warboat",
- "desc": "Warboat.\nA solid ship that allows players to respawn on.\nIt's slower than longboats.",
- "color": "50;140;255",
- "filepath": "./WarBoat.png",
- "url": "http://update.kag2d.com/something/WarBoat.png",
- "texpos": "0;0",
- "size": "96;56",
- "origin": "48;28"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement