This commit is contained in:
Ed
2025-03-23 00:34:16 +03:00
parent 42e3f7ce97
commit de4ffd8a5d
28 changed files with 124 additions and 5 deletions

View File

@@ -30,7 +30,7 @@
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
#- type: SubFloorHide #CP14
- type: SubFloorHide
- type: CollideOnAnchor
- type: Appearance
- type: Electrified

View File

@@ -0,0 +1,44 @@
- type: entity
id: CP14RailBase
name: railroad
categories: [ ForkFiltered ]
description: Rails-rails, sleepers-sleepers, the train was running late.
placement:
mode: SnapgridCenter
components:
- type: PlacementReplacement
key: CP14Rail
- type: Clickable
- type: Transform
anchored: true
noRot: true
- type: Physics
bodyType: Static
canCollide: false
- type: Fixtures
- type: Sprite
drawdepth: ThinWire
sprite: _CP14/Structures/Transport/rails.rsi
state: rails_0
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 50
behaviors:
- !type:DoActsBehavior
acts: ["Destruction"]
- type: CollideOnAnchor
- type: Appearance
- type: CableVisualizer
statePrefix: rails_
- type: CableVis
node: power
- type: NodeContainer
nodes:
power:
!type:CableNode
#nodeGroupID: MVPower

View File

@@ -20,7 +20,7 @@
components:
- type: Sprite
offset: 1, -0.75
sprite: _CP14/Structures/Shuttle/wing_small.rsi
sprite: _CP14/Structures/Transport/wing_small.rsi
state: right
- type: entity
@@ -30,7 +30,7 @@
components:
- type: Sprite
offset: -1, -0.75
sprite: _CP14/Structures/Shuttle/wing_small.rsi
sprite: _CP14/Structures/Transport/wing_small.rsi
state: left
@@ -41,7 +41,7 @@
components:
- type: Sprite
offset: -1.75, -1.5
sprite: _CP14/Structures/Shuttle/wing_big.rsi
sprite: _CP14/Structures/Transport/wing_big.rsi
state: left
- type: entity
@@ -51,5 +51,5 @@
components:
- type: Sprite
offset: 1.75, -1.5
sprite: _CP14/Structures/Shuttle/wing_big.rsi
sprite: _CP14/Structures/Transport/wing_big.rsi
state: right

View File

@@ -0,0 +1,75 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "All rights reserved",
"copyright": "Created by Jaraten (discord/github)",
"states": [
{
"name": "rails_0"
},
{
"name": "rails_1"
},
{
"name": "rails_2"
},
{
"name": "rails_3"
},
{
"name": "rails_4"
},
{
"name": "rails_5"
},
{
"name": "rails_6"
},
{
"name": "rails_7"
},
{
"name": "rails_8"
},
{
"name": "rails_9"
},
{
"name": "rails_10"
},
{
"name": "rails_11"
},
{
"name": "rails_12"
},
{
"name": "rails_13"
},
{
"name": "rails_14"
},
{
"name": "rails_15"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 648 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 926 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB