sorry iam new here, just recently create an account to ask not sure is this the correct place or not.
since i like the ultica aesthetic but it dont have the dino art yet in it.
so i want to add dino tileset from chibi ultica to ultica by simply copy paste the tile config of the dino tileset i want to it and tweak the number a bit, but i got a crash instead so i want to know what i do wrong or what i need to do to make it work.
here the code
"file": "ChibiHuge.png",
"//": "range 10510 to 10541",
"sprite_width": 128,
"sprite_height": 128,
"sprite_offset_x": -64,
"sprite_offset_y": -96,
"tiles": [
{
"id": "mon_tankbot",
"fg": [ { "weight": 10, "sprite": 10512 }, { "weight": 1, "sprite": 10513 }, { "weight": 3, "sprite": 10514 } ],
"rotates": false
},
{ "id": "bot_tankbot", "fg": 10510 },
{ "id": "broken_tankbot", "fg": 10511 },
{ "id": "corpse_mon_acrocanthosaurus", "fg": 10515 },
{ "id": "mon_acrocanthosaurus", "fg": 10516 },
{ "id": "corpse_mon_siats", "fg": 10517 },
{ "id": "mon_siats", "fg": 10518 },
{ "id": "corpse_mon_allosaurus", "fg": 10517 },
{ "id": "mon_allosaurus", "fg": 10518 }
{ "id": "corpse_mon_spinosaurus", "fg": 10519 },
{ "id": "mon_spinosaurus", "fg": 10520 },
{ "id": "corpse_mon_torvosaurus", "fg": 10521 },
{ "id": "mon_torvosaurus", "fg": 10522 },
{ "id": "corpse_mon_tyrannosaurus", "fg": 10523 },
{ "id": "corpse_mon_zyrannosaurus", "fg": 10524 },
{ "id": "mon_tyrannosaurus", "fg": 10525 },
{ "id": "mon_zyrannosaurus", "fg": 10526 },
{ "id": "corpse_mon_yulecat", "fg": 10527 },
{ "id": "mon_yulecat", "fg": 10528 },
{ "id": "corpse_mon_kraken_guard", "fg": 10529 },
{ "id": "mon_kraken_guard", "fg": 10530 }
and thanks