Merge pull request #9705 from reaperrr/misc-cleanup
Misc yaml formatting cleanup
This commit is contained in:
@@ -2144,10 +2144,20 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
|||||||
{
|
{
|
||||||
// Rename WithMuzzleFlash to WithMuzzleOverlay
|
// Rename WithMuzzleFlash to WithMuzzleOverlay
|
||||||
if (depth == 1 && node.Key.StartsWith("WithMuzzleFlash"))
|
if (depth == 1 && node.Key.StartsWith("WithMuzzleFlash"))
|
||||||
node.Key = node.Key.Replace("WithMuzzleFlash", "WithMuzzleOverlay");
|
{
|
||||||
|
var parts = node.Key.Split('@');
|
||||||
|
node.Key = "WithMuzzleOverlay";
|
||||||
|
if (parts.Length > 1)
|
||||||
|
node.Key += "@" + parts[1];
|
||||||
|
}
|
||||||
|
|
||||||
if (depth == 1 && node.Key.StartsWith("-WithMuzzleFlash"))
|
if (depth == 1 && node.Key.StartsWith("-WithMuzzleFlash"))
|
||||||
node.Key = node.Key.Replace("-WithMuzzleFlash", "-WithMuzzleOverlay");
|
{
|
||||||
|
var parts = node.Key.Split('@');
|
||||||
|
node.Key = "-WithMuzzleOverlay";
|
||||||
|
if (parts.Length > 1)
|
||||||
|
node.Key += "@" + parts[1];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// WithSiloAnimation received own Sequence property, idle sequence is only 1 frame long now
|
// WithSiloAnimation received own Sequence property, idle sequence is only 1 frame long now
|
||||||
|
|||||||
@@ -87,7 +87,6 @@ Cursors:
|
|||||||
Start: 136
|
Start: 136
|
||||||
joystick-tl-blocked:
|
joystick-tl-blocked:
|
||||||
Start: 137
|
Start: 137
|
||||||
|
|
||||||
# Cursors that need minimap variants
|
# Cursors that need minimap variants
|
||||||
deploy:
|
deploy:
|
||||||
Start: 53
|
Start: 53
|
||||||
@@ -150,7 +149,6 @@ Cursors:
|
|||||||
move-blocked-minimap:
|
move-blocked-minimap:
|
||||||
Start: 25
|
Start: 25
|
||||||
Length: 1
|
Length: 1
|
||||||
|
|
||||||
mouse5.shp: cursor
|
mouse5.shp: cursor
|
||||||
guard:
|
guard:
|
||||||
Start: 0
|
Start: 0
|
||||||
@@ -158,7 +156,6 @@ Cursors:
|
|||||||
guard-minimap:
|
guard-minimap:
|
||||||
Start: 8
|
Start: 8
|
||||||
Length: 8
|
Length: 8
|
||||||
|
|
||||||
mouse6.shp: cursor
|
mouse6.shp: cursor
|
||||||
goldwrench:
|
goldwrench:
|
||||||
Start: 0
|
Start: 0
|
||||||
@@ -190,7 +187,6 @@ Cursors:
|
|||||||
enter-blocked-minimap:
|
enter-blocked-minimap:
|
||||||
Start: 17
|
Start: 17
|
||||||
Length: 1
|
Length: 1
|
||||||
|
|
||||||
mouse7.shp: cursor
|
mouse7.shp: cursor
|
||||||
attackoutsiderange:
|
attackoutsiderange:
|
||||||
Start: 0
|
Start: 0
|
||||||
|
|||||||
@@ -839,6 +839,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -532,6 +532,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -557,6 +557,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -785,6 +785,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -850,6 +850,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -538,6 +538,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -612,6 +612,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -844,6 +844,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -947,6 +947,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -780,6 +780,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -342,6 +342,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -358,6 +358,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -400,6 +400,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -568,6 +568,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -612,6 +612,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -700,6 +700,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -560,6 +560,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -521,6 +521,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -727,6 +727,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -665,6 +665,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -636,6 +636,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -1011,6 +1011,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -251,6 +251,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -154,3 +154,4 @@ EditorWorld:
|
|||||||
Inherits: ^BaseWorld
|
Inherits: ^BaseWorld
|
||||||
EditorActorLayer:
|
EditorActorLayer:
|
||||||
EditorResourceLayer:
|
EditorResourceLayer:
|
||||||
|
|
||||||
|
|||||||
@@ -2148,3 +2148,4 @@ Templates:
|
|||||||
3: Clear
|
3: Clear
|
||||||
4: Clear
|
4: Clear
|
||||||
5: Clear
|
5: Clear
|
||||||
|
|
||||||
|
|||||||
@@ -243,7 +243,6 @@ Cursors:
|
|||||||
Start: 236
|
Start: 236
|
||||||
X: 24
|
X: 24
|
||||||
Y: 24
|
Y: 24
|
||||||
|
|
||||||
# Cursors that need minimap variants
|
# Cursors that need minimap variants
|
||||||
deploy:
|
deploy:
|
||||||
Start: 96
|
Start: 96
|
||||||
|
|||||||
@@ -175,6 +175,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -174,6 +174,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -232,6 +232,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -207,6 +207,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -102,6 +102,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -169,6 +169,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -99,6 +99,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -137,6 +137,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -148,3 +148,4 @@ EditorWorld:
|
|||||||
Inherits: ^BaseWorld
|
Inherits: ^BaseWorld
|
||||||
EditorActorLayer:
|
EditorActorLayer:
|
||||||
D2kEditorResourceLayer:
|
D2kEditorResourceLayer:
|
||||||
|
|
||||||
|
|||||||
@@ -130,3 +130,4 @@ Debris4:
|
|||||||
Warhead@3Eff: CreateEffect
|
Warhead@3Eff: CreateEffect
|
||||||
Explosion: large_explosion
|
Explosion: large_explosion
|
||||||
ImpactSound: EXPLLG5.WAV
|
ImpactSound: EXPLLG5.WAV
|
||||||
|
|
||||||
|
|||||||
@@ -142,7 +142,6 @@ Cursors:
|
|||||||
Start: 130
|
Start: 130
|
||||||
joystick-tl-blocked:
|
joystick-tl-blocked:
|
||||||
Start: 131
|
Start: 131
|
||||||
|
|
||||||
# Cursors that need minimap variants
|
# Cursors that need minimap variants
|
||||||
deploy:
|
deploy:
|
||||||
Start: 59
|
Start: 59
|
||||||
@@ -180,7 +179,6 @@ Cursors:
|
|||||||
sell2:
|
sell2:
|
||||||
Start: 148
|
Start: 148
|
||||||
Length: 12
|
Length: 12
|
||||||
|
|
||||||
nopower.shp: cursor
|
nopower.shp: cursor
|
||||||
powerdown-blocked:
|
powerdown-blocked:
|
||||||
Start: 0
|
Start: 0
|
||||||
@@ -188,7 +186,6 @@ Cursors:
|
|||||||
powerdown:
|
powerdown:
|
||||||
Start: 1
|
Start: 1
|
||||||
Length: 3
|
Length: 3
|
||||||
|
|
||||||
attackmove.shp: cursor
|
attackmove.shp: cursor
|
||||||
attackmove:
|
attackmove:
|
||||||
Start: 0
|
Start: 0
|
||||||
|
|||||||
@@ -576,6 +576,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ Options:
|
|||||||
FragileAlliances: False
|
FragileAlliances: False
|
||||||
StartingCash: 5700
|
StartingCash: 5700
|
||||||
ConfigurableStartingUnits: False
|
ConfigurableStartingUnits: False
|
||||||
ShortGame: False
|
|
||||||
Difficulties: Easy, Normal, Hard, Real tough guy
|
Difficulties: Easy, Normal, Hard, Real tough guy
|
||||||
|
ShortGame: False
|
||||||
|
|
||||||
Players:
|
Players:
|
||||||
PlayerReference@USSR:
|
PlayerReference@USSR:
|
||||||
@@ -842,6 +842,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -1553,6 +1553,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -1439,6 +1439,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -1839,6 +1839,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
Sounds:
|
Sounds:
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|||||||
@@ -973,6 +973,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -226,6 +226,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -908,6 +908,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -1361,6 +1361,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -368,6 +368,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -325,6 +325,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -263,6 +263,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -20,10 +20,6 @@ Type: Minigame
|
|||||||
|
|
||||||
Videos:
|
Videos:
|
||||||
|
|
||||||
Music:
|
|
||||||
rain: Rain (ambient)
|
|
||||||
Hidden: true
|
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
Fog: True
|
Fog: True
|
||||||
Shroud: True
|
Shroud: True
|
||||||
@@ -1004,6 +1000,10 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
rain: Rain (ambient)
|
||||||
|
Hidden: true
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -2410,6 +2410,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -661,6 +661,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -2407,6 +2407,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -802,6 +802,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -690,6 +690,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -680,6 +680,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -708,6 +708,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -676,6 +676,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -1296,6 +1296,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
Sounds:
|
Sounds:
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|||||||
@@ -755,6 +755,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
@@ -783,6 +783,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -741,6 +741,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -975,6 +975,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -655,6 +655,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -944,6 +944,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -1386,6 +1386,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -1181,6 +1181,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -1061,6 +1061,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -173,3 +173,4 @@ EditorWorld:
|
|||||||
Inherits: ^BaseWorld
|
Inherits: ^BaseWorld
|
||||||
EditorActorLayer:
|
EditorActorLayer:
|
||||||
EditorResourceLayer:
|
EditorResourceLayer:
|
||||||
|
|
||||||
|
|||||||
@@ -1314,6 +1314,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -1767,6 +1767,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -889,6 +889,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -874,6 +874,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -1183,6 +1183,8 @@ Weapons:
|
|||||||
|
|
||||||
Voices:
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
Notifications:
|
Notifications:
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|||||||
@@ -328,3 +328,4 @@ HUNTER:
|
|||||||
SelectionDecorations:
|
SelectionDecorations:
|
||||||
Palette: pips
|
Palette: pips
|
||||||
ActorLostNotification:
|
ActorLostNotification:
|
||||||
|
|
||||||
|
|||||||
@@ -714,3 +714,4 @@
|
|||||||
Inherits: ^TerrainOverlay
|
Inherits: ^TerrainOverlay
|
||||||
CustomSelectionSize:
|
CustomSelectionSize:
|
||||||
CustomBounds: 220,220
|
CustomBounds: 220,220
|
||||||
|
|
||||||
|
|||||||
@@ -211,3 +211,4 @@ TUNTOP03:
|
|||||||
|
|
||||||
TUNTOP04:
|
TUNTOP04:
|
||||||
Inherits: ^Tunnel
|
Inherits: ^Tunnel
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ NALASR:
|
|||||||
Offset: 298,-171,0
|
Offset: 298,-171,0
|
||||||
AttackTurreted:
|
AttackTurreted:
|
||||||
Armament:
|
Armament:
|
||||||
Weapon: LaserFire2
|
Weapon: TurretLaserFire
|
||||||
RenderVoxels:
|
RenderVoxels:
|
||||||
WithVoxelTurret:
|
WithVoxelTurret:
|
||||||
Power:
|
Power:
|
||||||
@@ -87,7 +87,7 @@ NAOBEL:
|
|||||||
RevealsShroud:
|
RevealsShroud:
|
||||||
Range: 8c0
|
Range: 8c0
|
||||||
Armament:
|
Armament:
|
||||||
Weapon: LaserFire
|
Weapon: ObeliskLaserFire
|
||||||
LocalOffset: 1400,200,1250
|
LocalOffset: 1400,200,1250
|
||||||
AttackCharge:
|
AttackCharge:
|
||||||
ChargeAudio: obelpowr.aud
|
ChargeAudio: obelpowr.aud
|
||||||
|
|||||||
@@ -148,3 +148,4 @@ LPST:
|
|||||||
UpgradeMinEnabledLevel: 1
|
UpgradeMinEnabledLevel: 1
|
||||||
Range: 18
|
Range: 18
|
||||||
RenderDetectionCircle:
|
RenderDetectionCircle:
|
||||||
|
|
||||||
|
|||||||
@@ -175,3 +175,4 @@ EditorWorld:
|
|||||||
Inherits: ^BaseWorld
|
Inherits: ^BaseWorld
|
||||||
EditorActorLayer:
|
EditorActorLayer:
|
||||||
EditorResourceLayer:
|
EditorResourceLayer:
|
||||||
|
|
||||||
|
|||||||
@@ -124,8 +124,7 @@ Proton:
|
|||||||
ImpactSound: ssplash3.aud
|
ImpactSound: ssplash3.aud
|
||||||
ValidImpactTypes: Water
|
ValidImpactTypes: Water
|
||||||
|
|
||||||
# Obelisk laser
|
ObeliskLaserFire:
|
||||||
LaserFire:
|
|
||||||
ReloadDelay: 120
|
ReloadDelay: 120
|
||||||
Range: 10c512
|
Range: 10c512
|
||||||
Charges: true
|
Charges: true
|
||||||
@@ -137,8 +136,7 @@ LaserFire:
|
|||||||
Damage: 250
|
Damage: 250
|
||||||
DamageTypes: Prone60Percent, TriggerProne, EnergyDeath
|
DamageTypes: Prone60Percent, TriggerProne, EnergyDeath
|
||||||
|
|
||||||
# Laser turret
|
TurretLaserFire:
|
||||||
LaserFire2:
|
|
||||||
ReloadDelay: 40
|
ReloadDelay: 40
|
||||||
Range: 5c512
|
Range: 5c512
|
||||||
Report: LASTUR1.AUD
|
Report: LASTUR1.AUD
|
||||||
|
|||||||
@@ -65,3 +65,4 @@ LargeDebris:
|
|||||||
Image: dbrislg
|
Image: dbrislg
|
||||||
Sequences: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
|
Sequences: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
|
||||||
Shadow: true
|
Shadow: true
|
||||||
|
|
||||||
|
|||||||
@@ -275,3 +275,4 @@ Sniper:
|
|||||||
Heavy: 5
|
Heavy: 5
|
||||||
Concrete: 5
|
Concrete: 5
|
||||||
DamageTypes: Prone100Percent, TriggerProne, HeadshotDeath
|
DamageTypes: Prone100Percent, TriggerProne, HeadshotDeath
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user