mithril and lucens (#660)

* mithril and manarium

* Rename manarium to Lucens

* pointlight to tree

* lucens tile

* Update trees.yml

* logs sprite

* Update trees.yml

* delete acacia tiles, recolor lucen example

* tiles new palette

* Update ores.yml

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>

* tiles update

* Update tiles.ftl

---------

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
A.Ne.
2024-12-15 13:53:31 +04:00
committed by GitHub
parent 58269bb65e
commit f655f74b03
75 changed files with 752 additions and 304 deletions

View File

@@ -167,4 +167,45 @@
suffix: 10
components:
- type: Stack
count: 10
count: 10
- type: entity
id: CP14MithrilBar1
parent: BaseItem
name: mithril bar
description: A warm to the touch, soft piece of refined mithril.
categories: [ ForkFiltered ]
components:
- type: Item
size: Normal
- type: Sprite
sprite: _CP14/Objects/Materials/mithril_bar.rsi
layers:
- state: bar
map: ["base"]
- type: Appearance
- type: Stack
stackType: CP14MithrilBar
count: 1
baseLayer: base
layerStates:
- bar
- bar_2
- bar_3
- type: Material
- type: entity
id: CP14MithrilBar5
parent: CP14MithrilBar1
suffix: 5
components:
- type: Stack
count: 5
- type: entity
id: CP14MithrilBar10
parent: CP14MithrilBar1
suffix: 10
components:
- type: Stack
count: 10

View File

@@ -214,6 +214,62 @@
- type: Stack
count: 10
- type: entity
id: CP14LucensWoodLog
parent: CP14WoodLog
name: lucens log
components:
- type: Sprite
sprite: _CP14/Objects/Materials/lucens_wood.rsi
layers:
- state: log
map: ["random"]
- type: RandomSprite
available:
- random:
log: ""
log_2: ""
log_3: ""
- type: Log
spawnedPrototype: CP14LucensWoodenPlanks1
spawnCount: 3
- type: entity
id: CP14LucensWoodenPlanks1
parent: CP14WoodenPlanks1
name: lucens planks
suffix: 1
components:
- type: Sprite
sprite: _CP14/Objects/Materials/lucens_wood.rsi
layers:
- state: planks
map: ["base"]
- type: Stack
stackType: CP14LucensWoodenPlanks
count: 1
baseLayer: base
layerStates:
- planks
- planks_2
- planks_3
- type: FloorTile
placeTileSound:
path: /Audio/Effects/woodenclosetclose.ogg
params:
variation: 0.03
volume: 2
outputs:
- CP14FloorLucensWoodPlanks
- type: entity
id: CP14LucensWoodenPlanks10
parent: CP14LucensWoodenPlanks1
suffix: 10
components:
- type: Stack
count: 10
- type: entity
id: CP14Nail1
parent: BaseItem

View File

@@ -17,7 +17,7 @@
id: CP14OreCopper
parent: CP14BaseOre
name: copper ore
description: A piece of pale, heavy copper.
description: A piece of pale, heavy copper.
components:
- type: Sprite
sprite: _CP14/Objects/Materials/copper_ore.rsi
@@ -29,7 +29,7 @@
id: CP14OreIron
parent: CP14BaseOre
name: iron ore
description: A piece of cold, heavy iron.
description: A piece of cold, heavy iron.
components:
- type: Sprite
sprite: _CP14/Objects/Materials/iron_ore.rsi
@@ -48,3 +48,15 @@
layers:
- state: ore1
map: ["random"]
- type: entity
id: CP14OreMithril
parent: CP14BaseOre
name: mithril ore
description: A piece of enchanted, pure mithril.
components:
- type: Sprite
sprite: _CP14/Objects/Materials/mithril_ore.rsi
layers:
- state: ore1
map: ["random"]

View File

@@ -179,4 +179,121 @@
treelarge03: ""
treelarge04: ""
treelarge05: ""
treelarge06: ""
treelarge06: ""
- type: entity
id: CP14BaseLucensTree
parent: CP14BaseTree
name: lucens tree
components:
- type: PointLight
radius: 1.5
energy: 2
color: "#87CEEB"
- type: Sprite
noRot: true
sprite: _CP14/Structures/Flora/lucens.rsi
drawdepth: Mobs
offset: 0,0.9
layers:
- state: tree03
map: ["random"]
- type: RandomSprite
available:
- random:
tree03: ""
tree04: ""
tree05: ""
tree06: ""
- type: Destructible
thresholds:
- trigger:
!type:DamageTypeTrigger
damageType: Heat
damage: 100
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 200
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 75
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/tree_fell.ogg
params:
volume: 5
variation: 0.05
- !type:DoActsBehavior
acts: [ "Destruction" ]
- !type:SpawnEntitiesBehavior
spawn:
CP14LucensWoodLog:
min: 1
max: 3
- type: entity
parent: CP14BaseLucensTree
id: CP14BaseLucensTreeLarge
name: large lucens tree
components:
- type: Sprite
noRot: true
sprite: _CP14/Structures/Flora/lucens.rsi
drawdepth: Mobs
offset: 0,0.9
layers:
- state: tree01
map: ["random"]
- type: RandomSprite
available:
- random:
tree01: ""
tree02: ""
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.18,-0.35,0.18,0.35"
density: 2000
layer:
- WallLayer
- type: Destructible
thresholds:
- trigger:
!type:DamageTypeTrigger
damageType: Heat
damage: 100
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 200
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 120
behaviors:
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/tree_fell.ogg
params:
volume: 5
variation: 0.05
- !type:DoActsBehavior
acts: [ "Destruction" ]
- !type:SpawnEntitiesBehavior
spawn:
CP14LucensWoodLog:
min: 3
max: 6

View File

@@ -249,6 +249,44 @@
- type: IconSmooth
base: wall
- type: entity
id: CP14WallStoneMithrilOre
suffix: mithril ore
parent: CP14WallStone
description: A solid stone natural wall. You see the tantalizing particles of mithril in it.
components:
- type: Sprite
sprite: _CP14/Structures/Walls/Natural/cave_stone_mithril.rsi
- type: Icon
sprite: _CP14/Structures/Walls/Natural/cave_stone_mithril.rsi
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 300
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:
CP14OreMithril:
min: 1
max: 3
- !type:DoActsBehavior
acts: ["Destruction"]
- type: IconSmooth
base: wall
# We dont have silver now
#- type: entity

View File

@@ -70,6 +70,24 @@
color: "#FFD700"
price: 0 #?
- type: material
id: CP14Mithril
stackEntity: CP14MithrilBar1
name: cp14-material-mithril
unit: materials-unit-bar
icon: { sprite: _CP14/Objects/Materials/mithril_bar.rsi, state: bar_2 }
color: "#006c83"
price: 0 #?
- type: material
id: CP14LucensWoodenPlanks
stackEntity: CP14LucensWoodenPlanks1
name: cp14-material-lucens-planks
unit: materials-unit-bar
icon: { sprite: _CP14/Objects/Materials/lucens_wood.rsi, state: planks_2 }
color: "#1a1e22"
price: 0 #?
- type: material
id: CP14FloraMaterial
stackEntity: CP14FloraMaterial1

View File

@@ -22,10 +22,18 @@
CP14OreGold: 4
result: CP14GoldBar1
- type: CP14Recipe
id: CP14MithrilBar1
tag: CP14RecipeMeltingFurnace
craftTime: 4
entities:
CP14OreMithril: 4
result: CP14MithrilBar1
- type: CP14Recipe
id: CP14GlassSheet1
tag: CP14RecipeMeltingFurnace
craftTime: 4
entities:
CP14QuartzShard: 1
result: CP14GlassSheet1
result: CP14GlassSheet1

View File

@@ -54,6 +54,20 @@
icon: { sprite: _CP14/Objects/Materials/gold_bar.rsi, state: bar_2 }
maxCount: 10
- type: stack
id: CP14MithrilBar
name: cp14-stack-mithril-bars
spawn: CP14MithrilBar1
icon: { sprite: _CP14/Objects/Materials/mithril_bar.rsi, state: bar_2 }
maxCount: 10
- type: stack
id: CP14LucensWoodenPlanks
name: cp14-material-lucens-planks
spawn: CP14LucensWoodenPlanks1
icon: { sprite: _CP14/Objects/Materials/lucens_wood.rsi, state: planks_2 }
maxCount: 10
- type: stack
id: CP14GlassSheet
name: cp14-stack-glass-sheet

View File

@@ -64,7 +64,7 @@
- type: tile #Cruci
editorHidden: false
id: CP14FloorRedWoodPlanksCruciform
id: CP14FloorRedWoodPlanksCruciform
name: cp14-tiles-red-woodplanks-cruciform
sprite: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_cruciform.png
variants: 4
@@ -92,7 +92,7 @@
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksCruciformBurned
- type: tile #Stairways
editorHidden: false
id: CP14FloorRedWoodPlanksStairways
@@ -185,7 +185,7 @@
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksBigBurned
- type: tile #Cruci
editorHidden: false
id: CP14FloorRedWoodPlanksCruciformBroken
@@ -215,7 +215,7 @@
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksCruciformBurned
- type: tile #Stairways
editorHidden: false
id: CP14FloorRedWoodPlanksStairwaysBroken
@@ -316,7 +316,7 @@
- type: tile #Cruci
editorHidden: false
id: CP14FloorBirchWoodPlanksCruciform
id: CP14FloorBirchWoodPlanksCruciform
name: cp14-tiles-birch-woodplanks-cruciform
sprite: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_cruciform.png
variants: 4
@@ -344,7 +344,7 @@
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksCruciformBurned
- type: tile #Stairways
editorHidden: false
id: CP14FloorBirchWoodPlanksStairways
@@ -437,7 +437,7 @@
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksBigBurned
- type: tile #Cruci
editorHidden: false
id: CP14FloorBirchWoodPlanksCruciformBroken
@@ -467,7 +467,7 @@
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksCruciformBurned
- type: tile #Stairways
editorHidden: false
id: CP14FloorBirchWoodPlanksStairwaysBroken
@@ -568,7 +568,7 @@
- type: tile #Cruci
editorHidden: false
id: CP14FloorOakWoodPlanksCruciform
id: CP14FloorOakWoodPlanksCruciform
name: cp14-tiles-oak-woodplanks-cruciform
sprite: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_cruciform.png
variants: 4
@@ -596,7 +596,7 @@
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksCruciformBurned
- type: tile #Stairways
editorHidden: false
id: CP14FloorOakWoodPlanksStairways
@@ -689,7 +689,7 @@
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksBigBurned
- type: tile #Cruci
editorHidden: false
id: CP14FloorOakWoodPlanksCruciformBroken
@@ -719,7 +719,7 @@
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksCruciformBurned
- type: tile #Stairways
editorHidden: false
id: CP14FloorOakWoodPlanksStairwaysBroken
@@ -820,7 +820,7 @@
- type: tile #Cruci
editorHidden: false
id: CP14FloorDarkWoodPlanksCruciform
id: CP14FloorDarkWoodPlanksCruciform
name: cp14-tiles-dark-woodplanks-cruciform
sprite: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_cruciform.png
variants: 4
@@ -848,7 +848,7 @@
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksCruciformBurned
- type: tile #Stairways
editorHidden: false
id: CP14FloorDarkWoodPlanksStairways
@@ -941,7 +941,7 @@
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksBigBurned
- type: tile #Cruci
editorHidden: false
id: CP14FloorDarkWoodPlanksCruciformBroken
@@ -971,7 +971,7 @@
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksCruciformBurned
- type: tile #Stairways
editorHidden: false
id: CP14FloorDarkWoodPlanksStairwaysBroken
@@ -1006,258 +1006,6 @@
#/broken
### /DARK
### ACACIA
- type: tile #Default
editorHidden: false
id: CP14FloorAcaciaWoodPlanks
name: cp14-tiles-acacia-woodplanks
sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
itemDrop: CP14WoodenPlanks1
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksBurned
- type: tile #Big
editorHidden: false
id: CP14FloorAcaciaWoodPlanksBig
name: cp14-tiles-acacia-woodplanks-big
sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_big.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
itemDrop: CP14WoodenPlanks1
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksBigBurned
- type: tile #Cruci
editorHidden: false
id: CP14FloorAcaciaWoodPlanksCruciform
name: cp14-tiles-acacia-woodplanks-cruciform
sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_cruciform.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
deconstructTools: [ Prying ]
itemDrop: CP14WoodenPlanks1
weather: true
burnedTile: CP14FloorWoodPlanksCruciformBurned
- type: tile #Stairways
editorHidden: false
id: CP14FloorAcaciaWoodPlanksStairways
name: cp14-tiles-acacia-woodplanks-stairways
sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_stairways.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
itemDrop: CP14WoodenPlanks1
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksStairwaysBurned
#broken
- type: tile #Default
editorHidden: false
id: CP14FloorAcaciaWoodPlanksBroken
name: cp14-tiles-acacia-woodplanks-broken
sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_broken.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksBurned
- type: tile #Big
editorHidden: false
id: CP14FloorAcaciaWoodPlanksBigBroken
name: cp14-tiles-acacia-woodplanks-big-broken
sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_big_broken.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksBigBurned
- type: tile #Cruci
editorHidden: false
id: CP14FloorAcaciaWoodPlanksCruciformBroken
name: cp14-tiles-acacia-woodplanks-cruciform-broken
sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_cruciform_broken.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksCruciformBurned
- type: tile #Stairways
editorHidden: false
id: CP14FloorAcaciaWoodPlanksStairwaysBroken
name: cp14-tiles-acacia-woodplanks-stairways-broken
sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_stairways_broken.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksStairwaysBurned
#/broken
### /ACACIA
### BURNED
- type: tile #Default
editorHidden: false
@@ -1304,7 +1052,7 @@
collection: FootstepWood
heatCapacity: 10000
weather: true
- type: tile #Cruci
editorHidden: false
id: CP14FloorWoodPlanksCruciformBurned
@@ -1327,7 +1075,7 @@
collection: FootstepWood
heatCapacity: 10000
weather: true
- type: tile #Stairways
editorHidden: false
id: CP14FloorWoodPlanksStairwaysBurned
@@ -1352,3 +1100,249 @@
weather: true
### /BURNED
### LUCENS
- type: tile #Default
editorHidden: false
id: CP14FloorLucensWoodPlanks
name: cp14-tiles-lucens-woodplanks
sprite: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_woodplanks.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_W.png
baseTurf: CP14FloorFoundation
deconstructTools: [ Prying ]
itemDrop: CP14LucensWoodenPlanks1
isSubfloor: false
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksBurned
- type: tile #Big
editorHidden: false
id: CP14FloorLucensWoodPlanksBig
name: cp14-tiles-lucens-woodplanks-big
sprite: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_woodplanks_big.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
itemDrop: CP14LucensWoodenPlanks1
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksBigBurned
- type: tile #Cruci
editorHidden: false
id: CP14FloorLucensWoodPlanksCruciform
name: cp14-tiles-lucens-woodplanks-cruciform
sprite: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_woodplanks_cruciform.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
itemDrop: CP14LucensWoodenPlanks1
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksCruciformBurned
- type: tile #Stairways
editorHidden: false
id: CP14FloorLucensWoodPlanksStairways
name: cp14-tiles-lucens-woodplanks-stairways
sprite: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_woodplanks_stairways.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
itemDrop: CP14LucensWoodenPlanks1
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksStairwaysBurned
#broken
- type: tile #Default
editorHidden: false
id: CP14FloorLucensWoodPlanksBroken
name: cp14-tiles-lucens-woodplanks-broken
sprite: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_woodplanks_broken.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksBurned
- type: tile #Big
editorHidden: false
id: CP14FloorLucensWoodPlanksBigBroken
name: cp14-tiles-lucens-woodplanks-big-broken
sprite: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_woodplanks_big_broken.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksBigBurned
- type: tile #Cruci
editorHidden: false
id: CP14FloorLucensWoodPlanksCruciformBroken
name: cp14-tiles-lucens-woodplanks-cruciform-broken
sprite: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_woodplanks_cruciform_broken.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksCruciformBurned
- type: tile #Stairways
editorHidden: false
id: CP14FloorLucensWoodPlanksStairwaysBroken
name: cp14-tiles-lucens-woodplanks-stairways-broken
sprite: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_woodplanks_stairways_broken.png
variants: 4
placementVariants:
- 1.0
- 1.0
- 1.0
- 1.0
edgeSpritePriority: 101
edgeSprites:
SouthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SE.png
NorthEast: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NE.png
NorthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_NW.png
SouthWest: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_single_edge_SW.png
South: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_S.png
East: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_E.png
North: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_N.png
West: /Textures/_CP14/Tiles/WoodPlanks/LucensWood/lucens_double_edge_W.png
baseTurf: CP14FloorFoundation
isSubfloor: false
deconstructTools: [ Prying ]
footstepSounds:
collection: FootstepWood
heatCapacity: 10000
weather: true
burnedTile: CP14FloorWoodPlanksStairwaysBurned