New tiles (#274)
* New tiles * fix yaml & resprite * migration fix * ftl fix * fix typo * fix typo +1 * fix C# typo --------- Co-authored-by: Ed <edwardxperia2000@gmail.com>
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
### CP14 UPD
|
||||
- type: tileAlias
|
||||
id: CP14FloorWoodPlanks
|
||||
target: CP14FloorOakWoodPlanks
|
||||
|
||||
- type: tileAlias
|
||||
id: CP14FloorWoodPlanksBig
|
||||
target: CP14FloorOakWoodPlanksBig
|
||||
### /CP14 UPD
|
||||
|
||||
- type: tileAlias
|
||||
id: FloorBasaslt
|
||||
target: FloorBasalt
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
outputs:
|
||||
- CP14FloorWoodPlanks
|
||||
- CP14FloorOakWoodPlanks # TODO
|
||||
- type: Stack
|
||||
stackType: CP14WoodenPlanks
|
||||
count: 1
|
||||
@@ -250,4 +250,4 @@
|
||||
suffix: 10
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
count: 10
|
||||
|
||||
@@ -28,185 +28,32 @@
|
||||
heatCapacity: 10000
|
||||
weather: false
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorWoodPlanks
|
||||
name: cp14-tiles-woodplanks
|
||||
sprite: /Textures/_CP14/Tiles/WoodPlanks/woodplanks.png
|
||||
variants: 4
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 100
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/WoodPlanks/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/WoodPlanks/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/WoodPlanks/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/WoodPlanks/double_edge_W.png
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
collection: FootstepWood
|
||||
heatCapacity: 10000
|
||||
weather: false
|
||||
burnedTile: CP14FloorWoodPlanksBurned
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorWoodPlanksBroken
|
||||
name: cp14-tiles-woodplanks-broken
|
||||
sprite: /Textures/_CP14/Tiles/WoodPlanks/woodplanks_broken.png
|
||||
variants: 4
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 100
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/WoodPlanks/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/WoodPlanks/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/WoodPlanks/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/WoodPlanks/double_edge_W.png
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
collection: FootstepWood
|
||||
heatCapacity: 10000
|
||||
weather: false
|
||||
burnedTile: CP14FloorWoodPlanksBurned
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorWoodPlanksBurned
|
||||
name: cp14-tiles-woodplanks-burned
|
||||
sprite: /Textures/_CP14/Tiles/WoodPlanksBurned/woodplanks_burned.png
|
||||
variants: 4
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 100
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_W.png
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
collection: FootstepWood
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorWoodPlanksBig
|
||||
name: cp14-tiles-woodplanks-big
|
||||
sprite: /Textures/_CP14/Tiles/WoodPlanks/woodplanks_big.png
|
||||
variants: 4
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 100
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/WoodPlanks/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/WoodPlanks/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/WoodPlanks/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/WoodPlanks/double_edge_W.png
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
collection: FootstepWood
|
||||
heatCapacity: 10000
|
||||
weather: false
|
||||
burnedTile: CP14FloorWoodPlanksBigBurned
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorWoodPlanksBigBroken
|
||||
name: cp14-tiles-woodplanks-big-broken
|
||||
sprite: /Textures/_CP14/Tiles/WoodPlanks/woodplanks_big_broken.png
|
||||
variants: 4
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 100
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/WoodPlanks/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/WoodPlanks/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/WoodPlanks/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/WoodPlanks/double_edge_W.png
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
collection: FootstepWood
|
||||
heatCapacity: 10000
|
||||
weather: false
|
||||
burnedTile: CP14FloorWoodPlanksBigBurned
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorWoodPlanksBigBurned
|
||||
name: cp14-tiles-woodplanks-big-burned
|
||||
sprite: /Textures/_CP14/Tiles/WoodPlanksBurned/woodplanks_big_burned.png
|
||||
variants: 4
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 100
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_W.png
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
collection: FootstepWood
|
||||
heatCapacity: 10000
|
||||
weather: false
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorStonebricks
|
||||
name: cp14-tiles-stonebricks
|
||||
sprite: /Textures/_CP14/Tiles/stonebricks.png
|
||||
variants: 1
|
||||
sprite: /Textures/_CP14/Tiles/Stonebricks/stonebricks.png
|
||||
variants: 9
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 101
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/Stonebricks/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/Stonebricks/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/Stonebricks/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/Stonebricks/double_edge_W.png
|
||||
baseTurf: CP14Floorfundament
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
@@ -218,10 +65,20 @@
|
||||
editorHidden: false
|
||||
id: CP14FloorStonebricksSmallCarved1
|
||||
name: cp14-tiles-stonebricks-small-carved1
|
||||
sprite: /Textures/_CP14/Tiles/stonebricks_small_carved_1.png
|
||||
sprite: /Textures/_CP14/Tiles/Stonebricks/stonebricks_small_carved_1.png
|
||||
variants: 1
|
||||
placementVariants:
|
||||
- 1.0
|
||||
edgeSpritePriority: 101
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/Stonebricks/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/Stonebricks/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/Stonebricks/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/Stonebricks/double_edge_W.png
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
@@ -233,10 +90,20 @@
|
||||
editorHidden: false
|
||||
id: CP14FloorStonebricksSmallCarved2
|
||||
name: cp14-tiles-stonebricks-small-carved2
|
||||
sprite: /Textures/_CP14/Tiles/stonebricks_small_carved_2.png
|
||||
sprite: /Textures/_CP14/Tiles/Stonebricks/stonebricks_small_carved_2.png
|
||||
variants: 1
|
||||
placementVariants:
|
||||
- 1.0
|
||||
edgeSpritePriority: 101
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/Stonebricks/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/Stonebricks/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/Stonebricks/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/Stonebricks/double_edge_W.png
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
@@ -248,13 +115,23 @@
|
||||
editorHidden: false
|
||||
id: CP14FloorStonebricksSquareCarved
|
||||
name: cp14-tiles-stonebricks-square-carved
|
||||
sprite: /Textures/_CP14/Tiles/stonebricks_square_carved.png
|
||||
sprite: /Textures/_CP14/Tiles/Stonebricks/stonebricks_square_carved.png
|
||||
variants: 1
|
||||
placementVariants:
|
||||
- 1.0
|
||||
edgeSpritePriority: 101
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_SE.png
|
||||
NorthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_NE.png
|
||||
NorthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_NW.png
|
||||
SouthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_SW.png
|
||||
South: /Textures/_CP14/Tiles/Stonebricks/double_edge_S.png
|
||||
East: /Textures/_CP14/Tiles/Stonebricks/double_edge_E.png
|
||||
North: /Textures/_CP14/Tiles/Stonebricks/double_edge_N.png
|
||||
West: /Textures/_CP14/Tiles/Stonebricks/double_edge_W.png
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: false
|
||||
weather: false
|
||||
|
||||
1290
Resources/Prototypes/_CP14/Tiles/woodplanks.yml
Normal file
1290
Resources/Prototypes/_CP14/Tiles/woodplanks.yml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user