Merge pull request #5869 from reaperrr/ts-blue-tib
Added blue tiberium and blue large crystal to TS mod.
This commit is contained in:
@@ -10,7 +10,7 @@ Description: Placeholder
|
||||
|
||||
Author: Matthias Mailänder
|
||||
|
||||
Tileset: INTERIOR
|
||||
Tileset: TEMPERAT
|
||||
|
||||
MapSize: 128,128
|
||||
|
||||
@@ -76,6 +76,12 @@ Actors:
|
||||
Actor6: tibtre03
|
||||
Location: 106,-24
|
||||
Owner: Neutral
|
||||
Actor7: bigblue
|
||||
Location: 100,-20
|
||||
Owner: Neutral
|
||||
Actor8: bigblue
|
||||
Location: 80,-40
|
||||
Owner: Neutral
|
||||
|
||||
Smudges:
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ Description: Placeholder
|
||||
|
||||
Author: Matthias Mailänder
|
||||
|
||||
Tileset: INTERIOR
|
||||
Tileset: TEMPERAT
|
||||
|
||||
MapSize: 128,128
|
||||
|
||||
|
||||
@@ -141,7 +141,7 @@ Notifications:
|
||||
mods/ts/notifications.yaml
|
||||
|
||||
TileSets:
|
||||
mods/ts/tilesets/interior.yaml
|
||||
mods/ts/tilesets/temperat.yaml
|
||||
|
||||
TileSize: 48,24
|
||||
TileShape: Diamond
|
||||
|
||||
@@ -96,6 +96,7 @@
|
||||
Rough: 80
|
||||
Road: 100
|
||||
Tiberium: 80
|
||||
BlueTiberium: 80
|
||||
Beach: 80
|
||||
SelectionDecorations:
|
||||
Palette: pips
|
||||
@@ -181,6 +182,7 @@
|
||||
Road: 100
|
||||
Beach: 60
|
||||
Tiberium: 60
|
||||
BlueTiberium: 60
|
||||
ROT: 5
|
||||
SelectionDecorations:
|
||||
Palette: pips
|
||||
|
||||
@@ -7,3 +7,15 @@ TIBTRE02:
|
||||
TIBTRE03:
|
||||
Inherits: ^BlossomTree
|
||||
|
||||
BIGBLUE:
|
||||
Inherits: ^BlossomTree
|
||||
Tooltip:
|
||||
Name: Large Blue Tiberium Crystal
|
||||
RenderBuilding:
|
||||
Palette: bluetiberium
|
||||
RadarColorFromTerrain:
|
||||
Terrain: BlueTiberium
|
||||
SeedsResource:
|
||||
ResourceType: BlueTiberium
|
||||
Interval: 100
|
||||
|
||||
|
||||
@@ -82,7 +82,7 @@ HARV:
|
||||
Bounds: 36,36
|
||||
Harvester:
|
||||
Capacity: 20
|
||||
Resources: Tiberium
|
||||
Resources: Tiberium, BlueTiberium
|
||||
UnloadTicksPerBale: 1
|
||||
SearchFromProcRadius: 24
|
||||
SearchFromOrderRadius: 12
|
||||
|
||||
@@ -104,6 +104,23 @@ World:
|
||||
AllowedTerrainTypes: Clear
|
||||
AllowUnderActors: false
|
||||
TerrainType: Tiberium
|
||||
FixedColorPalette@BlueTiberium:
|
||||
Base: player
|
||||
Name: bluetiberium
|
||||
Color: 154, 220, 184
|
||||
RemapIndex: 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
|
||||
ResourceType@BlueTiberium:
|
||||
ResourceType: 2
|
||||
Palette: bluetiberium
|
||||
EditorSprite: waypoint # TODO: editor can't handle the real ones
|
||||
Variants: tib01, tib02, tib03, tib04, tib05, tib06, tib07, tib08, tib09, tib10, tib11, tib12, tib13, tib14, tib15, tib16, tib17, tib18, tib19, tib20
|
||||
MaxDensity: 12
|
||||
ValuePerUnit: 100
|
||||
Name: BlueTiberium
|
||||
PipColor: Blue
|
||||
AllowedTerrainTypes: Clear
|
||||
AllowUnderActors: false
|
||||
TerrainType: BlueTiberium
|
||||
SmudgeLayer@SCORCH:
|
||||
Type: Scorch
|
||||
Sequence: scorches
|
||||
|
||||
@@ -2,31 +2,42 @@ tibtre01:
|
||||
idle:
|
||||
Start: 0
|
||||
Length: 1
|
||||
ShadowStart: 10
|
||||
ShadowStart: 11
|
||||
active:
|
||||
Start: 1
|
||||
Length: 10
|
||||
ShadowStart: 11
|
||||
ShadowStart: 12
|
||||
Tick: 160
|
||||
|
||||
tibtre02:
|
||||
idle:
|
||||
Start: 0
|
||||
Length: 1
|
||||
ShadowStart: 10
|
||||
ShadowStart: 11
|
||||
active:
|
||||
Start: 1
|
||||
Length: 10
|
||||
ShadowStart: 11
|
||||
ShadowStart: 12
|
||||
Tick: 160
|
||||
|
||||
tibtre03:
|
||||
idle:
|
||||
Start: 0
|
||||
Length: 1
|
||||
ShadowStart: 10
|
||||
ShadowStart: 11
|
||||
active:
|
||||
Start: 1
|
||||
Length: 10
|
||||
ShadowStart: 12
|
||||
Tick: 160
|
||||
|
||||
bigblue:
|
||||
idle:
|
||||
Start: 0
|
||||
Length: 1
|
||||
ShadowStart: 10
|
||||
active:
|
||||
Start: 1
|
||||
Length: 9
|
||||
ShadowStart: 11
|
||||
Tick: 160
|
||||
Tick: 160
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
General:
|
||||
Name: Interior
|
||||
Id: INTERIOR
|
||||
Name: Temperate
|
||||
Id: TEMPERAT
|
||||
Extensions: .tem, .shp
|
||||
Palette: isotem.pal
|
||||
EditorTemplateOrder: Placeholder
|
||||
@@ -16,6 +16,11 @@ Terrain:
|
||||
AcceptsSmudgeType: Crater, Scorch
|
||||
Color: 161, 226, 28
|
||||
TargetTypes: Ground
|
||||
TerrainType@BlueTiberium:
|
||||
Type: BlueTiberium
|
||||
AcceptsSmudgeType: Crater, Scorch
|
||||
Color: 28, 64, 248
|
||||
TargetTypes: Ground
|
||||
|
||||
Templates:
|
||||
Template@255:
|
||||
Reference in New Issue
Block a user