From 62319795f42fe173c68937b9dc4b3be957205cb0 Mon Sep 17 00:00:00 2001 From: ForbodingAngel Date: Sat, 20 Jun 2015 13:38:02 -0700 Subject: [PATCH] Change name then change it back --- Gamedata/configs/game manual/3) units.lua | 25 +++++++++++++++++++++++ Units/{ecommander.lua => eoverseer.lua} | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 Gamedata/configs/game manual/3) units.lua rename Units/{ecommander.lua => eoverseer.lua} (99%) diff --git a/Gamedata/configs/game manual/3) units.lua b/Gamedata/configs/game manual/3) units.lua new file mode 100644 index 000000000..4d14951ef --- /dev/null +++ b/Gamedata/configs/game manual/3) units.lua @@ -0,0 +1,25 @@ +local topic = { + ["details"] = { + sectionTitle = "Units", + }, + ["article"] = { + { --page + ["details"] = { + pageTitle = "3rd page", + }, + ["sections"] = {-- sections + { + text = "Black diamond ship, \n\n Sluggish but powerful, it's twin plasma miniguns certainly will brighten your day!", + textColor = {0.5,0.5,0.5,1.0}, + fontShadow = false, + thumbImage = "bitmaps/ui/loadingscreen/black diamond.png", + backgroundColor = {0.5,0.1,0.5,0.0}, + backgroundImage1 = "bitmaps/ui/loadingscreen/rainbows.png", + }, + } + }, + + } +} + +return topic \ No newline at end of file diff --git a/Units/ecommander.lua b/Units/eoverseer.lua similarity index 99% rename from Units/ecommander.lua rename to Units/eoverseer.lua index dcd7079b3..f4f6384b9 100644 --- a/Units/ecommander.lua +++ b/Units/eoverseer.lua @@ -79,7 +79,7 @@ There can only be one!]], seismicSignature = 2, turnInPlace = true, turnRate = 5000, - unitname = "ecommander", + unitname = unitName, unitRestricted = 1, upright = false, workerTime = 1,