Compare commits
5 Commits
master
...
ed-revert-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d6b20c5a2b | ||
|
|
2afd7df117 | ||
|
|
7d7b095f84 | ||
|
|
e9afdba4b2 | ||
|
|
4c4590a36d |
@@ -10,7 +10,6 @@ cp14-tiles-sand = sand
|
||||
cp14-tiles-snow = snow
|
||||
cp14-tiles-snow-deep = deep snow
|
||||
cp14-tiles-snow-deep-deep = deep deep snow
|
||||
cp14-tiles-marble-cave = marble floor
|
||||
|
||||
# Produced
|
||||
cp14-tiles-foundation = foundation
|
||||
@@ -62,7 +61,7 @@ cp14-tiles-stonebricks-small-carved2 = carved brick floor
|
||||
cp14-tiles-stonebricks-square-carved = carved brick floor
|
||||
cp14-tiles-stonebricks = stonebrick floor
|
||||
cp14-tiles-stonebricks-weather = street stonebrick floor
|
||||
cp14-tiles-stonebricks-marble = marble brick floor
|
||||
cp14-tiles-stonebricks-marble = marble floor
|
||||
|
||||
cp14-tiles-lucens-woodplanks = lucens woodplanks
|
||||
cp14-tiles-lucens-woodplanks-big = big lucens planks
|
||||
|
||||
@@ -10,7 +10,6 @@ cp14-tiles-sand = песок
|
||||
cp14-tiles-snow = снег
|
||||
cp14-tiles-snow-deep = глубокий снег
|
||||
cp14-tiles-snow-deep-deep = очень глубокий снег
|
||||
cp14-tiles-marble-cave = мраморный пол
|
||||
|
||||
# Produced
|
||||
cp14-tiles-foundation = фундамент
|
||||
@@ -62,7 +61,7 @@ cp14-tiles-stonebricks-small-carved2 = пол из резного кирпича
|
||||
cp14-tiles-stonebricks-square-carved = пол из резного кирпича
|
||||
cp14-tiles-stonebricks = каменный кирпичный пол
|
||||
cp14-tiles-stonebricks-weather = уличный каменный кирпичный пол
|
||||
cp14-tiles-stonebricks-marble = мраморный кирпич
|
||||
cp14-tiles-stonebricks-marble = мраморный пол
|
||||
|
||||
cp14-tiles-lucens-woodplanks = люценcовые доски
|
||||
cp14-tiles-lucens-woodplanks-big = большие люценcовые доски
|
||||
|
||||
@@ -43,10 +43,9 @@ entities:
|
||||
data: {}
|
||||
- type: CP14CloudShadows
|
||||
- type: MapLight
|
||||
ambientLightColor: "#DDDDDDFF"
|
||||
- type: LightCycle
|
||||
- type: SunShadow
|
||||
alpha: 0.8
|
||||
direction: 1, -1.5
|
||||
- type: SunShadowCycle
|
||||
- type: Biome
|
||||
forcedMarkerLayers: []
|
||||
markerLayers: []
|
||||
|
||||
@@ -138,17 +138,3 @@
|
||||
- state: frame
|
||||
- type: CP14BiomeSpawner
|
||||
biome: CP14LeafMaze
|
||||
|
||||
- type: entity
|
||||
id: CP14BiomeSpawnerMarbleCave
|
||||
parent: CP14BaseBiomeSpawner
|
||||
suffix: Marble cave
|
||||
components:
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: cave
|
||||
- state: frame
|
||||
- sprite: _CP14/Objects/Materials/marble_block.rsi
|
||||
state: stone_3
|
||||
- type: CP14BiomeSpawner
|
||||
biome: CP14MarbleCaves
|
||||
@@ -1,124 +0,0 @@
|
||||
- type: entity
|
||||
id: CP14DirtBlock1
|
||||
parent: BaseItem
|
||||
name: dirt block
|
||||
description: A block of excellent black soil.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Materials/dirt_block.rsi
|
||||
layers:
|
||||
- state: dirt
|
||||
map: ["base"]
|
||||
- type: FloorTile
|
||||
placeTileSound:
|
||||
collection: CP14Digging
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
outputs:
|
||||
- CP14FloorDirt
|
||||
- type: Appearance
|
||||
- type: Stack
|
||||
stackType: CP14Dirt
|
||||
count: 1
|
||||
baseLayer: base
|
||||
layerStates:
|
||||
- dirt
|
||||
- dirt_2
|
||||
- dirt_3
|
||||
- type: Material
|
||||
- type: PhysicalComposition # точно ли это нужно?
|
||||
materialComposition:
|
||||
CP14Dirt: 100
|
||||
- type: CP14MagicEssenceContainer
|
||||
essences:
|
||||
Earth: 1
|
||||
|
||||
- type: entity
|
||||
id: CP14DirtBlock10
|
||||
parent: CP14DirtBlock1
|
||||
suffix: 10
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
|
||||
- type: entity
|
||||
id: CP14StoneBlock1
|
||||
parent: BaseItem
|
||||
name: stone block
|
||||
description: A block of cold stone.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Materials/stone_block.rsi
|
||||
layers:
|
||||
- state: stone
|
||||
map: ["base"]
|
||||
- type: Appearance
|
||||
- type: Stack
|
||||
stackType: CP14Stone
|
||||
count: 1
|
||||
baseLayer: base
|
||||
layerStates:
|
||||
- stone
|
||||
- stone_2
|
||||
- stone_3
|
||||
- type: Material
|
||||
- type: PhysicalComposition # точно ли это нужно?
|
||||
materialComposition:
|
||||
CP14Stone: 100
|
||||
- type: CP14MagicEssenceContainer
|
||||
essences:
|
||||
Earth: 1
|
||||
|
||||
- type: entity
|
||||
id: CP14StoneBlock10
|
||||
parent: CP14StoneBlock1
|
||||
suffix: 10
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
|
||||
- type: entity
|
||||
id: CP14MarbleBlock1
|
||||
parent: BaseItem
|
||||
name: marble block
|
||||
description: A block of white marble.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Materials/marble_block.rsi
|
||||
layers:
|
||||
- state: stone
|
||||
map: ["base"]
|
||||
- type: Appearance
|
||||
- type: Stack
|
||||
stackType: CP14MarbleStone
|
||||
count: 1
|
||||
baseLayer: base
|
||||
layerStates:
|
||||
- stone
|
||||
- stone_2
|
||||
- stone_3
|
||||
- type: Material
|
||||
- type: PhysicalComposition # точно ли это нужно?
|
||||
materialComposition:
|
||||
CP14MarbleStone: 100
|
||||
|
||||
- type: entity
|
||||
id: CP14MarbleBlock10
|
||||
parent: CP14MarbleBlock1
|
||||
suffix: 10
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
@@ -1,3 +1,91 @@
|
||||
- type: entity
|
||||
id: CP14DirtBlock1
|
||||
parent: BaseItem
|
||||
name: dirt block
|
||||
description: A block of excellent black soil.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Materials/dirt_block.rsi
|
||||
layers:
|
||||
- state: dirt
|
||||
map: ["base"]
|
||||
- type: FloorTile
|
||||
placeTileSound:
|
||||
collection: CP14Digging
|
||||
params:
|
||||
variation: 0.03
|
||||
volume: 2
|
||||
outputs:
|
||||
- CP14FloorDirt
|
||||
- type: Appearance
|
||||
- type: Stack
|
||||
stackType: CP14Dirt
|
||||
count: 1
|
||||
baseLayer: base
|
||||
layerStates:
|
||||
- dirt
|
||||
- dirt_2
|
||||
- dirt_3
|
||||
- type: Material
|
||||
- type: PhysicalComposition # точно ли это нужно?
|
||||
materialComposition:
|
||||
CP14Dirt: 100
|
||||
- type: CP14MagicEssenceContainer
|
||||
essences:
|
||||
Earth: 1
|
||||
|
||||
- type: entity
|
||||
id: CP14DirtBlock10
|
||||
parent: CP14DirtBlock1
|
||||
suffix: 10
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
|
||||
- type: entity
|
||||
id: CP14StoneBlock1
|
||||
parent: BaseItem
|
||||
name: stone block
|
||||
description: A block of cold stone.
|
||||
categories: [ ForkFiltered ]
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
sprite: _CP14/Objects/Materials/stone_block.rsi
|
||||
layers:
|
||||
- state: stone
|
||||
map: ["base"]
|
||||
- type: Appearance
|
||||
- type: Stack
|
||||
stackType: CP14Stone
|
||||
count: 1
|
||||
baseLayer: base
|
||||
layerStates:
|
||||
- stone
|
||||
- stone_2
|
||||
- stone_3
|
||||
- type: Material
|
||||
- type: PhysicalComposition # точно ли это нужно?
|
||||
materialComposition:
|
||||
CP14Stone: 100
|
||||
- type: CP14MagicEssenceContainer
|
||||
essences:
|
||||
Earth: 1
|
||||
|
||||
- type: entity
|
||||
id: CP14StoneBlock10
|
||||
parent: CP14StoneBlock1
|
||||
suffix: 10
|
||||
components:
|
||||
- type: Stack
|
||||
count: 10
|
||||
|
||||
- type: entity
|
||||
id: CP14Nail1
|
||||
parent: BaseItem
|
||||
|
||||
@@ -66,19 +66,6 @@
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileMarbleBrick
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileMarbleSmallbricks
|
||||
name: marble small brick
|
||||
components:
|
||||
- type: Sprite
|
||||
state: marble_smallbricks
|
||||
- type: FloorTile
|
||||
outputs:
|
||||
- CP14FloorMarbleSmallbricks
|
||||
- type: Stack
|
||||
stackType: CP14FloorTileMarbleSmallbricks
|
||||
|
||||
- type: entity
|
||||
parent: CP14FloorTileBase
|
||||
id: CP14FloorTileOakWoodplanks
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
- type: entity
|
||||
parent:
|
||||
- BaseStructure
|
||||
id: CP14TableBase
|
||||
- CP14BaseFlammable
|
||||
id: CP14WoodenTableBase
|
||||
categories: [ ForkFiltered ]
|
||||
abstract: true
|
||||
components:
|
||||
@@ -16,31 +17,6 @@
|
||||
- TableMask
|
||||
layer:
|
||||
- TableLayer
|
||||
- type: Damageable
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 60
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
path: /Audio/Effects/picaxe2.ogg
|
||||
- type: FootstepModifier
|
||||
footstepSoundCollection:
|
||||
collection: FootstepHull
|
||||
- type: Climbable
|
||||
- type: PlaceableSurface
|
||||
|
||||
- type: entity
|
||||
parent:
|
||||
- CP14TableBase
|
||||
- CP14BaseFlammable
|
||||
id: CP14WoodenTableBase
|
||||
abstract: true
|
||||
components:
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Wood
|
||||
@@ -76,6 +52,8 @@
|
||||
- type: FireVisuals
|
||||
sprite: _CP14/Effects/fire.rsi
|
||||
normalState: full
|
||||
- type: Climbable
|
||||
- type: PlaceableSurface
|
||||
|
||||
- type: entity
|
||||
parent: CP14WoodenTableBase
|
||||
@@ -139,24 +117,3 @@
|
||||
- type: Construction
|
||||
graph: CP14TableWoodenCounter
|
||||
node: CP14TableWoodenCounter
|
||||
|
||||
- type: entity
|
||||
parent: CP14TableBase
|
||||
id: CP14TableMarble
|
||||
name: marble table
|
||||
description: Exquisite white marble table.
|
||||
components:
|
||||
- type: Damageable
|
||||
damageContainer: StructuralInorganic
|
||||
damageModifierSet: Metallic
|
||||
- type: Sprite
|
||||
sprite: _CP14/Structures/Furniture/Tables/marble.rsi
|
||||
- type: Icon
|
||||
sprite: _CP14/Structures/Furniture/Tables/marble.rsi
|
||||
state: full
|
||||
- type: IconSmooth
|
||||
key: state
|
||||
base: state
|
||||
- type: FootstepModifier
|
||||
footstepSoundCollection:
|
||||
collection: FootstepFloor
|
||||
@@ -38,39 +38,6 @@
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
|
||||
- type: entity
|
||||
id: CP14WallMarbleStone
|
||||
name: marble
|
||||
parent: CP14WallStone
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Structures/Walls/Natural/marble_stone.rsi
|
||||
- type: Icon
|
||||
sprite: _CP14/Structures/Walls/Natural/marble_stone.rsi
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 350
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 100
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
path: /Audio/Effects/break_stone.ogg
|
||||
params:
|
||||
volume: -6
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
CP14MarbleBlock1:
|
||||
min: 2
|
||||
max: 3
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
|
||||
- type: entity
|
||||
id: CP14WallStoneIndestructable
|
||||
|
||||
@@ -71,25 +71,6 @@
|
||||
sprite: _CP14/Structures/Walls/marblebricks_stone_wall.rsi
|
||||
- type: IconSmooth
|
||||
base: stonebricks
|
||||
- type: Damageable
|
||||
damageContainer: StructuralInorganic
|
||||
damageModifierSet: Rock
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 200
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
path: /Audio/Effects/break_stone.ogg
|
||||
params:
|
||||
volume: -6
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: Construction
|
||||
graph: CP14WallMarbleBrick
|
||||
node: CP14WallMarbleBrick
|
||||
- type: CP14WallpaperHolder
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -25,15 +25,6 @@
|
||||
color: "#555963"
|
||||
price: 0
|
||||
|
||||
- type: material
|
||||
id: CP14MarbleStone
|
||||
stackEntity: CP14MarbleBlock1
|
||||
name: cp14-material-stone-block #TODO
|
||||
unit: materials-unit-chunk
|
||||
icon: { sprite: _CP14/Objects/Materials/marble_block.rsi, state: stone_2 }
|
||||
color: "#555963"
|
||||
price: 0
|
||||
|
||||
- type: material
|
||||
id: CP14Nail
|
||||
stackEntity: CP14Nail1
|
||||
|
||||
@@ -41,10 +41,6 @@
|
||||
biomeTemplate: CP14CavesFloor
|
||||
tileMask:
|
||||
- CP14FloorGrass
|
||||
- !type:BiomeDunGen
|
||||
biomeTemplate: CP14MarbleCaves
|
||||
tileMask:
|
||||
- CP14FloorMarble
|
||||
|
||||
- type: dungeonConfig
|
||||
id: CP14DemiplaneCavesRingFloorMaskStone
|
||||
@@ -106,9 +102,9 @@
|
||||
- !type:NoiseDistanceDunGen
|
||||
size: 50, 50
|
||||
distanceConfig: !type:DunGenEuclideanSquaredDistance
|
||||
blendWeight: 0.8
|
||||
blendWeight: 0.6
|
||||
layers:
|
||||
- tile: CP14FloorMarble
|
||||
- tile: Space
|
||||
threshold: 0.50
|
||||
noise:
|
||||
frequency: 0.010
|
||||
@@ -117,3 +113,17 @@
|
||||
octaves: 5
|
||||
lacunarity: 2
|
||||
gain: 0.5
|
||||
- !type:NoiseDistanceDunGen
|
||||
size: 80, 50
|
||||
distanceConfig: !type:DunGenEuclideanSquaredDistance
|
||||
blendWeight: 0.2
|
||||
layers:
|
||||
- tile: Space
|
||||
threshold: 0.50
|
||||
noise:
|
||||
frequency: 0.08
|
||||
noiseType: OpenSimplex2
|
||||
fractalType: FBm
|
||||
octaves: 5
|
||||
lacunarity: 2
|
||||
gain: 0.5
|
||||
@@ -1,47 +0,0 @@
|
||||
- type: biomeTemplate
|
||||
id: CP14MarbleCaves
|
||||
layers:
|
||||
- !type:BiomeTileLayer
|
||||
threshold: -1.0
|
||||
tile: CP14FloorMarbleCave
|
||||
#Rocks
|
||||
- !type:BiomeEntityLayer
|
||||
threshold: 0.4
|
||||
noise:
|
||||
seed: 1
|
||||
noiseType: OpenSimplex2
|
||||
fractalType: FBm
|
||||
frequency: 2
|
||||
allowedTiles:
|
||||
- CP14FloorMarbleCave
|
||||
entities:
|
||||
- CP14RockSmall
|
||||
# Lakes
|
||||
- !type:BiomeEntityLayer
|
||||
threshold: -0.45
|
||||
invert: true
|
||||
noise:
|
||||
seed: 12
|
||||
noiseType: Perlin
|
||||
fractalType: Ridged
|
||||
octaves: 1
|
||||
frequency: 0.1
|
||||
gain: 0.5
|
||||
allowedTiles:
|
||||
- CP14FloorMarbleCave
|
||||
entities:
|
||||
- CP14FloorLava
|
||||
- !type:BiomeEntityLayer
|
||||
threshold: -0.45
|
||||
invert: true
|
||||
noise:
|
||||
seed: 0
|
||||
noiseType: Perlin
|
||||
fractalType: Ridged
|
||||
octaves: 1
|
||||
frequency: 0.1
|
||||
gain: 0.5
|
||||
allowedTiles:
|
||||
- CP14FloorMarbleCave
|
||||
entities:
|
||||
- CP14WallMarbleStone
|
||||
@@ -1,16 +0,0 @@
|
||||
- type: constructionGraph
|
||||
id: CP14WallMarbleBrick
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
edges:
|
||||
- to: CP14WallMarbleBrick
|
||||
completed:
|
||||
- !type:SnapToGrid
|
||||
southRotation: true
|
||||
steps:
|
||||
- material: CP14MarbleStone
|
||||
amount: 3
|
||||
doAfter: 2
|
||||
- node: CP14WallMarbleBrick
|
||||
entity: CP14WallMarbleBrick
|
||||
@@ -90,7 +90,7 @@
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
name: stonebrick wall
|
||||
name: stone wall
|
||||
description: Sturdy enough to cover you from threats or cold winds.
|
||||
id: CP14WallStonebrick
|
||||
graph: CP14WallStonebrick
|
||||
@@ -106,24 +106,6 @@
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
name: marble brick wall
|
||||
description: Sturdy enough to cover you from threats or cold winds.
|
||||
id: CP14WallMarbleBrick
|
||||
graph: CP14WallMarbleBrick
|
||||
startNode: start
|
||||
targetNode: CP14WallMarbleBrick
|
||||
category: construction-category-structures
|
||||
icon:
|
||||
sprite: _CP14/Structures/Walls/marblebricks_stone_wall.rsi
|
||||
state: full
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
canBuildInImpassable: false
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
crystallPunkAllowed: true
|
||||
name: iron grille
|
||||
|
||||
@@ -15,22 +15,11 @@
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14MarbleStone
|
||||
stack: CP14Stone
|
||||
count: 1
|
||||
result: CP14FloorTileMarbleBrick
|
||||
resultCount: 4
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileMarbleSmallbricks
|
||||
tag: CP14RecipeWorkbench
|
||||
craftTime: 1
|
||||
requirements:
|
||||
- !type:StackResource
|
||||
stack: CP14MarbleStone
|
||||
count: 1
|
||||
result: CP14FloorTileMarbleSmallbricks
|
||||
resultCount: 4
|
||||
|
||||
- type: CP14Recipe
|
||||
id: CP14FloorTileStonebricks
|
||||
tag: CP14RecipeWorkbench
|
||||
|
||||
@@ -12,13 +12,6 @@
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: marble }
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CP14FloorTileMarbleSmallbricks
|
||||
name: marble small brick
|
||||
spawn: CP14FloorTileMarbleSmallbricks
|
||||
icon: { sprite: _CP14/Objects/Tile/tile.rsi, state: marble_smallbricks }
|
||||
maxCount: 30
|
||||
|
||||
- type: stack
|
||||
id: CP14FloorTileOakWoodplanks
|
||||
name: oak woodplanks
|
||||
|
||||
@@ -12,13 +12,6 @@
|
||||
icon: { sprite: _CP14/Objects/Materials/stone_block.rsi, state: stone_2 }
|
||||
maxCount: 10
|
||||
|
||||
- type: stack
|
||||
id: CP14MarbleStone
|
||||
name: cp14-stack-marble-block
|
||||
spawn: CP14MarbleBlock1
|
||||
icon: { sprite: _CP14/Objects/Materials/marble_block.rsi, state: stone_2 }
|
||||
maxCount: 10
|
||||
|
||||
- type: stack
|
||||
id: CP14WoodenPlanks
|
||||
name: cp14-stack-wood-planks
|
||||
|
||||
@@ -40,37 +40,6 @@
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorMarbleCave
|
||||
name: cp14-tiles-marble-cave
|
||||
sprite: /Textures/_CP14/Tiles/marble_cave.png
|
||||
variants: 14
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
baseTurf: CP14FloorBase
|
||||
deconstructTools: [ CP14Digging ]
|
||||
isSubfloor: true
|
||||
itemDrop: CP14MarbleBlock1
|
||||
footstepSounds:
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
indestructible: true
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorSand
|
||||
|
||||
@@ -205,34 +205,6 @@
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14FloorTileMarbleBrick
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorMarbleSmallbricks
|
||||
name: cp14-tiles-stonebricks-marble
|
||||
sprite: /Textures/_CP14/Tiles/Marble/small_bricks.png
|
||||
variants: 9
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 102
|
||||
edgeSprites:
|
||||
South: /Textures/_CP14/Tiles/Marble/double_edge_S.png
|
||||
baseTurf: CP14FloorFoundation
|
||||
isSubfloor: false
|
||||
footstepSounds:
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
deconstructTools: [ Prying ]
|
||||
itemDrop: CP14FloorTileMarbleSmallbricks
|
||||
|
||||
- type: tile
|
||||
editorHidden: false
|
||||
id: CP14FloorDirtSeedbed
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github)",
|
||||
"states": [
|
||||
{
|
||||
"name": "stone"
|
||||
},
|
||||
{
|
||||
"name": "stone_2"
|
||||
},
|
||||
{
|
||||
"name": "stone_3"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 279 B |
|
Before Width: | Height: | Size: 411 B |
|
Before Width: | Height: | Size: 534 B |
|
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 408 B |
|
Before Width: | Height: | Size: 637 B |
@@ -25,9 +25,6 @@
|
||||
{
|
||||
"name": "marble"
|
||||
},
|
||||
{
|
||||
"name": "marble_smallbricks"
|
||||
},
|
||||
{
|
||||
"name": "oak_woodplanks"
|
||||
},
|
||||
|
||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 630 B |
@@ -1,46 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "full"
|
||||
},
|
||||
{
|
||||
"name": "state0",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state3",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state4",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state5",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state6",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "state7",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 890 B |
|
Before Width: | Height: | Size: 516 B |
|
Before Width: | Height: | Size: 890 B |
|
Before Width: | Height: | Size: 492 B |
|
Before Width: | Height: | Size: 528 B |
|
Before Width: | Height: | Size: 543 B |
|
Before Width: | Height: | Size: 539 B |
|
Before Width: | Height: | Size: 517 B |
|
Before Width: | Height: | Size: 4.4 KiB |
@@ -1,46 +0,0 @@
|
||||
{
|
||||
"version": 1,
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 64
|
||||
},
|
||||
"license": "CC-BY-SA-4.0",
|
||||
"copyright": "Created by TheShuEd (Github) ",
|
||||
"states": [
|
||||
{
|
||||
"name": "wall0",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall3",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall4",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall5",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall6",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wall7",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "full"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All right reserved",
|
||||
"copyright": "Created by jaraten (Discord/Github), recolored by TheShuEd",
|
||||
"copyright": "Created by jaraten (Discord/Github) ",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 64
|
||||
|
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 883 B After Width: | Height: | Size: 870 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -1,7 +1,6 @@
|
||||
- files:
|
||||
- marble.png
|
||||
- double_edge_S.png
|
||||
- small_bricks
|
||||
license: "All Right Reserved"
|
||||
license: "CLA"
|
||||
copyright: "Created by TheShuEd"
|
||||
source: "https://github.com/crystallpunk-14/crystall-punk-14"
|
||||
source: "https://github.com/crystallpunk-14/crystall-punk-14/pull/502"
|
||||
|
||||
|
Before Width: | Height: | Size: 525 B After Width: | Height: | Size: 524 B |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 4.1 KiB |
@@ -1,7 +1,7 @@
|
||||
# Attempted to keep the files in alphabetical order so its easier to audit.
|
||||
# Finding individual authors is an unfeasible task. If you can reference the author please do so.
|
||||
|
||||
- files: ["cave.png", "foundation.png", "ice.png", "marble_cave.png"]
|
||||
- files: ["cave.png", "foundation.png", "ice.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Space Station 14, recolored by TheShuEd"
|
||||
source: "https://github.com/crystallpunk-14/crystall-punk-14/"
|
||||
|
||||
|
Before Width: | Height: | Size: 5.8 KiB |