Rename HuskActor to Actor
This commit is contained in:
@@ -1698,9 +1698,9 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
|||||||
// The default value of ViceroidActor was vice
|
// The default value of ViceroidActor was vice
|
||||||
var actor = node.Value.Nodes.FirstOrDefault(n => n.Key == "ViceroidActor");
|
var actor = node.Value.Nodes.FirstOrDefault(n => n.Key == "ViceroidActor");
|
||||||
if (actor != null)
|
if (actor != null)
|
||||||
actor.Key = "HuskActor";
|
actor.Key = "Actor";
|
||||||
else
|
else
|
||||||
node.Value.Nodes.Add(new MiniYamlNode("HuskActor", "vice"));
|
node.Value.Nodes.Add(new MiniYamlNode("Actor", "vice"));
|
||||||
|
|
||||||
// The default value of Probability was 10
|
// The default value of Probability was 10
|
||||||
var probability = node.Value.Nodes.FirstOrDefault(n => n.Key == "Probability");
|
var probability = node.Value.Nodes.FirstOrDefault(n => n.Key == "Probability");
|
||||||
@@ -1729,7 +1729,13 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (node.Key == "LeavesHusk")
|
if (node.Key == "LeavesHusk")
|
||||||
|
{
|
||||||
node.Key = "SpawnActorOnDeath";
|
node.Key = "SpawnActorOnDeath";
|
||||||
|
|
||||||
|
var actor = node.Value.Nodes.FirstOrDefault(n => n.Key == "HuskActor");
|
||||||
|
if (actor != null)
|
||||||
|
actor.Key = "Actor";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (engineVersion < 20150810)
|
if (engineVersion < 20150810)
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ namespace OpenRA.Mods.RA.Traits
|
|||||||
{
|
{
|
||||||
[ActorReference, FieldLoader.Require]
|
[ActorReference, FieldLoader.Require]
|
||||||
[Desc("Actor to spawn on death.")]
|
[Desc("Actor to spawn on death.")]
|
||||||
public readonly string HuskActor = null;
|
public readonly string Actor = null;
|
||||||
|
|
||||||
[Desc("Probability the actor spawns.")]
|
[Desc("Probability the actor spawns.")]
|
||||||
public readonly int Probability = 100;
|
public readonly int Probability = 100;
|
||||||
@@ -125,7 +125,7 @@ namespace OpenRA.Mods.RA.Traits
|
|||||||
.Select(ihm => ihm.HuskActor(self))
|
.Select(ihm => ihm.HuskActor(self))
|
||||||
.FirstOrDefault(a => a != null);
|
.FirstOrDefault(a => a != null);
|
||||||
|
|
||||||
w.CreateActor(huskActor ?? info.HuskActor, td);
|
w.CreateActor(huskActor ?? info.Actor, td);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ TRAN:
|
|||||||
MaxWeight: 10
|
MaxWeight: 10
|
||||||
PipCount: 10
|
PipCount: 10
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: TRAN.Husk
|
Actor: TRAN.Husk
|
||||||
Explodes:
|
Explodes:
|
||||||
Weapon: HeliExplode
|
Weapon: HeliExplode
|
||||||
EmptyWeapon: HeliExplode
|
EmptyWeapon: HeliExplode
|
||||||
@@ -84,7 +84,7 @@ HELI:
|
|||||||
Offset: 0,0,85
|
Offset: 0,0,85
|
||||||
WithMuzzleFlash:
|
WithMuzzleFlash:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: HELI.Husk
|
Actor: HELI.Husk
|
||||||
AutoTarget:
|
AutoTarget:
|
||||||
Explodes:
|
Explodes:
|
||||||
Weapon: HeliExplode
|
Weapon: HeliExplode
|
||||||
@@ -129,7 +129,7 @@ ORCA:
|
|||||||
ReloadCount: 2
|
ReloadCount: 2
|
||||||
SelfReloadTicks: 100
|
SelfReloadTicks: 100
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: ORCA.Husk
|
Actor: ORCA.Husk
|
||||||
AutoTarget:
|
AutoTarget:
|
||||||
Explodes:
|
Explodes:
|
||||||
Weapon: HeliExplode
|
Weapon: HeliExplode
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ V20:
|
|||||||
Footprint: xx xx
|
Footprint: xx xx
|
||||||
Dimensions: 2,2
|
Dimensions: 2,2
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V20.Husk
|
Actor: V20.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -22,7 +22,7 @@ V21:
|
|||||||
Footprint: xx xx
|
Footprint: xx xx
|
||||||
Dimensions: 2,2
|
Dimensions: 2,2
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V21.Husk
|
Actor: V21.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ V22:
|
|||||||
Footprint: xx
|
Footprint: xx
|
||||||
Dimensions: 2,1
|
Dimensions: 2,1
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V22.Husk
|
Actor: V22.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -55,7 +55,7 @@ V22.Husk:
|
|||||||
V23:
|
V23:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V23.Husk
|
Actor: V23.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ V24:
|
|||||||
Footprint: xx xx
|
Footprint: xx xx
|
||||||
Dimensions: 2,2
|
Dimensions: 2,2
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V24.Husk
|
Actor: V24.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -90,7 +90,7 @@ V25:
|
|||||||
Tooltip:
|
Tooltip:
|
||||||
Name: Church
|
Name: Church
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V25.Husk
|
Actor: V25.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -110,7 +110,7 @@ V26:
|
|||||||
Footprint: xx
|
Footprint: xx
|
||||||
Dimensions: 2,1
|
Dimensions: 2,1
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V26.Husk
|
Actor: V26.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -125,7 +125,7 @@ V26.Husk:
|
|||||||
V27:
|
V27:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V27.Husk
|
Actor: V27.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -137,7 +137,7 @@ V27.Husk:
|
|||||||
V28:
|
V28:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V28.Husk
|
Actor: V28.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -149,7 +149,7 @@ V28.Husk:
|
|||||||
V29:
|
V29:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V29.Husk
|
Actor: V29.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -164,7 +164,7 @@ V30:
|
|||||||
Footprint: xx
|
Footprint: xx
|
||||||
Dimensions: 2,1
|
Dimensions: 2,1
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V30.Husk
|
Actor: V30.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -182,7 +182,7 @@ V31:
|
|||||||
Footprint: xx
|
Footprint: xx
|
||||||
Dimensions: 2,1
|
Dimensions: 2,1
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V31.Husk
|
Actor: V31.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -200,7 +200,7 @@ V32:
|
|||||||
Footprint: xx
|
Footprint: xx
|
||||||
Dimensions: 2,1
|
Dimensions: 2,1
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V32.Husk
|
Actor: V32.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -218,7 +218,7 @@ V33:
|
|||||||
Footprint: xx
|
Footprint: xx
|
||||||
Dimensions: 2,1
|
Dimensions: 2,1
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V33.Husk
|
Actor: V33.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -233,7 +233,7 @@ V33.Husk:
|
|||||||
V34:
|
V34:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V34.Husk
|
Actor: V34.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -245,7 +245,7 @@ V34.Husk:
|
|||||||
V35:
|
V35:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V35.Husk
|
Actor: V35.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -257,7 +257,7 @@ V35.Husk:
|
|||||||
V36:
|
V36:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V36.Husk
|
Actor: V36.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: DESERT
|
RequireTilesets: DESERT
|
||||||
|
|
||||||
@@ -269,7 +269,7 @@ V36.Husk:
|
|||||||
V37:
|
V37:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V37.Husk
|
Actor: V37.Husk
|
||||||
Building:
|
Building:
|
||||||
Footprint: __xx_ ___xx
|
Footprint: __xx_ ___xx
|
||||||
Dimensions: 5,2
|
Dimensions: 5,2
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ V01:
|
|||||||
Tooltip:
|
Tooltip:
|
||||||
Name: Church
|
Name: Church
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V01.Husk
|
Actor: V01.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ V02:
|
|||||||
Footprint: xx xx
|
Footprint: xx xx
|
||||||
Dimensions: 2,2
|
Dimensions: 2,2
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V02.Husk
|
Actor: V02.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@ V03:
|
|||||||
Footprint: xx xx
|
Footprint: xx xx
|
||||||
Dimensions: 2,2
|
Dimensions: 2,2
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V03.Husk
|
Actor: V03.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -62,7 +62,7 @@ V04:
|
|||||||
Footprint: xx xx
|
Footprint: xx xx
|
||||||
Dimensions: 2,2
|
Dimensions: 2,2
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V04.Husk
|
Actor: V04.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -80,7 +80,7 @@ V05:
|
|||||||
Footprint: xx
|
Footprint: xx
|
||||||
Dimensions: 2,1
|
Dimensions: 2,1
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V05.Husk
|
Actor: V05.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ V06:
|
|||||||
Footprint: xx
|
Footprint: xx
|
||||||
Dimensions: 2,1
|
Dimensions: 2,1
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V06.Husk
|
Actor: V06.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ V07:
|
|||||||
Footprint: xx
|
Footprint: xx
|
||||||
Dimensions: 2,1
|
Dimensions: 2,1
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V07.Husk
|
Actor: V07.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -131,7 +131,7 @@ V07.Husk:
|
|||||||
V08:
|
V08:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V08.Husk
|
Actor: V08.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -143,7 +143,7 @@ V08.Husk:
|
|||||||
V09:
|
V09:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V09.Husk
|
Actor: V09.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -155,7 +155,7 @@ V09.Husk:
|
|||||||
V10:
|
V10:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V10.Husk
|
Actor: V10.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -167,7 +167,7 @@ V10.Husk:
|
|||||||
V11:
|
V11:
|
||||||
Inherits: ^CivBuilding
|
Inherits: ^CivBuilding
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V11.Husk
|
Actor: V11.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -179,7 +179,7 @@ V11.Husk:
|
|||||||
V12:
|
V12:
|
||||||
Inherits: ^CivField
|
Inherits: ^CivField
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V12.Husk
|
Actor: V12.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -191,7 +191,7 @@ V12.Husk:
|
|||||||
V13:
|
V13:
|
||||||
Inherits: ^CivField
|
Inherits: ^CivField
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V13.Husk
|
Actor: V13.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -203,7 +203,7 @@ V13.Husk:
|
|||||||
V14:
|
V14:
|
||||||
Inherits: ^CivField
|
Inherits: ^CivField
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V14.Husk
|
Actor: V14.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -215,7 +215,7 @@ V14.Husk:
|
|||||||
V15:
|
V15:
|
||||||
Inherits: ^CivField
|
Inherits: ^CivField
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V15.Husk
|
Actor: V15.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -227,7 +227,7 @@ V15.Husk:
|
|||||||
V16:
|
V16:
|
||||||
Inherits: ^CivField
|
Inherits: ^CivField
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V16.Husk
|
Actor: V16.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -239,7 +239,7 @@ V16.Husk:
|
|||||||
V17:
|
V17:
|
||||||
Inherits: ^CivField
|
Inherits: ^CivField
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V17.Husk
|
Actor: V17.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -251,7 +251,7 @@ V17.Husk:
|
|||||||
V18:
|
V18:
|
||||||
Inherits: ^CivField
|
Inherits: ^CivField
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V18.Husk
|
Actor: V18.Husk
|
||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
ExcludeTilesets: DESERT
|
ExcludeTilesets: DESERT
|
||||||
|
|
||||||
@@ -266,7 +266,7 @@ ARCO:
|
|||||||
Footprint: xx
|
Footprint: xx
|
||||||
Dimensions: 2,1
|
Dimensions: 2,1
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: ARCO.Husk
|
Actor: ARCO.Husk
|
||||||
|
|
||||||
ARCO.Husk:
|
ARCO.Husk:
|
||||||
Inherits: ^CivBuildingHusk
|
Inherits: ^CivBuildingHusk
|
||||||
|
|||||||
@@ -192,7 +192,7 @@
|
|||||||
ActorLostNotification:
|
ActorLostNotification:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
Probability: 10
|
Probability: 10
|
||||||
HuskActor: vice
|
Actor: vice
|
||||||
OwnerType: InternalName
|
OwnerType: InternalName
|
||||||
InternalOwner: Creeps
|
InternalOwner: Creeps
|
||||||
DeathType: TiberiumDeath
|
DeathType: TiberiumDeath
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ V19:
|
|||||||
Tooltip:
|
Tooltip:
|
||||||
Name: Oil Derrick
|
Name: Oil Derrick
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V19.Husk
|
Actor: V19.Husk
|
||||||
|
|
||||||
V19.Husk:
|
V19.Husk:
|
||||||
Inherits: ^CivBuildingHusk
|
Inherits: ^CivBuildingHusk
|
||||||
@@ -38,7 +38,7 @@ HOSP:
|
|||||||
Tooltip:
|
Tooltip:
|
||||||
Name: Hospital
|
Name: Hospital
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: HOSP.Husk
|
Actor: HOSP.Husk
|
||||||
Bib:
|
Bib:
|
||||||
HasMinibib: Yes
|
HasMinibib: Yes
|
||||||
ProvidesPrerequisite@buildingname:
|
ProvidesPrerequisite@buildingname:
|
||||||
@@ -75,7 +75,7 @@ BIO:
|
|||||||
RallyPoint:
|
RallyPoint:
|
||||||
Offset: -1,-1
|
Offset: -1,-1
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: BIO.Husk
|
Actor: BIO.Husk
|
||||||
ProvidesPrerequisite@buildingname:
|
ProvidesPrerequisite@buildingname:
|
||||||
|
|
||||||
BIO.Husk:
|
BIO.Husk:
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ MCV:
|
|||||||
RequiredForShortGame: true
|
RequiredForShortGame: true
|
||||||
BaseBuilding:
|
BaseBuilding:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: MCV.Husk
|
Actor: MCV.Husk
|
||||||
-GainsExperience:
|
-GainsExperience:
|
||||||
-Cloak:
|
-Cloak:
|
||||||
SelectionDecorations:
|
SelectionDecorations:
|
||||||
@@ -68,7 +68,7 @@ HARV:
|
|||||||
RevealsShroud:
|
RevealsShroud:
|
||||||
Range: 4c0
|
Range: 4c0
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: HARV.Husk
|
Actor: HARV.Husk
|
||||||
-GainsExperience:
|
-GainsExperience:
|
||||||
WithHarvestAnimation:
|
WithHarvestAnimation:
|
||||||
WithDockingAnimation:
|
WithDockingAnimation:
|
||||||
@@ -121,7 +121,7 @@ APC:
|
|||||||
MaxWeight: 5
|
MaxWeight: 5
|
||||||
PipCount: 5
|
PipCount: 5
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: APC.Husk
|
Actor: APC.Husk
|
||||||
|
|
||||||
ARTY:
|
ARTY:
|
||||||
Inherits: ^Tank
|
Inherits: ^Tank
|
||||||
@@ -152,7 +152,7 @@ ARTY:
|
|||||||
AutoTarget:
|
AutoTarget:
|
||||||
InitialStance: Defend
|
InitialStance: Defend
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: ARTY.Husk
|
Actor: ARTY.Husk
|
||||||
Explodes:
|
Explodes:
|
||||||
Weapon: ArtilleryShell
|
Weapon: ArtilleryShell
|
||||||
EmptyWeapon: UnitExplode
|
EmptyWeapon: UnitExplode
|
||||||
@@ -191,7 +191,7 @@ FTNK:
|
|||||||
Weapon: FlametankExplode
|
Weapon: FlametankExplode
|
||||||
EmptyWeapon: FlametankExplode
|
EmptyWeapon: FlametankExplode
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: FTNK.Husk
|
Actor: FTNK.Husk
|
||||||
|
|
||||||
BGGY:
|
BGGY:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
@@ -225,7 +225,7 @@ BGGY:
|
|||||||
WithTurret:
|
WithTurret:
|
||||||
AutoTarget:
|
AutoTarget:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: BGGY.Husk
|
Actor: BGGY.Husk
|
||||||
|
|
||||||
BIKE:
|
BIKE:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
@@ -261,7 +261,7 @@ BIKE:
|
|||||||
AttackFrontal:
|
AttackFrontal:
|
||||||
AutoTarget:
|
AutoTarget:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: BIKE.Husk
|
Actor: BIKE.Husk
|
||||||
|
|
||||||
JEEP:
|
JEEP:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
@@ -295,7 +295,7 @@ JEEP:
|
|||||||
WithTurret:
|
WithTurret:
|
||||||
AutoTarget:
|
AutoTarget:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: JEEP.Husk
|
Actor: JEEP.Husk
|
||||||
|
|
||||||
LTNK:
|
LTNK:
|
||||||
Inherits: ^Tank
|
Inherits: ^Tank
|
||||||
@@ -330,7 +330,7 @@ LTNK:
|
|||||||
WithTurret:
|
WithTurret:
|
||||||
AutoTarget:
|
AutoTarget:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: LTNK.Husk
|
Actor: LTNK.Husk
|
||||||
|
|
||||||
MTNK:
|
MTNK:
|
||||||
Inherits: ^Tank
|
Inherits: ^Tank
|
||||||
@@ -364,7 +364,7 @@ MTNK:
|
|||||||
WithTurret:
|
WithTurret:
|
||||||
AutoTarget:
|
AutoTarget:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: MTNK.Husk
|
Actor: MTNK.Husk
|
||||||
SelectionDecorations:
|
SelectionDecorations:
|
||||||
VisualBounds: 28,28
|
VisualBounds: 28,28
|
||||||
|
|
||||||
@@ -414,7 +414,7 @@ HTNK:
|
|||||||
HealIfBelow: 50%
|
HealIfBelow: 50%
|
||||||
DamageCooldown: 200
|
DamageCooldown: 200
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: HTNK.Husk
|
Actor: HTNK.Husk
|
||||||
SelectionDecorations:
|
SelectionDecorations:
|
||||||
VisualBounds: 34,34,0,-3
|
VisualBounds: 34,34,0,-3
|
||||||
|
|
||||||
@@ -452,7 +452,7 @@ MSAM:
|
|||||||
AimSequence: aim
|
AimSequence: aim
|
||||||
AutoTarget:
|
AutoTarget:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: MSAM.Husk
|
Actor: MSAM.Husk
|
||||||
|
|
||||||
MLRS:
|
MLRS:
|
||||||
Inherits: ^Tank
|
Inherits: ^Tank
|
||||||
@@ -494,7 +494,7 @@ MLRS:
|
|||||||
InitialStance: Defend
|
InitialStance: Defend
|
||||||
RenderRangeCircle:
|
RenderRangeCircle:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: MLRS.Husk
|
Actor: MLRS.Husk
|
||||||
|
|
||||||
STNK:
|
STNK:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
@@ -531,7 +531,7 @@ STNK:
|
|||||||
InitialStance: HoldFire
|
InitialStance: HoldFire
|
||||||
TargetableUnit:
|
TargetableUnit:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: STNK.Husk
|
Actor: STNK.Husk
|
||||||
-MustBeDestroyed:
|
-MustBeDestroyed:
|
||||||
|
|
||||||
MHQ:
|
MHQ:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ carryall.reinforce:
|
|||||||
LandAltitude: 100
|
LandAltitude: 100
|
||||||
LandWhenIdle: False
|
LandWhenIdle: False
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: carryall.husk
|
Actor: carryall.husk
|
||||||
Carryall:
|
Carryall:
|
||||||
Automatic: False
|
Automatic: False
|
||||||
RenderSprites:
|
RenderSprites:
|
||||||
@@ -59,7 +59,7 @@ carryall.infantry:
|
|||||||
Tooltip:
|
Tooltip:
|
||||||
Name: Carryall
|
Name: Carryall
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: carryall.infantry.husk
|
Actor: carryall.infantry.husk
|
||||||
RejectsOrders:
|
RejectsOrders:
|
||||||
RenderSprites:
|
RenderSprites:
|
||||||
Image: carryall
|
Image: carryall
|
||||||
@@ -117,7 +117,7 @@ orni:
|
|||||||
RepairBuildings: repair
|
RepairBuildings: repair
|
||||||
RearmBuildings:
|
RearmBuildings:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: orni.husk
|
Actor: orni.husk
|
||||||
SelectionDecorations:
|
SelectionDecorations:
|
||||||
Selectable:
|
Selectable:
|
||||||
Bounds: 32,32
|
Bounds: 32,32
|
||||||
@@ -147,7 +147,7 @@ orni.bomber:
|
|||||||
Tooltip:
|
Tooltip:
|
||||||
Name: Ornithopter
|
Name: Ornithopter
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: orni.bomber.husk
|
Actor: orni.bomber.husk
|
||||||
RejectsOrders:
|
RejectsOrders:
|
||||||
RenderSprites:
|
RenderSprites:
|
||||||
Image: orni
|
Image: orni
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ mcv:
|
|||||||
TransformSounds: BUILD1.WAV
|
TransformSounds: BUILD1.WAV
|
||||||
NoTransformNotification: CannotDeploy
|
NoTransformNotification: CannotDeploy
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: mcv.husk
|
Actor: mcv.husk
|
||||||
AttractsWorms:
|
AttractsWorms:
|
||||||
Intensity: 700
|
Intensity: 700
|
||||||
SelectionDecorations:
|
SelectionDecorations:
|
||||||
@@ -76,7 +76,7 @@ harvester:
|
|||||||
Weapon: SpiceExplosion
|
Weapon: SpiceExplosion
|
||||||
EmptyWeapon: UnitExplodeScale
|
EmptyWeapon: UnitExplodeScale
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: Harvester.Husk
|
Actor: Harvester.Husk
|
||||||
WithHarvestOverlay:
|
WithHarvestOverlay:
|
||||||
Palette: effect50alpha
|
Palette: effect50alpha
|
||||||
WithDockingAnimation:
|
WithDockingAnimation:
|
||||||
@@ -194,7 +194,7 @@ siegetank:
|
|||||||
Selectable:
|
Selectable:
|
||||||
Class: siegetank
|
Class: siegetank
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: siegetank.husk
|
Actor: siegetank.husk
|
||||||
AttractsWorms:
|
AttractsWorms:
|
||||||
Intensity: 600
|
Intensity: 600
|
||||||
RenderSprites:
|
RenderSprites:
|
||||||
@@ -233,7 +233,7 @@ missiletank:
|
|||||||
Selectable:
|
Selectable:
|
||||||
Class: missiletank
|
Class: missiletank
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: missiletank.husk
|
Actor: missiletank.husk
|
||||||
AttractsWorms:
|
AttractsWorms:
|
||||||
Intensity: 600
|
Intensity: 600
|
||||||
|
|
||||||
@@ -266,7 +266,7 @@ sonictank:
|
|||||||
Weapon: UnitExplodeSmall
|
Weapon: UnitExplodeSmall
|
||||||
EmptyWeapon: UnitExplodeSmall
|
EmptyWeapon: UnitExplodeSmall
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: sonictank.husk
|
Actor: sonictank.husk
|
||||||
AttractsWorms:
|
AttractsWorms:
|
||||||
Intensity: 600
|
Intensity: 600
|
||||||
|
|
||||||
@@ -303,7 +303,7 @@ devast:
|
|||||||
Weapon: UnitExplodeScale
|
Weapon: UnitExplodeScale
|
||||||
EmptyWeapon: UnitExplodeScale
|
EmptyWeapon: UnitExplodeScale
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: devast.husk
|
Actor: devast.husk
|
||||||
AttractsWorms:
|
AttractsWorms:
|
||||||
Intensity: 700
|
Intensity: 700
|
||||||
SelectionDecorations:
|
SelectionDecorations:
|
||||||
@@ -391,7 +391,7 @@ deviatortank:
|
|||||||
Weapon: UnitExplodeSmall
|
Weapon: UnitExplodeSmall
|
||||||
EmptyWeapon: UnitExplodeSmall
|
EmptyWeapon: UnitExplodeSmall
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: deviatortank.husk
|
Actor: deviatortank.husk
|
||||||
AttractsWorms:
|
AttractsWorms:
|
||||||
Intensity: 600
|
Intensity: 600
|
||||||
|
|
||||||
@@ -443,7 +443,7 @@ combata:
|
|||||||
Armament:
|
Armament:
|
||||||
Weapon: 90mma
|
Weapon: 90mma
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: combata.husk
|
Actor: combata.husk
|
||||||
|
|
||||||
combath:
|
combath:
|
||||||
Inherits: ^combat
|
Inherits: ^combat
|
||||||
@@ -459,7 +459,7 @@ combath:
|
|||||||
Health:
|
Health:
|
||||||
HP: 440
|
HP: 440
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: combath.husk
|
Actor: combath.husk
|
||||||
|
|
||||||
combato:
|
combato:
|
||||||
Inherits: ^combat
|
Inherits: ^combat
|
||||||
@@ -472,5 +472,5 @@ combato:
|
|||||||
ROT: 8
|
ROT: 8
|
||||||
Crushes: crate, infantry
|
Crushes: crate, infantry
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: combato.husk
|
Actor: combato.husk
|
||||||
|
|
||||||
|
|||||||
@@ -2213,7 +2213,7 @@ Rules:
|
|||||||
Weapon: MiniNuke
|
Weapon: MiniNuke
|
||||||
EmptyWeapon: MiniNuke
|
EmptyWeapon: MiniNuke
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: 5TNK.Husk
|
Actor: 5TNK.Husk
|
||||||
SelfHealing:
|
SelfHealing:
|
||||||
Step: 1
|
Step: 1
|
||||||
Ticks: 1
|
Ticks: 1
|
||||||
|
|||||||
@@ -620,7 +620,7 @@ Rules:
|
|||||||
PanelName: MISSION_OBJECTIVES
|
PanelName: MISSION_OBJECTIVES
|
||||||
V01:
|
V01:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: healcrate
|
Actor: healcrate
|
||||||
HEALCRATE:
|
HEALCRATE:
|
||||||
Tooltip:
|
Tooltip:
|
||||||
GenericStancePrefix: false
|
GenericStancePrefix: false
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ BADR:
|
|||||||
Contrail@2:
|
Contrail@2:
|
||||||
Offset: -432,-560,0
|
Offset: -432,-560,0
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: BADR.Husk
|
Actor: BADR.Husk
|
||||||
SmokeTrailWhenDamaged@0:
|
SmokeTrailWhenDamaged@0:
|
||||||
Offset: -432,560,0
|
Offset: -432,560,0
|
||||||
Interval: 2
|
Interval: 2
|
||||||
@@ -62,7 +62,7 @@ BADR.Bomber:
|
|||||||
Contrail@2:
|
Contrail@2:
|
||||||
Offset: -432,-560,0
|
Offset: -432,-560,0
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: BADR.Husk
|
Actor: BADR.Husk
|
||||||
SmokeTrailWhenDamaged@0:
|
SmokeTrailWhenDamaged@0:
|
||||||
Offset: -432,560,0
|
Offset: -432,560,0
|
||||||
Interval: 2
|
Interval: 2
|
||||||
@@ -124,7 +124,7 @@ MIG:
|
|||||||
Contrail@2:
|
Contrail@2:
|
||||||
Offset: -598,683,0
|
Offset: -598,683,0
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: MIG.Husk
|
Actor: MIG.Husk
|
||||||
SmokeTrailWhenDamaged:
|
SmokeTrailWhenDamaged:
|
||||||
Offset: -853,0,171
|
Offset: -853,0,171
|
||||||
Interval: 2
|
Interval: 2
|
||||||
@@ -184,7 +184,7 @@ YAK:
|
|||||||
Contrail:
|
Contrail:
|
||||||
Offset: -853,0,0
|
Offset: -853,0,0
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: YAK.Husk
|
Actor: YAK.Husk
|
||||||
SmokeTrailWhenDamaged:
|
SmokeTrailWhenDamaged:
|
||||||
Offset: -853,0,0
|
Offset: -853,0,0
|
||||||
Interval: 2
|
Interval: 2
|
||||||
@@ -228,7 +228,7 @@ TRAN:
|
|||||||
MaxWeight: 8
|
MaxWeight: 8
|
||||||
PipCount: 8
|
PipCount: 8
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: TRAN.Husk
|
Actor: TRAN.Husk
|
||||||
|
|
||||||
HELI:
|
HELI:
|
||||||
Inherits: ^Helicopter
|
Inherits: ^Helicopter
|
||||||
@@ -272,7 +272,7 @@ HELI:
|
|||||||
SelectionDecorations:
|
SelectionDecorations:
|
||||||
VisualBounds: 36,28,0,0
|
VisualBounds: 36,28,0,0
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: HELI.Husk
|
Actor: HELI.Husk
|
||||||
SmokeTrailWhenDamaged:
|
SmokeTrailWhenDamaged:
|
||||||
Offset: -427,0,0
|
Offset: -427,0,0
|
||||||
ProducibleWithLevel:
|
ProducibleWithLevel:
|
||||||
@@ -325,7 +325,7 @@ HIND:
|
|||||||
VisualBounds: 38,32,0,0
|
VisualBounds: 38,32,0,0
|
||||||
WithMuzzleFlash:
|
WithMuzzleFlash:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: HIND.Husk
|
Actor: HIND.Husk
|
||||||
SmokeTrailWhenDamaged:
|
SmokeTrailWhenDamaged:
|
||||||
Offset: -427,0,0
|
Offset: -427,0,0
|
||||||
ProducibleWithLevel:
|
ProducibleWithLevel:
|
||||||
@@ -353,7 +353,7 @@ U2:
|
|||||||
Contrail@2:
|
Contrail@2:
|
||||||
Offset: -725,-683,0
|
Offset: -725,-683,0
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: U2.Husk
|
Actor: U2.Husk
|
||||||
SmokeTrailWhenDamaged:
|
SmokeTrailWhenDamaged:
|
||||||
Offset: -1c43,0,0
|
Offset: -1c43,0,0
|
||||||
Interval: 2
|
Interval: 2
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ V19:
|
|||||||
Tooltip:
|
Tooltip:
|
||||||
Name: Oil Pump
|
Name: Oil Pump
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: V19.Husk
|
Actor: V19.Husk
|
||||||
AutoTargetIgnore:
|
AutoTargetIgnore:
|
||||||
|
|
||||||
V19.Husk:
|
V19.Husk:
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ V2RL:
|
|||||||
WithTurret:
|
WithTurret:
|
||||||
AutoTarget:
|
AutoTarget:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: 1TNK.Husk
|
Actor: 1TNK.Husk
|
||||||
ProducibleWithLevel:
|
ProducibleWithLevel:
|
||||||
Prerequisites: vehicles.upgraded
|
Prerequisites: vehicles.upgraded
|
||||||
|
|
||||||
@@ -101,7 +101,7 @@ V2RL:
|
|||||||
WithTurret:
|
WithTurret:
|
||||||
AutoTarget:
|
AutoTarget:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: 2TNK.Husk
|
Actor: 2TNK.Husk
|
||||||
SelectionDecorations:
|
SelectionDecorations:
|
||||||
VisualBounds: 28,28
|
VisualBounds: 28,28
|
||||||
ProducibleWithLevel:
|
ProducibleWithLevel:
|
||||||
@@ -140,7 +140,7 @@ V2RL:
|
|||||||
WithTurret:
|
WithTurret:
|
||||||
AutoTarget:
|
AutoTarget:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: 3TNK.Husk
|
Actor: 3TNK.Husk
|
||||||
SelectionDecorations:
|
SelectionDecorations:
|
||||||
VisualBounds: 28,28
|
VisualBounds: 28,28
|
||||||
ProducibleWithLevel:
|
ProducibleWithLevel:
|
||||||
@@ -188,7 +188,7 @@ V2RL:
|
|||||||
WithTurret:
|
WithTurret:
|
||||||
AutoTarget:
|
AutoTarget:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: 4TNK.Husk
|
Actor: 4TNK.Husk
|
||||||
SelfHealing:
|
SelfHealing:
|
||||||
Step: 1
|
Step: 1
|
||||||
Ticks: 3
|
Ticks: 3
|
||||||
@@ -271,9 +271,9 @@ HARV:
|
|||||||
GpsDot:
|
GpsDot:
|
||||||
String: Harvester
|
String: Harvester
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: HARV.EmptyHusk
|
Actor: HARV.EmptyHusk
|
||||||
HarvesterHuskModifier:
|
HarvesterHuskModifier:
|
||||||
FullHuskActor: HARV.FullHusk
|
FullActor: HARV.FullHusk
|
||||||
FullnessThreshold: 50
|
FullnessThreshold: 50
|
||||||
Explodes:
|
Explodes:
|
||||||
Weapon: OreExplosion
|
Weapon: OreExplosion
|
||||||
@@ -314,7 +314,7 @@ MCV:
|
|||||||
RequiredForShortGame: true
|
RequiredForShortGame: true
|
||||||
BaseBuilding:
|
BaseBuilding:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: MCV.Husk
|
Actor: MCV.Husk
|
||||||
|
|
||||||
JEEP:
|
JEEP:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
@@ -479,7 +479,7 @@ TRUK:
|
|||||||
SupplyTruck:
|
SupplyTruck:
|
||||||
Payload: 500
|
Payload: 500
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: moneycrate
|
Actor: moneycrate
|
||||||
|
|
||||||
MGG:
|
MGG:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
@@ -507,7 +507,7 @@ MGG:
|
|||||||
Range: 6c0
|
Range: 6c0
|
||||||
RenderShroudCircle:
|
RenderShroudCircle:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: MGG.Husk
|
Actor: MGG.Husk
|
||||||
|
|
||||||
MRJ:
|
MRJ:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
|
|||||||
@@ -257,7 +257,7 @@
|
|||||||
CrushSound: squish6.aud
|
CrushSound: squish6.aud
|
||||||
PoisonedByTiberium:
|
PoisonedByTiberium:
|
||||||
SpawnActorOnDeath:
|
SpawnActorOnDeath:
|
||||||
HuskActor: vissml
|
Actor: vissml
|
||||||
Probability: 10
|
Probability: 10
|
||||||
OwnerType: InternalName
|
OwnerType: InternalName
|
||||||
InternalOwner: Creeps
|
InternalOwner: Creeps
|
||||||
|
|||||||
Reference in New Issue
Block a user