From: <sca...@us...> - 2011-05-11 01:41:01
|
Revision: 4556 http://hw2bsg.svn.sourceforge.net/hw2bsg/?rev=4556&view=rev Author: scarbrow Date: 2011-05-11 01:40:54 +0000 (Wed, 11 May 2011) Log Message: ----------- - sen's updates without scorpion shipyard as it is not ready for release. Modified Paths: -------------- trunk/HW2_ROOT/Data/scripts/building and research/hur/build.lua trunk/HW2_ROOT/Data/scripts/building and research/hur/research.lua Modified: trunk/HW2_ROOT/Data/scripts/building and research/hur/build.lua =================================================================== --- trunk/HW2_ROOT/Data/scripts/building and research/hur/build.lua 2011-05-11 01:36:02 UTC (rev 4555) +++ trunk/HW2_ROOT/Data/scripts/building and research/hur/build.lua 2011-05-11 01:40:54 UTC (rev 4556) @@ -220,12 +220,12 @@ { Type = Ship, --ThingToBuild = "hur_civ_flattop", - ThingToBuild = "hur_civ_flattop", + ThingToBuild = "hur_civ_virgonexpress", RequiredResearch = "repair", RequiredShipSubSystems = "", DisplayPriority = 11, DisplayedName = "Flat Top", - Description = "Colonial repair ship (Can dock Vipers) \n\n CANNOT repair ships, but gives fleet a health bonus in Multiplayer.", }, + Description = "Colonial repair ship (Can dock Vipers).", }, { Type = Ship, --ThingToBuild = "hur_civ_refinery", Modified: trunk/HW2_ROOT/Data/scripts/building and research/hur/research.lua =================================================================== --- trunk/HW2_ROOT/Data/scripts/building and research/hur/research.lua 2011-05-11 01:36:02 UTC (rev 4555) +++ trunk/HW2_ROOT/Data/scripts/building and research/hur/research.lua 2011-05-11 01:40:54 UTC (rev 4556) @@ -313,10 +313,34 @@ -- UpgradeValue = 1.3, -- Icon = Icon_Build, -- ShortDisplayedName = "Production Upgrade", }, - + { + Name = "repair", + RequiredResearch = "mining", + RequiredSubSystems = "", + Cost = 3500, + Time = 60, + DisplayedName = "Send out for the repair ship", + DisplayPriority = 0, + Description = "This civilian vessel has the ability to repair Battlestars. As a Merchant vessel it cost some credits for them to jump in.", + TargetName = "hur_civ_virgonexpress", + Icon = Icon_Tech, + ShortDisplayedName = "Merchant Repair Facility", }, +-- { +-- Name = "ShipyardSystems", +-- RequiredResearch = "Battlestars & battleraptor & ECM", +-- RequiredSubSystems = "", +-- Cost = 350000, +-- Time = 600, +-- DisplayedName = "Send out for the repair ship", +-- DisplayPriority = 0, +-- Description = "Yards to build and maintain the fleet.", +-- TargetName = "hur_scorpian", +-- Icon = Icon_Tech, +-- ShortDisplayedName = "Ship Yard", }, + -- ShipMAXHEALTHUpgrade and Downgrade are used with the ship bonuses see scripts/ShipBonuses.lua { Name = "ShipMAXHEALTHUpgrade", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |