add the Tiberian Sun crates
This commit is contained in:
@@ -97,6 +97,23 @@
|
|||||||
EditorTilesetFilter:
|
EditorTilesetFilter:
|
||||||
RequireTilesets: TEMPERAT
|
RequireTilesets: TEMPERAT
|
||||||
|
|
||||||
|
^Crate:
|
||||||
|
Tooltip:
|
||||||
|
Name: Crate
|
||||||
|
Crate:
|
||||||
|
Lifetime: 180
|
||||||
|
TerrainTypes: Clear, Rough, Road, DirtRoad, Tiberium, BlueTiberium
|
||||||
|
RenderSprites:
|
||||||
|
Palette: terrain
|
||||||
|
WithCrateBody:
|
||||||
|
Images: crate
|
||||||
|
Selectable:
|
||||||
|
Selectable: false
|
||||||
|
Bounds: 25,25,-1,-1
|
||||||
|
ProximityCaptor:
|
||||||
|
Types: Crate
|
||||||
|
BodyOrientation:
|
||||||
|
|
||||||
^Wall:
|
^Wall:
|
||||||
AppearsOnRadar:
|
AppearsOnRadar:
|
||||||
Building:
|
Building:
|
||||||
|
|||||||
@@ -38,6 +38,49 @@ CAMERA:
|
|||||||
DetectCloaked:
|
DetectCloaked:
|
||||||
Range: 10
|
Range: 10
|
||||||
|
|
||||||
|
CRATE:
|
||||||
|
Inherits: ^Crate
|
||||||
|
GiveCashCrateAction:
|
||||||
|
Amount: 1000
|
||||||
|
SelectionShares: 50
|
||||||
|
Effect: dollar
|
||||||
|
UseCashTick: true
|
||||||
|
LevelUpCrateAction:
|
||||||
|
SelectionShares: 40
|
||||||
|
Effect: levelup
|
||||||
|
HideMapCrateAction:
|
||||||
|
SelectionShares: 5
|
||||||
|
Effect: hide-map
|
||||||
|
HealUnitsCrateAction:
|
||||||
|
SelectionShares: 2
|
||||||
|
Effect: heal
|
||||||
|
RevealMapCrateAction:
|
||||||
|
SelectionShares: 1
|
||||||
|
Effect: reveal-map
|
||||||
|
GiveMcvCrateAction:
|
||||||
|
SelectionShares: 2
|
||||||
|
NoBaseSelectionShares: 100
|
||||||
|
Units: mcv
|
||||||
|
GrantUpgradeCrateAction@cloak:
|
||||||
|
SelectionShares: 5
|
||||||
|
Effect: stealth
|
||||||
|
Upgrades: cloakgenerator
|
||||||
|
Notification: cloak5.aud
|
||||||
|
GrantUpgradeCrateAction@firepower:
|
||||||
|
SelectionShares: 5
|
||||||
|
Effect: firepower
|
||||||
|
Upgrades: firepower
|
||||||
|
Notification: 00-i070.aud
|
||||||
|
GrantUpgradeCrateAction@armor:
|
||||||
|
SelectionShares: 5
|
||||||
|
Effect: armor
|
||||||
|
Upgrades: damage
|
||||||
|
Notification: 00-i068.aud
|
||||||
|
GrantUpgradeCrateAction@speed:
|
||||||
|
SelectionShares: 5
|
||||||
|
Upgrades: speed
|
||||||
|
Notification: 00-i080.aud
|
||||||
|
|
||||||
SROCK01:
|
SROCK01:
|
||||||
Inherits: ^Rock
|
Inherits: ^Rock
|
||||||
|
|
||||||
|
|||||||
@@ -218,6 +218,12 @@ World:
|
|||||||
OuterSupportRadius: 5
|
OuterSupportRadius: 5
|
||||||
MPStartLocations:
|
MPStartLocations:
|
||||||
SpawnMPUnits:
|
SpawnMPUnits:
|
||||||
|
CrateSpawner:
|
||||||
|
Minimum: 1
|
||||||
|
Maximum: 6
|
||||||
|
SpawnInterval: 120
|
||||||
|
WaterChance: 0
|
||||||
|
ValidGround: Clear, Rough, Road, DirtRoad, Tiberium, BlueTiberium
|
||||||
PathFinder:
|
PathFinder:
|
||||||
ValidateOrder:
|
ValidateOrder:
|
||||||
DebugPauseState:
|
DebugPauseState:
|
||||||
|
|||||||
@@ -37,13 +37,19 @@ beacon:
|
|||||||
Length: 12
|
Length: 12
|
||||||
BlendMode: Additive
|
BlendMode: Additive
|
||||||
|
|
||||||
|
crate:
|
||||||
|
idle:
|
||||||
|
ShadowStart: 1
|
||||||
|
UseTilesetExtension: true
|
||||||
|
Offset: 0, -10
|
||||||
|
|
||||||
crate-effects:
|
crate-effects:
|
||||||
Defaults:
|
Defaults:
|
||||||
Length: *
|
Length: *
|
||||||
dollar: money
|
dollar: money
|
||||||
reveal-map: reveal
|
reveal-map: reveal
|
||||||
hide-map: shroudx
|
hide-map: shroudx
|
||||||
fpower: firepowr
|
firepower: firepowr
|
||||||
armor: armor
|
armor: armor
|
||||||
stealth: cloak
|
stealth: cloak
|
||||||
heal: healall
|
heal: healall
|
||||||
|
|||||||
Reference in New Issue
Block a user