This commit is contained in:
Ed
2024-04-18 23:34:45 +03:00
parent 02bcfc4593
commit 0b4c5bb988
43 changed files with 232 additions and 12 deletions

View File

@@ -40,12 +40,4 @@
offset: 0.15,0.15
removalTime: 1
- type: ThrowingAngle
angle: 225
- type: CPMelting
meltTemperature: 1000
meltSolution:
temperature: 1000
reagents:
- ReagentId: CPMetledIron
Quantity: 10
- type: Temperature
angle: 225

View File

@@ -13,6 +13,18 @@
ore3: ""
ore4: ""
- type: entity
id: CPOreCopper
parent: CPBaseOre
name: copper piece
description: A piece of pale, heavy copper.
components:
- type: Sprite
sprite: _CP14/Objects/Ores/ore_copper.rsi
layers:
- state: ore1
map: ["random"]
- type: entity
id: CPOreIron
parent: CPBaseOre
@@ -20,7 +32,19 @@
description: A piece of cold, heavy iron.
components:
- type: Sprite
sprite: _CP14/Objects/Ores/iron_ore.rsi
sprite: _CP14/Objects/Ores/ore_iron.rsi
layers:
- state: ore1
map: ["random"]
- type: entity
id: CPOreSilver
parent: CPBaseOre
name: silver piece
description: A piece of shiny, warm silver.
components:
- type: Sprite
sprite: _CP14/Objects/Ores/ore_silver.rsi
layers:
- state: ore1
map: ["random"]
@@ -32,7 +56,7 @@
description: A piece of soft, pure gold.
components:
- type: Sprite
sprite: _CP14/Objects/Ores/gold_ore.rsi
sprite: _CP14/Objects/Ores/ore_gold.rsi
layers:
- state: ore1
map: ["random"]
map: ["random"]

View File

@@ -28,6 +28,39 @@
params:
volume: -6
- type: entity
id: CPCaveStoneWallCopperOre
name: rock
suffix: copper ore
parent: CPCaveStoneWall
description: A solid stone natural wall. You can see the sharp flecks of copper in it.
components:
- type: Sprite
sprite: _CP14/Structures/Walls/cave_stone_copper.rsi
- type: Icon
sprite: _CP14/Structures/Walls/cave_stone_copper.rsi
- type: IconSmooth
key: CPwall
base: stone
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/break_stone.ogg
params:
volume: -6
- !type:SpawnEntitiesBehavior
spawn:
CPOreCopper:
min: 1
max: 5
- type: entity
id: CPCaveStoneWallIronOre
name: rock
@@ -61,6 +94,39 @@
min: 1
max: 5
- type: entity
id: CPCaveStoneWallSilverOre
name: rock
suffix: silver ore
parent: CPCaveStoneWall
description: A solid stone natural wall. You see the tantalizing particles of silver in it.
components:
- type: Sprite
sprite: _CP14/Structures/Walls/cave_stone_silver.rsi
- type: Icon
sprite: _CP14/Structures/Walls/cave_stone_silver.rsi
- type: IconSmooth
key: CPwall
base: stone
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
- !type:PlaySoundBehavior
sound:
path: /Audio/Effects/break_stone.ogg
params:
volume: -6
- !type:SpawnEntitiesBehavior
spawn:
CPOreSilver:
min: 1
max: 5
- type: entity
id: CPCaveStoneWallGoldOre
name: rock

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

View File

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 315 B

View File

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 302 B

View File

Before

Width:  |  Height:  |  Size: 280 B

After

Width:  |  Height:  |  Size: 280 B

View File

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 274 B

View File

@@ -0,0 +1,23 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
"states": [
{
"name": "ore1"
},
{
"name": "ore2"
},
{
"name": "ore3"
},
{
"name": "ore4"
}
]
}

View File

Before

Width:  |  Height:  |  Size: 279 B

After

Width:  |  Height:  |  Size: 279 B

View File

Before

Width:  |  Height:  |  Size: 260 B

After

Width:  |  Height:  |  Size: 260 B

View File

Before

Width:  |  Height:  |  Size: 273 B

After

Width:  |  Height:  |  Size: 273 B

View File

Before

Width:  |  Height:  |  Size: 272 B

After

Width:  |  Height:  |  Size: 272 B

View File

@@ -0,0 +1,23 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
"states": [
{
"name": "ore1"
},
{
"name": "ore2"
},
{
"name": "ore3"
},
{
"name": "ore4"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,46 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by KREKS (Discord) for CrystallPunk14, modified and stratch by TheShuEd",
"states": [
{
"name": "stone0",
"directions": 4
},
{
"name": "stone1",
"directions": 4
},
{
"name": "stone2",
"directions": 4
},
{
"name": "stone3",
"directions": 4
},
{
"name": "stone4",
"directions": 4
},
{
"name": "stone5",
"directions": 4
},
{
"name": "stone6",
"directions": 4
},
{
"name": "stone7",
"directions": 4
},
{
"name": "full"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,46 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by KREKS (Discord) for CrystallPunk14, modified and stratch by TheShuEd",
"states": [
{
"name": "stone0",
"directions": 4
},
{
"name": "stone1",
"directions": 4
},
{
"name": "stone2",
"directions": 4
},
{
"name": "stone3",
"directions": 4
},
{
"name": "stone4",
"directions": 4
},
{
"name": "stone5",
"directions": 4
},
{
"name": "stone6",
"directions": 4
},
{
"name": "stone7",
"directions": 4
},
{
"name": "full"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B