Advertisement
Guest User

mod_tileset.json

a guest
Apr 18th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.87 KB | None | 0 0
  1. [
  2.   {
  3.     "type": "mod_tileset",
  4.     "compatibility": [ "ChestHole32" ],
  5.     "tiles-new": [
  6.       {
  7.         "file": "tiles/dragon-tiles48ChestHole32.png",
  8.         "sprite_width":48,
  9.         "sprite_height":48,
  10.         "sprite_offset_x":-8,
  11.         "sprite_offset_y":-8,
  12.         "tiles": [
  13.           { "id": "overlay_male_mutation_WINGS_DRAGON", "fg": 0, "rotates": false },
  14.           { "id": "overlay_female_mutation_WINGS_DRAGON", "fg": 1, "rotates": false }
  15.         ]
  16.       }
  17.     ]
  18.   },
  19.   {
  20.     "type": "mod_tileset",
  21.     "compatibility": [ "ChestHole32" ],
  22.     "tiles-new": [
  23.       {
  24.         "file": "tiles/dragon-tilesChestHole32.png",
  25.         "tiles": [
  26.           { "id": ["overlay_male_mutation_DRAGON_EYE_RED", "overlay_female_mutation_DRAGON_EYE_RED"], "fg": 0, "rotates": false },
  27.           { "id": ["overlay_male_mutation_DRAGON_EYE_BROWN", "overlay_female_mutation_DRAGON_EYE_BROWN"], "fg": 1, "rotates": false },
  28.           { "id": ["overlay_male_mutation_DRAGON_EYE_YELLOW", "overlay_female_mutation_DRAGON_EYE_YELLOW"], "fg": 2, "rotates": false },
  29.           { "id": ["overlay_male_mutation_DRAGON_EYE_GREEN", "overlay_female_mutation_DRAGON_EYE_GREEN"], "fg": 3, "rotates": false },
  30.           { "id": ["overlay_male_mutation_DRAGON_EYE_VIOLET", "overlay_female_mutation_DRAGON_EYE_VIOLET"], "fg": 4, "rotates": false },
  31.           { "id": ["overlay_male_mutation_DRAGON_EYE_BLUE", "overlay_female_mutation_DRAGON_EYE_BLUE"], "fg": 5, "rotates": false },
  32.           { "id": ["overlay_male_mutation_DRAGON_EYE_ORANGE", "overlay_female_mutation_DRAGON_EYE_ORANGE"],"fg": 6, "rotates": false },
  33.           { "id": ["overlay_male_mutation_DRAGON_EYE_UNDEAD", "overlay_female_mutation_DRAGON_EYE_UNDEAD"], "fg": 7, "rotates": false }
  34.         ]
  35.       }
  36.     ]
  37.   },
  38.   {
  39.     "type": "mod_tileset",
  40.     "compatibility": [ "MSX++DEAD_PEOPLE" ],
  41.     "tiles-new": [
  42.       {
  43.         "file": "tiles/dragon-tilesMSX.png",
  44.         "tiles": [
  45.           { "id": ["overlay_male_mutation_active_bio_infrared", "overlay_female_mutation_active_bio_infrared"], "fg": 0, "rotates": false },
  46.           { "id": ["overlay_male_mutation_active_bio_night_vision", "overlay_female_mutation_active_bio_night_vision"], "fg": 1, "rotates": false },
  47.          
  48.           { "id": "overlay_mutation_DRAGON_EYE_RED", "fg": 4, "rotates": false },
  49.           { "id": "overlay_mutation_DRAGON_EYE_BROWN", "fg": 5, "rotates": false },
  50.           { "id": "overlay_mutation_DRAGON_EYE_YELLOW", "fg": 6, "rotates": false },
  51.           { "id": "overlay_mutation_DRAGON_EYE_GREEN", "fg": 7, "rotates": false },
  52.           { "id": "overlay_mutation_DRAGON_EYE_VIOLET", "fg": 8, "rotates": false },
  53.           { "id": "overlay_mutation_DRAGON_EYE_BLUE", "fg": 9, "rotates": false },
  54.           { "id": "overlay_mutation_DRAGON_EYE_ORANGE","fg": 10, "rotates": false },
  55.           { "id": "overlay_mutation_DRAGON_EYE_UNDEAD", "fg": 11, "rotates": false },
  56.          
  57.           { "id": "overlay_mutation_MUZZLE_LONG", "fg": 12, "rotates": false },
  58.           { "id": "overlay_mutation_TAIL_THICK", "fg": 13, "rotates": false },
  59.           { "id": "overlay_mutation_CLAWS", "fg": 14, "rotates": false },
  60.           { "id": "overlay_mutation_FEET_TALONS", "fg": 15, "rotates": false },
  61.          
  62.           { "id": "overlay_female_mutation_SCALES", "fg": 16, "rotates": false },
  63.           { "id": "overlay_male_mutation_SCALES", "fg": 17, "rotates": false },
  64.           { "id": "overlay_female_mutation_WINGS_DRAGON", "fg": 18, "rotates": false },
  65.           { "id": "overlay_male_mutation_WINGS_DRAGON", "fg": 19, "rotates": false }
  66.         ]
  67.       }
  68.     ]
  69.   },
  70.   {
  71.     "type": "mod_tileset",
  72.     "compatibility": [ "ChestHole32", "MSX++DEAD_PEOPLE" ],
  73.     "tiles-new": [
  74.       {
  75.         "file": "tiles/mod-tiles.png",
  76.         "tiles": [
  77.           { "id": "vibrator_mini", "fg": 1, "rotates": true }
  78.         ]
  79.       }
  80.     ]
  81.   }
  82. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement