@pchote's quest against legacy truth value definitions
This commit is contained in:
@@ -41,9 +41,9 @@
|
||||
EjectOnDeath:
|
||||
PilotActor: e1
|
||||
SuccessRate: 20
|
||||
EjectOnGround: yes
|
||||
EjectInAir: no
|
||||
AllowUnsuitableCell: no
|
||||
EjectOnGround: true
|
||||
EjectInAir: false
|
||||
AllowUnsuitableCell: false
|
||||
Huntable:
|
||||
LuaScriptEvents:
|
||||
Demolishable:
|
||||
@@ -98,9 +98,9 @@
|
||||
EjectOnDeath:
|
||||
PilotActor: e1
|
||||
SuccessRate: 20
|
||||
EjectOnGround: yes
|
||||
EjectInAir: no
|
||||
AllowUnsuitableCell: no
|
||||
EjectOnGround: true
|
||||
EjectInAir: false
|
||||
AllowUnsuitableCell: false
|
||||
Huntable:
|
||||
LuaScriptEvents:
|
||||
Demolishable:
|
||||
@@ -214,7 +214,7 @@
|
||||
|
||||
^Plane:
|
||||
AppearsOnRadar:
|
||||
UseLocation: yes
|
||||
UseLocation: true
|
||||
SelectionDecorations:
|
||||
Selectable:
|
||||
Voice: GenericVoice
|
||||
@@ -235,9 +235,9 @@
|
||||
EjectOnDeath:
|
||||
PilotActor: E1
|
||||
SuccessRate: 50
|
||||
EjectOnGround: no
|
||||
EjectInAir: yes
|
||||
AllowUnsuitableCell: yes
|
||||
EjectOnGround: false
|
||||
EjectInAir: true
|
||||
AllowUnsuitableCell: true
|
||||
GivesBounty:
|
||||
GpsDot:
|
||||
String: Plane
|
||||
@@ -281,7 +281,7 @@
|
||||
GivesExperience:
|
||||
CaptureNotification:
|
||||
EditorAppearance:
|
||||
RelativeToTopLeft: yes
|
||||
RelativeToTopLeft: true
|
||||
ShakeOnDeath:
|
||||
ProximityCaptor:
|
||||
Types: Building
|
||||
@@ -326,7 +326,7 @@
|
||||
Palette: terrain
|
||||
GivesExperience:
|
||||
EditorAppearance:
|
||||
RelativeToTopLeft: yes
|
||||
RelativeToTopLeft: true
|
||||
UseTerrainPalette: true
|
||||
AutoTargetIgnore:
|
||||
ProximityCaptor:
|
||||
@@ -429,7 +429,7 @@
|
||||
RadarColorFromTerrain:
|
||||
Terrain: Tree
|
||||
EditorAppearance:
|
||||
RelativeToTopLeft: yes
|
||||
RelativeToTopLeft: true
|
||||
UseTerrainPalette: true
|
||||
ProximityCaptor:
|
||||
Types: Tree
|
||||
@@ -464,11 +464,11 @@
|
||||
LuaScriptEvents:
|
||||
TargetableUnit:
|
||||
TargetTypes: Ground
|
||||
RequiresForceFire: yes
|
||||
RequiresForceFire: true
|
||||
AutoTargetIgnore:
|
||||
Capturable:
|
||||
Type: husk
|
||||
AllowAllies: yes
|
||||
AllowAllies: true
|
||||
CaptureThreshold: 1.0
|
||||
TransformOnCapture:
|
||||
ForceHealthPercentage: 25
|
||||
@@ -505,7 +505,7 @@
|
||||
BelowUnits:
|
||||
TargetableBuilding:
|
||||
TargetTypes: Ground, Water
|
||||
RequiresForceFire: yes
|
||||
RequiresForceFire: true
|
||||
Building:
|
||||
Footprint: ____ ____
|
||||
Dimensions: 4,2
|
||||
@@ -532,7 +532,7 @@
|
||||
RadarColorFromTerrain:
|
||||
Terrain: Tree
|
||||
EditorAppearance:
|
||||
RelativeToTopLeft: yes
|
||||
RelativeToTopLeft: true
|
||||
UseTerrainPalette: true
|
||||
ProximityCaptor:
|
||||
Types: Tree
|
||||
|
||||
Reference in New Issue
Block a user