From b137ad54f4a0b0cf707512fe030eb522917978b3 Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Khan Date: Sat, 27 Sep 2025 15:26:18 +0530 Subject: [PATCH] (stardew access) Added `TileDesc` properties to tiles (currently most important and some decoratinos only) for use by screen readers via stardew access. --- .../assets/maps/centralStation.tmx | 38 ++++++++ .../assets/maps/ticketMachine.tmx | 1 + .../assets/maps/tourists.tmx | 97 +++++++++++++++++++ .../[CP] CentralStation/i18n/default.json | 64 +++++++++++- 4 files changed, 197 insertions(+), 3 deletions(-) diff --git a/CentralStation/[CP] CentralStation/assets/maps/centralStation.tmx b/CentralStation/[CP] CentralStation/assets/maps/centralStation.tmx index c8845dfe3..cb1a6b3a6 100644 --- a/CentralStation/[CP] CentralStation/assets/maps/centralStation.tmx +++ b/CentralStation/[CP] CentralStation/assets/maps/centralStation.tmx @@ -1170,6 +1170,7 @@ + @@ -1178,111 +1179,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CentralStation/[CP] CentralStation/assets/maps/ticketMachine.tmx b/CentralStation/[CP] CentralStation/assets/maps/ticketMachine.tmx index 530065299..c7dd232b9 100644 --- a/CentralStation/[CP] CentralStation/assets/maps/ticketMachine.tmx +++ b/CentralStation/[CP] CentralStation/assets/maps/ticketMachine.tmx @@ -42,6 +42,7 @@ + diff --git a/CentralStation/[CP] CentralStation/assets/maps/tourists.tmx b/CentralStation/[CP] CentralStation/assets/maps/tourists.tmx index 2ea783466..33f93ed36 100644 --- a/CentralStation/[CP] CentralStation/assets/maps/tourists.tmx +++ b/CentralStation/[CP] CentralStation/assets/maps/tourists.tmx @@ -505,4 +505,101 @@ 0,0,0,0,0,0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CentralStation/[CP] CentralStation/i18n/default.json b/CentralStation/[CP] CentralStation/i18n/default.json index 25c83d6b9..f0d701b58 100644 --- a/CentralStation/[CP] CentralStation/i18n/default.json +++ b/CentralStation/[CP] CentralStation/i18n/default.json @@ -159,7 +159,30 @@ "tourist.bag-dog.1": "(She's on an adventure.)", "tourist.bag-dog.2": "(She's just taking a break in her portable bed bag.)", - + + /********* + ** Tourist Names + *********/ + "tourist.young-boy.name": "Young Boy", + "tourist.black-dress-woman.name": "Woman in black dress with purple hair", + "tourist.drink-man.name": "Man with a drink", + "tourist.sunglasses-man.name": "Man with sunglasses", + "tourist.top-hat-man.name": "Man with top hat", + "tourist.strong-man.name": "Strong Man", + "tourist.desert-racer-man.name": "Desert Racer", + "tourist.desert-scholar-man.name": "Desert Scholar", + "tourist.flamingo.name": "Flamingo", + "tourist.shrouded-figure.name": "Shrouded Figure", + "tourist.welwick.name": "Welwick", + "tourist.cashier-girl.name": "Cashier Girl", + "tourist.governor.name": "Governor", + "tourist.lupini.name": "Lupini", + "tourist.red-cap-guy.name": "Red Cap Guy", + "tourist.shorts-man.name": "Shorts Man", + "tourist.red-pirate.name": "Red Pirate", + "tourist.grim-pirate.name": "Grim Pirate", + "tourist.blackgull-pirate.name": "Blackgull Pirate", + "tourist.bag-dog.name": "Bag Dog", /********* ** Furniture @@ -183,5 +206,40 @@ "furniture.suitcase-blue.name": "Blue Suitcase", "furniture.suitcase-pink.name": "Pink Suitcase", "furniture.trash-can.name": "Trash Can", - "furniture.trash-can-messy.name": "Messy Trash Can" -} + "furniture.trash-can-messy.name": "Messy Trash Can", + + /********* + ** Tile + *********/ + "tile.ticket-machine.name": "Ticket Machine", + "tile.ticket-counter.name": "Ticket Counter", + "tile.gift-shop.name": "Gift Shop", + "tile.food-court.name": "Food Court", + "tile.vendor-shop.name": "Vendor Shop", + "tile.staff-room-employee-locker-1.name" : "Employee Locker 1", + "tile.staff-room-employee-locker-2.name" : "Open Employee Locker 2", + "tile.staff-room-employee-fridge.name" : "Employee Fridge", + "tile.staff-room-door.name": "Staff Room Door", + "tile.central-station-warp.name": "Central Station", + "tile.exit-door.name": "Exit Door", + "tile.transit-area-doors.name": "Transit Area Doors", + "tile.piano.name": "Piano", + "tile.green-stool.name": "Green Stool", + + // Joja Cola Mahcines + "tile.joja-cola-machine-1.name": "Joja Cola Machine 1", + "tile.joja-cola-machine-2.name": "Joja Cola Machine 2", + + // Garbage Cans + "tile.garbage-can-1.name": "Garbage Can 1", + "tile.garbage-can-2.name": "Garbage Can 2", + "tile.garbage-can-3.name": "Garbage Can 3", + + // Bookshelfs + "tile.bookshelf-1.name": "Bookshelf 1", + "tile.bookshelf-2.name": "Bookshelf 2", + "tile.bookshelf-3.name": "Bookshelf 3", + "tile.bookshelf-4.name": "Bookshelf 4", + "tile.bookshelf-5.name": "Bookshelf 5", + "tile.bookshelf-6.name": "Bookshelf 6" +} \ No newline at end of file