From: <sca...@us...> - 2009-03-02 13:09:46
|
Revision: 3116 http://hw2bsg.svn.sourceforge.net/hw2bsg/?rev=3116&view=rev Author: scarbrow Date: 2009-03-02 13:09:42 +0000 (Mon, 02 Mar 2009) Log Message: ----------- - armistice ship icon - cleaned up armistice ship file a little Modified Paths: -------------- trunk/HW2_ROOT/Data/ship/hur_Armistice/hur_Armistice.ship trunk/HW2_ROOT/Data/ship/icons/shipicons.lua Added Paths: ----------- trunk/HW2_ROOT/Data/ship/icons/ship_hur/armistice.tga Modified: trunk/HW2_ROOT/Data/ship/hur_Armistice/hur_Armistice.ship =================================================================== --- trunk/HW2_ROOT/Data/ship/hur_Armistice/hur_Armistice.ship 2009-03-01 13:55:12 UTC (rev 3115) +++ trunk/HW2_ROOT/Data/ship/hur_Armistice/hur_Armistice.ship 2009-03-02 13:09:42 UTC (rev 3116) @@ -80,12 +80,17 @@ --CLASSIFICATION --================================================================= -NewShipType.militaryUnit=1NewShipType.MinimalFamilyToFindPathAround = "SuperPriority" +NewShipType.militaryUnit=1 +NewShipType.MinimalFamilyToFindPathAround = "Mothership" NewShipType.BuildFamily = "NotBuildable" -NewShipType.AttackFamily = "Mothership"NewShipType.DockFamily="CantDock"NewShipType.AvoidanceFamily="SuperPriority"NewShipType.DisplayFamily="Flagship"NewShipType.AutoFormationFamily="SuperCap" +NewShipType.AttackFamily = "Mothership" +NewShipType.DockFamily="CantDock" +NewShipType.AvoidanceFamily="SuperPriority" +NewShipType.DisplayFamily="Utility" +NewShipType.AutoFormationFamily="SuperCap" NewShipType.CollisionFamily="Big" NewShipType.ArmourFamily="Unarmoured" -NewShipType.UnitCapsFamily="Fighter" +NewShipType.UnitCapsFamily="Utility" NewShipType.isTransferable=0 NewShipType.unitCapsNumber=3 Added: trunk/HW2_ROOT/Data/ship/icons/ship_hur/armistice.tga =================================================================== (Binary files differ) Property changes on: trunk/HW2_ROOT/Data/ship/icons/ship_hur/armistice.tga ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/HW2_ROOT/Data/ship/icons/shipicons.lua =================================================================== --- trunk/HW2_ROOT/Data/ship/icons/shipicons.lua 2009-03-01 13:55:12 UTC (rev 3115) +++ trunk/HW2_ROOT/Data/ship/icons/shipicons.lua 2009-03-02 13:09:42 UTC (rev 3116) @@ -464,6 +464,16 @@ stretchOnDraw = 1, }, } +hur_Armistice = +{ + LargeIcon = + { + texture = "DATA:\\Ship\\Icons\\ship_hur\\armistice.tga", + textureUV_TL = { 0, 0, }, + textureUV_WH = { 200, 255, }, + stretchOnDraw = 1, + }, +} hur_astralqueen = { LargeIcon = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |