MrMelbert / MapleStationCode

GNU Affero General Public License v3.0
6 stars 29 forks source link

New circuits, primitive exporting and MODcircuit enhancements #550

Open SmArtKar opened 1 month ago

SmArtKar commented 1 month ago

Increased circuit capacity for shells below huge, from 12/25/50/100/500 to 25/50/100/250/500 respectively Added 7 new components: BCI input interceptor, camera, cell charge, mining, screen, tile scanner and item interaction components. Item interaction component wasn't added to the techweb due to potential runtime concerns. MODsuit circuits now can control their wearer's movement and clicks (respecting movespeed and click cooldowns) Circuit designs can now be imported/exported via circuit duplicator, for now in pure JSON until tgstation's #85493 is merged. Export is currently performed via (slightly modified for this purpose) text input window as chat cannot handle larger circuit designs.