diff --git a/data/railcraft/items/h_s_transition_track/item.cg b/data/railcraft/items/h_s_transition_track/item.cg index 2e40b8ac..4c768850 100644 --- a/data/railcraft/items/h_s_transition_track/item.cg +++ b/data/railcraft/items/h_s_transition_track/item.cg @@ -1,5 +1,9 @@ schema: 1 -description: High Speed Transition Track is used for transitioning from high speed track to medium speed track. When given a redstone signal, this track will speed up a train from medium to high speed, and when given no signal, it will slow the train down. Depending upon the actual speed of the train, multiple transition tracks may be required. +description: <<-END +High Speed Transition Track is used for transitioning from high speed track to medium speed track and medium speed track to low speed track, hence the name, Transition Track. They are most useful when entering a turn and can be used to safely avoid a crash. H.S. Transition Tracks can be used when transitioning from [[H.S. Track]] to other types of track such as [[Reinforced Rail]] and [[Rail]]s. + +When powered with a [[Redstone]] signal, this track will act as a booster, accelerating the [[Minecart]] or other type of transportation. +END