From 01ee8b97b230722ed4f1159f624dd1b745816902 Mon Sep 17 00:00:00 2001 From: scamtank Date: Fri, 5 Jun 2015 18:24:02 +0300 Subject: [PATCH] Add format guide to item-descriptions.lua Including a short list of the screen's limitations would be a good idea, I think. --- scripts/item-descriptions.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/item-descriptions.lua b/scripts/item-descriptions.lua index dd85d54ba..9ce970c95 100644 --- a/scripts/item-descriptions.lua +++ b/scripts/item-descriptions.lua @@ -1,6 +1,15 @@ -- Holds custom descriptions for view-item-info -- By PeridexisErrant +-- Each line near the bottom has 53 characters of room until +-- it starts clipping over the UI in an ugly fashion. +-- For proper spacing, 50 characters is the maximum. +-- Descriptions which aren't pushed down the page by +-- barrel contents or such line up with the UI on the +-- 11th line down. There is room for a 10th long line +-- without clipping, but stopping at 9 leaves enough space +-- for ideal legibility. + -- The following people contributed descriptions: -- Raideau, PeridexisErrant, /u/Puffin4Tom, /u/KroyMortlach -- /u/genieus, /u/TeamsOnlyMedic, /u/johny5w, /u/DerTanni