From 3a3459422a12d6cf76dea7710d6676827b160271 Mon Sep 17 00:00:00 2001 From: Simon Fortier Date: Sun, 23 Dec 2018 11:38:11 -0500 Subject: [PATCH] Updated Radio Tower (markdown) --- Radio-Tower.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Radio-Tower.md b/Radio-Tower.md index 6593eaf..528a0a9 100644 --- a/Radio-Tower.md +++ b/Radio-Tower.md @@ -1,7 +1,9 @@ -TODO -range -map info -max messages -sprite not finished -link to receiver -link to comport \ No newline at end of file +Radio tower is a structure that is part of a [Settlement](https://github.com/simon987/Much-Assembly-Required/wiki/Settlement). It can be used to broadcast messages in a certain range. To use it, simply send data via the [ComPort](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Universal-Com-Port) while standing directly in front of the tower. + +Nearby units with a [Radio Receiver](https://github.com/simon987/Much-Assembly-Required/wiki/Hardware:-Radio-Receiver) will be able to receive the data. + +![radiotower](https://user-images.githubusercontent.com/7120851/50385613-7217a200-06a6-11e9-80fe-f709b6fca9a4.png) + +The radio tower currently has a range of 3 worlds, meaning that any unit in a world within a [Manhattan distance](https://en.wikipedia.org/wiki/Taxicab_geometry) of 3 of the tower will receive the messages. +Each message is 8 character long and a single tower can send up to 16 messages per tick. +If more than 1 tower is within range, the unit will receive messages from both towers. \ No newline at end of file