upd cliffs (#320)

* upd cliffs

* localize

* Update marker_base.yml

* Update entities.ftl

---------

Co-authored-by: Ed <edwardxperia2000@gmail.com>
Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
Jaraten
2024-07-09 21:31:36 +03:00
committed by GitHub
parent ba03872c57
commit 82f1ed1493
9 changed files with 93 additions and 2 deletions

View File

@@ -129,6 +129,9 @@ ent-CP14Mist = облако
ent-CP14MistVitalExtract = { ent-CP14Mist }
.desc = { ent-CP14Mist.desc }
ent-CP14ExpeditionShipTargetPoint = Expedition ship target point
.desc = One of the possible arrival points of a ship carrying players
ent-CP14SpawnPointAdventurer = авантюрист
ent-CP14SpawnPointAlchemist = алхимик
@@ -741,9 +744,23 @@ ent-CP14CrateCoffin = гроб
ent-CP14Cliff = обрыв
.desc = Серьезные неровности природного ландшафта.
.suffix = Прямой
ent-CP14CliffCorner = { ent-CP14Cliff }
.desc = { ent-CP14Cliff.desc }
.suffix = Угол
ent-CP14CliffCornerSmall = { ent-CP14Cliff }
.desc = { ent-CP14Cliff.desc }
.suffix = Малый угол
ent-CP14CliffEndLeft = { ent-CP14Cliff }
.desc = { ent-CP14Cliff.desc }
.suffix = Левый край
ent-CP14CliffEndRight = { ent-CP14Cliff }
.desc = { ent-CP14Cliff.desc }
.suffix = Правый край
ent-CP14IronGrilleBase = железная решетка
.desc = Прочный барьер из сваренных вместе железных прутьев.

View File

@@ -1,6 +1,7 @@
- type: entity
id: MarkerBase
abstract: true
descpription: marker
placement:
mode: SnapgridCenter
components:

View File

@@ -2,6 +2,7 @@
parent: BaseStructure
id: CP14Cliff
name: cliff
suffix: Straight
description: Severe unevenness of the natural landscape.
components:
- type: Sprite
@@ -29,6 +30,40 @@
- type: entity
parent: CP14Cliff
id: CP14CliffCorner
suffix: Corner
components:
- type: Sprite
drawdepth: WallTops
sprite: _CP14/Structures/Walls/Natural/cliffs.rsi
state: smallcorner
- type: Icon
sprite: _CP14/Structures/Walls/Natural/cliffs.rsi
state: smallcorner
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.49,-0.49,0.49,-0.25"
density: 1000
mask:
- TableMask
layer:
- TableLayer
fix2:
shape:
!type:PhysShapeAabb
bounds: "0.49,0.49,0.25,-0.49"
density: 1000
mask:
- TableMask
layer:
- TableLayer
- type: entity
parent: CP14Cliff
id: CP14CliffCornerSmall
suffix: CornerSmall
components:
- type: Sprite
drawdepth: WallTops
@@ -47,4 +82,30 @@
mask:
- TableMask
layer:
- TableLayer
- TableLayer
- type: entity
parent: CP14Cliff
id: CP14CliffEndLeft
suffix: Left End
components:
- type: Sprite
drawdepth: WallTops
sprite: _CP14/Structures/Walls/Natural/cliffs.rsi
state: end_left
- type: Icon
sprite: _CP14/Structures/Walls/Natural/cliffs.rsi
state: end_left
- type: entity
parent: CP14Cliff
id: CP14CliffEndRight
suffix: Right End
components:
- type: Sprite
drawdepth: WallTops
sprite: _CP14/Structures/Walls/Natural/cliffs.rsi
state: end_right
- type: Icon
sprite: _CP14/Structures/Walls/Natural/cliffs.rsi
state: end_right

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 949 B

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "By TheShuEd(github) for CrystallPunk14",
"copyright": "By Jaraten(github/discord) for CrystallPunk14",
"size": {
"x": 32,
"y": 96
@@ -11,9 +11,21 @@
"name": "cliff",
"directions": 4
},
{
"name": "smallcorner",
"directions": 4
},
{
"name": "corner",
"directions": 4
},
{
"name": "end_left",
"directions": 4
},
{
"name": "end_right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB